
	// JS -->
    // <script type="text/javascript" src="/BVModules/Themes/CyclingCloseouts/scripts/jquery-1.3.2.min.js"></script> 
    
	
	
	/*
 * 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 - font replacement-->
    //<script src="/BVModules/Themes/CyclingCloseouts/scripts/cufon-yui.js" type="text/javascript"></script>
    
	
	
	/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var L=function(){return L.replace.apply(null,arguments)};var V=L.DOM={ready:(function(){var a=false,c={loaded:1,complete:1};var Z=[],b=function(){if(a){return}a=true;for(var d;d=Z.shift();d()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){c[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(d){setTimeout(arguments.callee,1)}})()}P(window,"load",b);return function(d){if(!arguments.length){b()}else{a?d():Z.push(d)}}})()};var M=L.CSS={Size:function(a,Z){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(b){return b/Z*this.value};this.convertFrom=function(b){return b/this.value*Z};this.toString=function(){return this.value+this.unit}},getStyle:function(a){var Z=document.defaultView;if(Z&&Z.getComputedStyle){return new A(Z.getComputedStyle(a,null))}if(a.currentStyle){return new A(a.currentStyle)}return new A(a.style)},gradient:I(function(d){var e={id:d,type:d.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},a=d.substr(d.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,Z=a.length,b;c<Z;++c){b=a[c].split("=",2).reverse();e.stops.push([b[1]||c/(Z-1),b[0]])}return e}),quotedList:I(function(c){var b=[],a=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,Z;while(Z=a.exec(c)){b.push(Z[3]||Z[1])}return b}),recognizesMedia:I(function(c){var b=document.createElement("style"),a,Z;b.type="text/css";b.media=c;a=F("head")[0];a.insertBefore(b,a.firstChild);Z=!!(b.sheet||b.styleSheet);a.removeChild(b);return Z}),supports:function(b,a){var Z=document.createElement("span").style;if(Z[b]===undefined){return false}Z[b]=a;return Z[b]===a},textAlign:function(c,b,Z,a){if(b.get("textAlign")=="right"){if(Z>0){c=" "+c}}else{if(Z<a-1){c+=" "}}return c},textDecoration:function(e,d){if(!d){d=this.getStyle(e)}var a={underline:null,overline:null,"line-through":null};for(var Z=e;Z.parentNode&&Z.parentNode.nodeType==1;){var c=true;for(var b in a){if(!J(a,b)||a[b]){continue}if(d.get("textDecoration").indexOf(b)!=-1){a[b]=d.get("color")}c=false}if(c){break}d=this.getStyle(Z=Z.parentNode)}return a},textShadow:I(function(d){if(d=="none"){return null}var c=[],e={},Z,a=0;var b=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Z=b.exec(d)){if(Z[0]==","){c.push(e);e={},a=0}else{if(Z[1]){e.color=Z[1]}else{e[["offX","offY","blur"][a++]]=Z[2]}}}c.push(e);return c}),color:I(function(a){var Z={};Z.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(c,b,d){Z.opacity=parseFloat(d);return"rgb("+b+")"});return Z}),textTransform:function(a,Z){return a[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Z.get("textTransform")]||"toString"]()}};M.ready=(function(){var a=!M.recognizesMedia("all");var Z=[],c=function(){a=true;for(var f;f=Z.shift();f()){}};var d=F("link"),e={stylesheet:1};function b(){var g,f,h;for(f=0;h=d[f];++f){if(h.disabled||!e[h.rel.toLowerCase()]||!M.recognizesMedia(h.media||"screen")){continue}g=h.sheet||h.styleSheet;if(!g||g.disabled){return false}}return true}V.ready(function(){if(a||b()){c()}else{setTimeout(arguments.callee,10)}});return function(f){if(a){f()}else{Z.push(f)}}})();function R(a){var Z=this.face=a.face;this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(Z["units-per-em"],10);this.family=Z["font-family"].toLowerCase();this.weight=Z["font-weight"];this.style=Z["font-style"]||"normal";this.viewBox=(function(){var c=Z.bbox.split(/\s+/);var b={minX:parseInt(c[0],10),minY:parseInt(c[1],10),maxX:parseInt(c[2],10),maxY:parseInt(c[3],10)};b.width=b.maxX-b.minX,b.height=b.maxY-b.minY;b.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return b})();this.ascent=-parseInt(Z.ascent,10);this.descent=-parseInt(Z.descent,10);this.height=-this.ascent+this.descent}function E(){var a={},Z={oblique:"italic",italic:"oblique"};this.add=function(b){(a[b.style]||(a[b.style]={}))[b.weight]=b};this.get=function(f,g){var e=a[f]||a[Z[f]]||a.normal||a.italic||a.oblique;if(!e){return null}g={normal:400,bold:700}[g]||parseInt(g,10);if(e[g]){return e[g]}var c={1:1,99:0}[g%100],i=[],d,b;if(c===undefined){c=g>400}if(g==500){g=400}for(var h in e){if(!J(e,h)){continue}h=parseInt(h,10);if(!d||h<d){d=h}if(!b||h>b){b=h}i.push(h)}if(g<d){g=d}if(g>b){g=b}i.sort(function(k,j){return(c?(k>g&&j>g)?k<j:k>j:(k<g&&j<g)?k>j:k<j)?-1:1});return e[i[0]]}}function Q(){function b(d,e){if(d.contains){return d.contains(e)}return d.compareDocumentPosition(e)&16}function Z(f){var d=f.relatedTarget;if(!d||b(this,d)){return}a(this)}function c(d){a(this)}function a(d){setTimeout(function(){L.replace(d,D.get(d).options,true)},10)}this.attach=function(d){if(d.onmouseenter===undefined){P(d,"mouseover",Z);P(d,"mouseout",Z)}else{P(d,"mouseenter",c);P(d,"mouseleave",c)}}}function Y(){var b={},Z=0;function a(c){return c.cufid||(c.cufid=++Z)}this.get=function(c){var d=a(c);return b[d]||(b[d]={})}}function A(Z){var b={},a={};this.get=function(c){return b[c]!=undefined?b[c]:Z[c]};this.getSize=function(d,c){return a[d]||(a[d]=new M.Size(this.get(d),c))};this.extend=function(c){for(var d in c){if(J(c,d)){b[d]=c[d]}}return this}}function P(a,Z,b){if(a.addEventListener){a.addEventListener(Z,b,false)}else{if(a.attachEvent){a.attachEvent("on"+Z,function(){return b.call(a,window.event)})}}}function T(a,Z){var b=D.get(a);if(b.options){return a}if(Z.hover&&Z.hoverables[a.nodeName.toLowerCase()]){B.attach(a)}b.options=Z;return a}function I(Z){var a={};return function(b){if(!J(a,b)){a[b]=Z.apply(null,arguments)}return a[b]}}function C(e,d){if(!d){d=M.getStyle(e)}var a=M.quotedList(d.get("fontFamily").toLowerCase()),c;for(var b=0,Z=a.length;b<Z;++b){c=a[b];if(H[c]){return H[c].get(d.get("fontStyle"),d.get("fontWeight"))}}return null}function F(Z){return document.getElementsByTagName(Z)}function J(a,Z){return a.hasOwnProperty(Z)}function G(){var Z={},b,d;for(var c=0,a=arguments.length;b=arguments[c],c<a;++c){for(d in b){if(J(b,d)){Z[d]=b[d]}}}return Z}function N(c,m,a,n,d,b){var k=n.separate;if(k=="none"){return X[n.engine].apply(null,arguments)}var j=document.createDocumentFragment(),f;var g=m.split(O[k]),Z=(k=="words");if(Z&&S){if(/^\s/.test(m)){g.unshift("")}if(/\s$/.test(m)){g.push("")}}for(var h=0,e=g.length;h<e;++h){f=X[n.engine](c,Z?M.textAlign(g[h],a,h,e):g[h],a,n,d,b,h<e-1);if(f){j.appendChild(f)}}return j}function K(a,i){var b,Z,c,f,e,h;for(c=T(a,i).firstChild;c;c=e){f=c.nodeType;e=c.nextSibling;h=false;if(f==1){if(!c.firstChild){continue}if(!/cufon/.test(c.className)){arguments.callee(c,i);continue}else{h=true}}else{if(f!=3){continue}}if(!Z){Z=M.getStyle(a).extend(i)}if(!b){b=C(a,Z)}if(!b){continue}if(h){X[i.engine](b,null,Z,i,c,a);continue}var g=c.data;if(g===""){continue}var d=N(b,g,Z,i,c,a);if(d){c.parentNode.replaceChild(d,c)}else{c.parentNode.removeChild(c)}}}var S=" ".split(/\s+/).length==0;var D=new Y();var B=new Q();var W=[];var X={},H={},U={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(Z){return jQuery(Z)})||(window.dojo&&dojo.query)||(window.$$&&function(Z){return $$(Z)})||(window.$&&function(Z){return $(Z)})||(document.querySelectorAll&&function(Z){return document.querySelectorAll(Z)})||F),separate:"words",textShadow:"none"};var O={words:/\s+/,characters:""};L.now=function(){V.ready();return L};L.refresh=function(){var b=W.splice(0,W.length);for(var a=0,Z=b.length;a<Z;++a){L.replace.apply(null,b[a])}return L};L.registerEngine=function(a,Z){if(!Z){return L}X[a]=Z;return L.set("engine",a)};L.registerFont=function(b){var Z=new R(b),a=Z.family;if(!H[a]){H[a]=new E()}H[a].add(Z);return L.set("fontFamily",'"'+a+'"')};L.replace=function(b,a,Z){a=G(U,a);if(!a.engine){return L}if(typeof a.textShadow=="string"){a.textShadow=M.textShadow(a.textShadow)}if(typeof a.color=="string"&&/^-/.test(a.color)){a.textGradient=M.gradient(a.color)}if(!Z){W.push(arguments)}if(b.nodeType||typeof b=="string"){b=[b]}M.ready(function(){for(var d=0,c=b.length;d<c;++d){var e=b[d];if(typeof e=="string"){L.replace(a.selector(e),a,true)}else{K(e,a)}}});return L};L.set=function(Z,a){U[Z]=a;return L};return L})();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-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(t,W,o,R,a,u){var I=(W===null);var Y=t.viewBox;var J=o.getSize("fontSize",t.baseSize);var m=o.get("letterSpacing");m=(m=="normal")?0:J.convertFrom(parseInt(m,10));var Z=0,n=0,k=0,T=0;var X=R.textShadow,h=[];if(X){for(var s=X.length;s--;){var c=X[s];var f=J.convertFrom(parseFloat(c.offX));var e=J.convertFrom(parseFloat(c.offY));h[s]=[f,e];if(e<Z){Z=e}if(f>n){n=f}if(e>k){k=e}if(f<T){T=f}}}var z=Cufon.CSS.textTransform(I?a.alt:W,o).split("");var G=0,U=null;for(var s=0,p=z.length;s<p;++s){var S=t.glyphs[z[s]]||t.missingGlyph;if(!S){continue}G+=U=Number(S.w||t.w)+m}if(U===null){return null}n+=(Y.width-U);T+=Y.minX;var Q,K;if(I){Q=a;K=a.firstChild}else{Q=document.createElement("span");Q.className="cufon cufon-canvas";Q.alt=W;K=document.createElement("canvas");Q.appendChild(K);if(R.printable){var q=document.createElement("span");q.className="cufon-alt";q.appendChild(document.createTextNode(W));Q.appendChild(q)}}var AA=Q.style;var d=K.style;var H=J.convert(Y.height);var w=Math.ceil(H);var j=w/H;K.width=Math.ceil(J.convert(G*j+n-T));K.height=Math.ceil(J.convert(Y.height-Z+k));Z+=Y.minY;d.top=Math.round(J.convert(Z-t.ascent))+"px";d.left=Math.round(J.convert(T))+"px";var P=Math.ceil(J.convert(G*j))+"px";if(A){AA.width=P;AA.height=J.convert(t.height)+"px"}else{AA.paddingLeft=P;AA.paddingBottom=(J.convert(t.height)-1)+"px"}var v=K.getContext("2d"),b=H/Y.height;v.scale(b,b*j);v.translate(-T,-Z);v.lineWidth=t.face["underline-thickness"];v.save();function L(i,g){v.strokeStyle=g;v.beginPath();v.moveTo(0,i);v.lineTo(G,i);v.stroke()}var M=R.enableTextDecoration?Cufon.CSS.textDecoration(u,o):{};if(M.underline){L(-t.face["underline-position"],M.underline)}if(M.overline){L(t.ascent,M.overline)}v.fillStyle=o.get("color");function r(){v.scale(j,1);for(var x=0,g=z.length;x<g;++x){var y=t.glyphs[z[x]]||t.missingGlyph;if(!y){continue}if(y.d){v.beginPath();if(y.code){C(y.code,v)}else{y.code=D("m"+y.d,v)}v.fill()}v.translate(Number(y.w||t.w)+m,0)}v.restore()}if(X){for(var s=X.length;s--;){var c=X[s];v.save();v.fillStyle=c.color;v.translate.apply(v,h[s]);r()}}var O=R.textGradient;if(O){var V=O.stops,N=v.createLinearGradient(0,Y.minY,0,Y.maxY);for(var s=0,p=V.length;s<p;++s){N.addColorStop.apply(N,V[s])}v.fillStyle=N}r();if(M["line-through"]){L(-t.descent,M["line-through"])}return Q}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var B=document.createElement("cvml:shape");B.style.behavior="url(#default#VML)";if(!B.coordsize){return}B=null;document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>');function C(F,G){return A(F,/(?:em|ex|%)$/i.test(G)?"1em":G)}function A(I,J){if(/px$/i.test(J)){return parseFloat(J)}var H=I.style.left,G=I.runtimeStyle.left;I.runtimeStyle.left=I.currentStyle.left;I.style.left=J;var F=I.style.pixelLeft;I.style.left=H;I.runtimeStyle.left=G;return F}var E={};function D(K){var L=K.id;if(!E[L]){var I=K.stops,J=document.createElement("cvml:fill"),F=[];J.type="gradient";J.angle=180;J.focus="0";J.method="sigma";J.color=I[0][1];for(var H=1,G=I.length-1;H<G;++H){F.push(I[H][0]*100+"% "+I[H][1])}J.colors=F.join(",");J.color2=I[G][1];E[L]=J}return E[L]}return function(v,Y,q,V,c,w,o){var I=(Y===null);if(I){Y=c.alt}var a=v.viewBox;var J=q.computedFontSize||(q.computedFontSize=new Cufon.CSS.Size(C(w,q.get("fontSize"))+"px",v.baseSize));var n=q.computedLSpacing;if(n==undefined){n=q.get("letterSpacing");q.computedLSpacing=n=(n=="normal")?0:~~J.convertFrom(A(w,n))}var S,K;if(I){S=c;K=c.firstChild}else{S=document.createElement("span");S.className="cufon cufon-vml";S.alt=Y;K=document.createElement("span");K.className="cufon-vml-canvas";S.appendChild(K);if(V.printable){var t=document.createElement("span");t.className="cufon-alt";t.appendChild(document.createTextNode(Y));S.appendChild(t)}if(!o){S.appendChild(document.createElement("cvml:shape"))}}var AB=S.style;var f=K.style;var G=J.convert(a.height),y=Math.ceil(G);var m=y/G;var j=a.minX,h=a.minY;f.height=y;f.top=Math.round(J.convert(h-v.ascent));f.left=Math.round(J.convert(j));AB.height=J.convert(v.height)+"px";var N=V.enableTextDecoration?Cufon.CSS.textDecoration(w,q):{};var X=q.get("color");var z=Cufon.CSS.textTransform(Y,q).split("");var F=0,g=0,O=null;var W,Q,Z=V.textShadow;for(var u=0,s=0,r=z.length;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(W){F+=O=~~(W.w||v.w)+n}}if(O===null){return null}var R=-j+F+(a.width-O);var AA=J.convert(R*m),p=Math.round(AA);var e=R+","+a.height,H;var b="r"+e+"ns";var P=V.textGradient&&D(V.textGradient);for(u=0;u<r;++u){W=v.glyphs[z[u]]||v.missingGlyph;if(!W){continue}if(I){Q=K.childNodes[s];if(Q.firstChild){Q.removeChild(Q.firstChild)}}else{Q=document.createElement("cvml:shape");K.appendChild(Q)}Q.stroked="f";Q.coordsize=e;Q.coordorigin=H=(j-g)+","+h;Q.path=(W.d?"m"+W.d+"xe":"")+"m"+H+b;Q.fillcolor=X;if(P){Q.appendChild(P.cloneNode(false))}var x=Q.style;x.width=p;x.height=y;if(Z){var M=Z[0],L=Z[1];var U=Cufon.CSS.color(M.color),T;var d=document.createElement("cvml:shadow");d.on="t";d.color=U.color;d.offset=M.offX+","+M.offY;if(L){T=Cufon.CSS.color(L.color);d.type="double";d.color2=T.color;d.offset2=L.offX+","+L.offY}d.opacity=U.opacity||(T&&T.opacity)||1;Q.appendChild(d)}g+=~~(W.w||v.w)+n;++s}AB.width=Math.max(Math.ceil(J.convert(F*m)),0);return S}})());
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	//<script src="/BVModules/Themes/CyclingCloseouts/scripts/Frutiger.font.js" type="text/javascript"></script>
	
	
	Cufon.registerFont({"w":200,"face":{"font-family":"Frutiger LT Std","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 2 2 2 4 2 2 4","ascent":"270","descent":"-90","x-height":"4","bbox":"-61 -337 360 90","underline-thickness":"18","underline-position":"-18","stemh":"27","stemv":"34","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":100},"!":{"d":"90,-251r-4,180r-31,0r-5,-180r40,0xm50,0r0,-40r40,0r0,40r-40,0","w":140},"\"":{"d":"111,-163r0,-88r32,0r0,88r-32,0xm57,-163r0,-88r32,0r0,88r-32,0"},"#":{"d":"34,0r10,-75r-34,0r0,-27r38,0r7,-47r-35,0r0,-27r39,0r10,-75r27,0r-10,75r43,0r10,-75r27,0r-10,75r34,0r0,27r-38,0r-7,47r35,0r0,27r-39,0r-10,75r-27,0r10,-75r-42,0r-11,75r-27,0xm118,-102r7,-47r-43,0r-6,47r42,0"},"$":{"d":"89,-157r0,-64v-33,8,-29,54,0,64xm110,-104r0,73v33,-10,32,-65,0,-73xm89,38r0,-34v-23,0,-42,-3,-59,-10r4,-35v15,11,31,14,55,14r0,-88v-31,-14,-63,-33,-62,-72v0,-37,27,-62,62,-67r0,-36r21,0r0,34v17,1,35,4,51,9r-5,34v-13,-8,-27,-11,-46,-11r0,78v30,17,63,33,63,76v0,39,-25,66,-63,72r0,36r-21,0"},"%":{"d":"94,-112v-42,0,-54,-35,-54,-72v0,-38,10,-72,54,-72v43,0,54,34,54,72v0,37,-13,72,-54,72xm94,-137v21,0,22,-32,22,-47v0,-16,1,-46,-22,-46v-23,0,-23,31,-23,46v0,15,1,47,23,47xm266,-21v22,0,23,-32,23,-47v0,-16,1,-46,-23,-46v-22,0,-22,31,-22,46v0,15,1,47,22,47xm266,4v-41,0,-54,-35,-54,-72v0,-38,10,-72,54,-72v44,0,54,34,54,72v0,37,-12,72,-54,72xm89,8r156,-267r26,0r-156,267r-26,0","w":360},"&":{"d":"199,-136r34,0v-3,41,-14,64,-29,86r44,50r-45,0r-20,-24v-39,50,-153,31,-153,-42v0,-38,22,-60,56,-73v-13,-17,-26,-33,-26,-58v0,-40,30,-59,66,-59v32,0,62,18,62,57v0,32,-29,54,-55,66r51,58v10,-15,14,-32,15,-61xm68,-68v0,53,80,54,96,21r-61,-71v-19,13,-35,25,-35,50xm124,-228v-39,0,-34,59,-8,75v15,-8,38,-23,38,-44v0,-23,-13,-31,-30,-31","w":259},"\u2019":{"d":"19,-163r22,-88r40,0r-31,88r-31,0","w":100,"k":{"\u2019":31,"T":33,"v":33,"i":27,"\u00ed":27,"\u00ee":27,"\u00ef":27,"\u00ec":27,"o":27,"\u00f8":27,"\u0153":27,"\u00f3":27,"\u00f4":27,"\u00f6":27,"\u00f2":27,"\u00f5":27}},"(":{"d":"115,50r-33,0v-32,-49,-59,-100,-59,-161v0,-61,27,-111,59,-161r33,0v-28,49,-56,103,-56,161v0,58,27,112,56,161","w":119},")":{"d":"5,-272r32,0v33,49,59,101,59,161v0,62,-26,111,-59,161r-32,0v28,-49,55,-103,55,-161v0,-58,-26,-112,-55,-161","w":119},"*":{"d":"129,-112r-29,-49r-29,49r-27,-18r40,-44r-58,-12r10,-30r54,22r-5,-57r32,0r-5,57r53,-22r9,30r-56,12r38,44"},"+":{"d":"17,-75r0,-32r75,0r0,-75r32,0r0,75r75,0r0,32r-75,0r0,75r-32,0r0,-75r-75,0","w":216},",":{"d":"7,48r23,-88r40,0r-30,88r-33,0","w":100},"-":{"d":"14,-83r0,-28r92,0r0,28r-92,0","w":119},".":{"d":"30,0r0,-40r40,0r0,40r-40,0","w":100},"\/":{"d":"-9,4r86,-260r32,0r-86,260r-32,0","w":100},"0":{"d":"15,-126v0,-55,16,-130,85,-130v70,0,85,75,85,130v0,55,-15,130,-85,130v-69,0,-85,-75,-85,-130xm53,-126v0,32,4,101,47,101v43,0,47,-69,47,-101v0,-31,-6,-100,-47,-100v-41,0,-47,69,-47,100"},"1":{"d":"97,0r0,-210r-39,33r-19,-24r62,-50r32,0r0,251r-36,0"},"2":{"d":"174,-184v-3,64,-77,116,-117,154r120,0r0,30r-159,0r0,-39v38,-37,113,-84,117,-147v3,-49,-77,-45,-105,-24r-4,-31v58,-29,152,-17,148,57"},"3":{"d":"52,-116r0,-29v38,1,81,-2,83,-41v2,-52,-74,-45,-105,-26r-3,-32v56,-23,146,-16,146,57v0,32,-27,50,-54,58v33,7,56,26,56,62v0,79,-95,78,-157,62r3,-34v32,20,116,24,116,-29v0,-45,-41,-50,-85,-48"},"4":{"d":"124,-87r-1,-135r-78,135r79,0xm124,0r0,-57r-117,0r0,-30r101,-164r52,0r0,164r32,0r0,30r-32,0r0,57r-36,0"},"5":{"d":"172,-251r0,29r-104,0r-2,68v55,-16,113,18,113,74v0,76,-89,97,-150,76r1,-34v38,24,111,16,111,-37v0,-56,-70,-64,-109,-44r2,-132r138,0"},"6":{"d":"172,-248r-5,32v-60,-31,-120,14,-114,81v46,-50,131,-14,131,56v0,52,-35,83,-81,83v-70,0,-84,-63,-84,-120v0,-68,22,-140,102,-140v17,0,42,4,51,8xm101,-25v58,1,61,-104,3,-104v-30,0,-47,23,-47,51v0,24,15,53,44,53"},"7":{"d":"177,-251r0,29r-93,222r-40,0r96,-222r-122,0r0,-29r159,0"},"8":{"d":"99,4v-42,0,-85,-23,-85,-70v-1,-34,25,-55,53,-67v-79,-30,-56,-124,34,-123v92,2,103,89,33,122v30,10,52,33,52,66v0,51,-39,72,-87,72xm148,-65v0,-35,-27,-41,-54,-54v-21,15,-42,21,-42,51v-2,54,96,58,96,3xm56,-190v0,17,18,29,52,45v29,-22,33,-32,33,-49v0,-46,-85,-42,-85,4"},"9":{"d":"148,-117v-45,50,-132,16,-132,-55v0,-52,35,-84,81,-84v70,0,84,64,84,121v0,68,-22,139,-101,139v-18,0,-43,-4,-52,-8r5,-32v59,33,119,-13,115,-81xm99,-226v-58,-1,-61,103,-3,103v30,0,47,-22,47,-50v0,-24,-14,-53,-44,-53"},":":{"d":"70,-184r0,41r-40,0r0,-41r40,0xm30,0r0,-40r40,0r0,40r-40,0","w":100},";":{"d":"7,48r23,-88r40,0r-30,88r-33,0xm70,-184r0,41r-40,0r0,-41r40,0","w":100},"<":{"d":"199,-185r0,32r-141,62r141,62r0,32r-182,-80r0,-28","w":216},"=":{"d":"17,-113r0,-32r182,0r0,32r-182,0xm17,-37r0,-32r182,0r0,32r-182,0","w":216},">":{"d":"17,3r0,-32r141,-62r-141,-62r0,-32r182,80r0,28","w":216},"?":{"d":"164,-190v0,51,-56,64,-57,119r-34,0v-8,-53,51,-69,53,-117v1,-47,-73,-40,-97,-22r-2,-34v49,-24,137,-12,137,54xm70,0r0,-40r41,0r0,40r-41,0","w":180},"@":{"d":"132,-78v40,1,70,-89,18,-89v-28,0,-48,31,-48,56v0,19,11,33,30,33xm221,-192r-27,107v1,5,2,9,7,9v21,0,44,-31,44,-67v0,-56,-43,-87,-96,-87v-60,0,-101,46,-101,105v0,104,124,133,183,72r27,0v-60,99,-240,63,-240,-73v0,-78,60,-130,132,-130v63,0,120,44,120,107v0,69,-58,100,-85,100v-12,0,-19,-8,-22,-20v-29,38,-92,14,-92,-37v0,-63,77,-127,118,-67r5,-19r27,0","w":288},"A":{"d":"4,0r108,-251r37,0r107,251r-40,0r-25,-63r-123,0r-26,63r-38,0xm179,-93r-50,-124r-50,124r100,0","w":259},"B":{"d":"30,0r0,-251v72,-1,156,-7,156,63v0,36,-22,51,-52,61v34,2,59,25,59,60v-1,78,-87,67,-163,67xm66,-114r0,84v43,0,88,4,88,-40v0,-47,-45,-44,-88,-44xm66,-222r0,78v42,0,86,4,84,-40v-2,-45,-43,-38,-84,-38","w":219},"C":{"d":"208,-245r-2,35v-67,-39,-149,8,-149,84v0,81,82,122,150,86r2,35v-101,32,-190,-22,-190,-122v0,-96,96,-155,189,-118","w":219},"D":{"d":"30,0r0,-251v115,-10,207,18,208,123v2,112,-89,138,-208,128xm66,-220r0,188v81,6,136,-15,134,-94v-2,-75,-55,-102,-134,-94","w":259},"E":{"d":"34,0r0,-251r141,0r0,31r-105,0r0,74r95,0r0,32r-95,0r0,82r105,0r0,32r-141,0"},"F":{"d":"30,0r0,-251r133,0r0,31r-97,0r0,74r93,0r0,32r-93,0r0,114r-36,0","w":180,"k":{"y":6,"\u00fd":6,"\u00ff":6}},"G":{"d":"226,-243r-3,36v-18,-11,-37,-17,-69,-17v-58,0,-97,42,-97,98v0,74,69,114,135,94r0,-76r-53,0r0,-30r89,0r0,131v-13,5,-37,11,-76,11v-80,0,-133,-51,-133,-131v0,-105,115,-154,207,-116","w":259},"H":{"d":"34,0r0,-251r36,0r0,105r120,0r0,-105r36,0r0,251r-36,0r0,-114r-120,0r0,114r-36,0","w":259},"I":{"d":"32,0r0,-251r36,0r0,251r-36,0","w":100},"J":{"d":"8,0r0,-31v36,13,63,-6,63,-45r0,-175r36,0r0,186v8,44,-44,82,-99,65","w":140},"K":{"d":"34,0r0,-251r36,0r0,110r107,-110r48,0r-118,119r127,132r-52,0r-112,-123r0,123r-36,0","w":240},"L":{"d":"32,0r0,-251r36,0r0,219r105,0r0,32r-141,0","w":180,"k":{"r":13,"s":46,"\u0161":46,"u":46,"\u00fa":46,"\u00fb":46,"\u00fc":46,"\u00f9":46}},"M":{"d":"32,0r0,-251r60,0r79,209r77,-209r59,0r0,251r-36,0r0,-217r-83,217r-36,0r-84,-217r0,217r-36,0","w":339},"N":{"d":"32,0r0,-251r49,0r111,202r0,-202r36,0r0,251r-46,0r-114,-207r0,207r-36,0","w":259},"O":{"d":"57,-126v0,50,25,99,83,99v58,0,83,-49,83,-99v0,-51,-28,-98,-83,-98v-55,0,-83,47,-83,98xm19,-126v0,-74,45,-130,121,-130v76,0,121,56,121,130v0,77,-44,130,-121,130v-77,0,-121,-53,-121,-130","w":280},"P":{"d":"66,-220r0,88v44,1,86,4,86,-44v0,-43,-44,-46,-86,-44xm30,0r0,-251v79,-1,160,-7,160,75v0,69,-57,80,-124,76r0,100r-36,0","k":{"w":13,"W":46,"y":46,"\u00fd":46,"\u00ff":46,":":20,"p":27,"t":13}},"Q":{"d":"57,-126v0,50,25,99,83,99v58,0,83,-49,83,-99v0,-51,-28,-98,-83,-98v-55,0,-83,47,-83,98xm207,46r-47,-43v-89,9,-141,-45,-141,-129v0,-74,45,-130,121,-130v137,0,160,208,53,250r59,52r-45,0","w":280},"R":{"d":"30,0r0,-251v75,2,157,-14,159,68v1,31,-25,51,-52,58v11,4,17,9,25,25r47,100r-41,0r-38,-87v-15,-32,-31,-24,-64,-25r0,112r-36,0xm66,-220r0,77v43,3,85,-5,85,-40v0,-33,-44,-40,-85,-37","w":219},"S":{"d":"151,-247r-5,34v-32,-16,-91,-22,-91,23v0,48,108,37,108,119v0,73,-82,87,-143,65r3,-34v33,16,102,25,102,-28v0,-57,-108,-41,-108,-119v0,-65,75,-82,134,-60","w":180},"T":{"d":"82,0r0,-220r-78,0r0,-31r192,0r0,31r-78,0r0,220r-36,0","k":{"\u00fc":13,"\u0161":7,"\u00f2":13,"\u00f6":13,"\u00ec":-7,"\u00ee":-3,"\u00ed":7,"\u00e8":20,"\u00eb":13,"\u00ea":20,"\u00e3":46,"\u00e5":46,"\u00e0":46,"\u00e4":46,"\u00e2":46,"-":13,"a":46,"\u00e6":46,"\u00e1":46,"c":46,"\u00e7":46}},"U":{"d":"228,-251r0,147v0,71,-36,108,-98,108v-62,0,-98,-37,-98,-108r0,-147r36,0v7,87,-30,223,62,224v92,0,54,-138,62,-224r36,0","w":259},"V":{"d":"238,-251r-96,251r-45,0r-95,-251r40,0r79,219r79,-219r38,0","w":240,"k":{"\u00f6":9,"\u00f4":13,"\u00ee":-1,"\u00e8":7,"\u00eb":7,"\u00ea":7,"\u00e3":9,"\u00e5":9,"\u00e0":9,"\u00e4":9,"\u00e2":9,",":33,".":33,"-":6}},"W":{"d":"77,0r-76,-251r39,0r61,215r54,-215r51,0r55,215r60,-215r38,0r-77,251r-47,0r-55,-220r-55,220r-48,0","w":360,"k":{"\u00fc":3,"\u00f6":8,"\u00ea":8,"\u00e4":5,"w":6}},"X":{"d":"3,0r92,-131r-84,-120r43,0r67,96r67,-96r41,0r-85,120r93,131r-45,0r-74,-107r-72,107r-43,0","w":240},"Y":{"d":"102,0r0,-105r-98,-146r42,0r75,112r73,-112r42,0r-98,146r0,105r-36,0","w":240,"k":{"\u00fc":21,"\u00f6":27,"w":20,"W":33,"y":33,"\u00fd":33,"\u00ff":33,"Y":27,"\u00dd":27,"\u0178":27,"\u2019":27,"f":27,"\u00df":27,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":13,".":27,"-":27,"a":27,"\u00e6":27,"\u00e1":27,"\u00e2":27,"\u00e4":27,"\u00e0":27,"\u00e5":27,"\u00e3":27,"c":27,"\u00e7":27,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"i":33,"\u00ed":33,"\u00ee":33,"\u00ef":33,"\u00ec":33}},"Z":{"d":"12,0r0,-32r130,-188r-126,0r0,-31r167,0r0,32r-130,187r132,0r0,32r-173,0"},"[":{"d":"34,50r0,-322r68,0r0,25r-36,0r0,272r36,0r0,25r-68,0","w":119},"\\":{"d":"77,4r-86,-260r32,0r86,260r-32,0","w":100},"]":{"d":"86,-272r0,322r-68,0r0,-25r36,0r0,-272r-36,0r0,-25r68,0","w":119},"^":{"d":"22,-106r71,-145r30,0r71,145r-32,0r-54,-112r-54,112r-32,0","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"81,-251r-22,88r-40,0r30,-88r32,0","w":100,"k":{"\u2018":31}},"a":{"d":"39,-142r-2,-29v51,-33,134,-20,135,59r1,112r-32,0r0,-24v-8,11,-26,28,-57,28v-40,0,-67,-17,-67,-57v0,-59,64,-62,121,-60v7,-58,-69,-56,-99,-29xm87,-23v39,-1,55,-25,51,-64v-33,-2,-85,-6,-85,34v0,20,18,30,34,30"},"b":{"d":"29,0r0,-270r34,0r0,112v11,-17,29,-30,61,-30v53,0,79,44,79,93v0,50,-23,99,-78,99v-34,1,-53,-17,-64,-30r0,26r-32,0xm117,-23v67,-5,70,-136,0,-138v-71,1,-75,135,0,138","w":219},"c":{"d":"148,-181r-3,28v-50,-25,-95,11,-95,61v0,47,50,89,97,59r3,30v-71,26,-136,-21,-136,-89v0,-71,65,-114,134,-89","w":159},"d":{"d":"159,0v-1,-8,2,-20,-1,-26v-9,14,-30,30,-63,30v-55,0,-78,-49,-78,-99v0,-49,25,-93,79,-93v32,0,50,13,61,30r0,-112r34,0r0,270r-32,0xm53,-93v0,29,14,70,50,70v74,0,71,-137,0,-138v-37,0,-50,35,-50,68","w":219},"e":{"d":"170,-41r0,33v-13,5,-28,12,-58,12v-66,0,-95,-39,-95,-99v0,-54,34,-93,86,-93v61,0,81,45,81,104r-131,0v0,36,28,61,60,61v22,0,48,-12,57,-18xm53,-109r95,0v0,-29,-17,-52,-46,-52v-33,0,-47,28,-49,52"},"f":{"d":"51,0r0,-156r-43,0r0,-28r43,0v-7,-62,18,-101,84,-88r-1,27v-41,-10,-55,17,-49,61r48,0r0,28r-48,0r0,156r-34,0","w":140,"k":{"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6}},"g":{"d":"191,-184v-9,115,41,264,-95,264v-19,0,-36,-3,-65,-13r3,-31v58,34,134,19,123,-64v-15,19,-39,28,-62,28v-53,0,-78,-43,-78,-90v0,-48,26,-98,82,-98v33,-1,49,14,61,32r0,-28r31,0xm104,-27v31,0,53,-28,53,-63v0,-38,-17,-71,-53,-71v-69,0,-67,134,0,134","w":219},"h":{"d":"29,0r0,-270r34,0r0,113v13,-20,34,-31,59,-31v88,0,67,105,69,188r-34,0v-4,-59,18,-160,-39,-161v-67,-1,-55,92,-55,161r-34,0","w":219},"i":{"d":"33,0r0,-184r34,0r0,184r-34,0xm69,-263r0,38r-38,0r0,-38r38,0","w":100},"j":{"d":"-6,78r1,-29v26,6,38,-8,38,-37r0,-196r34,0r0,190v0,27,-1,74,-52,74v-7,0,-16,0,-21,-2xm69,-263r0,38r-38,0r0,-38r38,0","w":100},"k":{"d":"29,0r0,-270r34,0r0,161r73,-75r47,0r-86,82r96,102r-48,0r-82,-94r0,94r-34,0"},"l":{"d":"33,0r0,-270r34,0r0,270r-34,0","w":100},"m":{"d":"28,0r0,-184r32,0v1,8,-2,21,1,27v22,-40,92,-45,110,5v33,-64,121,-37,121,34r0,118r-34,0r0,-109v0,-23,-5,-52,-33,-52v-64,0,-45,96,-48,161r-34,0r0,-109v0,-23,-5,-52,-32,-52v-66,0,-46,95,-49,161r-34,0","w":320},"n":{"d":"29,0r0,-184r33,0r0,30v10,-21,35,-34,60,-34v88,0,67,105,69,188r-34,0v-4,-59,18,-160,-39,-161v-67,-1,-55,92,-55,161r-34,0","w":219},"o":{"d":"17,-92v0,-56,37,-96,93,-96v56,0,93,40,93,96v0,53,-38,96,-93,96v-55,0,-93,-43,-93,-96xm110,-161v-73,0,-79,137,0,138v79,-1,73,-138,0,-138","w":219},"p":{"d":"29,76r0,-260r32,0v1,8,-2,20,1,26v9,-13,30,-30,62,-30v53,0,79,44,79,93v0,50,-23,99,-78,99v-33,0,-51,-12,-62,-29r0,101r-34,0xm117,-23v67,-5,70,-136,0,-138v-71,1,-75,135,0,138","w":219},"q":{"d":"191,-184r0,260r-34,0r0,-100v-11,17,-35,28,-62,28v-55,0,-78,-49,-78,-99v0,-49,25,-93,79,-93v33,-1,52,18,63,31r0,-27r32,0xm53,-93v0,29,14,70,50,70v74,0,71,-137,0,-138v-37,0,-50,35,-50,68","w":219},"r":{"d":"29,0r0,-184r31,0v1,9,-2,22,1,29v12,-25,40,-40,70,-30r0,30v-73,-24,-71,79,-68,155r-34,0","w":140,"k":{"Y":20,"\u00dd":20,"\u0178":20,"f":27,"\u00df":27,",":13,".":13,"-":33,"a":33,"\u00e6":33,"\u00e1":33,"\u00e2":33,"\u00e4":33,"\u00e0":33,"\u00e5":33,"\u00e3":33}},"s":{"d":"13,-6r2,-30v28,17,77,23,77,-13v0,-34,-80,-31,-80,-82v0,-55,61,-66,107,-50r-3,30v-20,-13,-67,-16,-68,13v0,37,80,26,80,85v0,59,-68,69,-115,47","w":140},"t":{"d":"126,-184r0,28r-48,0v2,53,-17,160,51,126r0,29v-39,13,-85,1,-85,-48r0,-107r-41,0r0,-28r41,0r0,-42r34,-11r0,53r48,0","w":140},"u":{"d":"191,-184r0,184r-33,0r0,-29v-10,21,-35,33,-60,33v-89,0,-67,-105,-69,-188r34,0v4,59,-18,160,39,161v67,1,55,-92,55,-161r34,0","w":219},"v":{"d":"176,-184r-66,184r-40,0r-66,-184r37,0r50,150r51,-150r34,0","w":180,"k":{"t":33}},"w":{"d":"296,-184r-59,184r-40,0r-48,-154r-46,154r-40,0r-59,-184r37,0r43,152r47,-152r40,0r47,152r44,-152r34,0","w":299,"k":{"-":6,"c":6,"\u00e7":6,"r":6}},"x":{"d":"4,0r66,-96r-60,-88r42,0r40,66r41,-66r38,0r-59,88r64,96r-41,0r-46,-72r-45,72r-40,0","w":180},"y":{"d":"13,77r2,-27v4,1,10,3,16,3v30,0,40,-42,40,-46r-68,-191r37,0r50,152r50,-152r34,0r-67,188v-13,42,-37,89,-94,73","w":180,"k":{"-":27,"c":27,"\u00e7":27,"r":20,"s":33,"\u0161":33,"u":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u00f9":33,":":27,";":27,"p":27,"q":27,"t":13}},"z":{"d":"15,0r0,-30r106,-126r-100,0r0,-28r140,0r0,30r-106,127r110,0r0,27r-150,0","w":180},"{":{"d":"113,-272r0,25v-53,-11,-37,49,-37,93v0,31,-24,41,-33,43v9,2,33,10,33,45v0,38,-21,100,37,91r0,25v-39,3,-69,-3,-69,-45v0,-41,7,-105,-31,-103r0,-25v39,1,31,-63,31,-104v0,-42,30,-48,69,-45","w":119},"|":{"d":"24,-270r32,0r0,360r-32,0r0,-360","w":79},"}":{"d":"7,50r0,-25v52,11,37,-48,37,-92v0,-32,24,-42,33,-44v-9,-1,-33,-10,-33,-45v0,-38,21,-100,-37,-91r0,-25v39,-3,69,3,69,45v0,41,-7,105,31,104r0,25v-38,-2,-31,62,-31,103v0,42,-30,48,-69,45","w":119},"~":{"d":"70,-118v24,0,56,23,77,24v14,0,23,-13,31,-26r13,25v-8,15,-21,31,-45,31v-24,0,-56,-25,-77,-25v-14,0,-23,14,-31,27r-13,-25v8,-16,21,-31,45,-31","w":216},"\u00a1":{"d":"86,-113r4,181r-40,0r5,-181r31,0xm50,-143r0,-41r40,0r0,41r-40,0","w":140},"\u00a2":{"d":"88,-39r35,-121v-57,4,-72,84,-35,121xm63,48r16,-56v-79,-40,-53,-191,52,-180r12,-40r20,0r-13,43v7,1,13,2,17,4r-3,28v-7,-3,-14,-5,-21,-6r-38,132v20,7,43,4,61,-6r2,30v-24,9,-47,9,-71,3r-14,48r-20,0"},"\u00a3":{"d":"21,0r0,-32r33,0r0,-93r-28,0r0,-21r28,0v-12,-82,53,-128,130,-103r-3,34v-47,-24,-104,3,-91,69r58,0r0,21r-58,0r0,93r89,0r0,32r-158,0"},"\u2044":{"d":"-61,8r156,-267r26,0r-156,267r-26,0","w":60},"\u00a5":{"d":"82,0r0,-58r-50,0r0,-21r50,0v-1,-11,2,-24,-2,-32r-48,0r0,-21r36,0r-66,-119r40,0r59,112r57,-112r40,0r-65,119r36,0r0,21r-48,0v-5,7,-2,21,-3,32r51,0r0,21r-51,0r0,58r-36,0"},"\u0192":{"d":"171,-149r-5,25r-45,0r-25,133v-5,47,-29,80,-84,69r6,-29v27,6,38,-15,42,-37r25,-136r-40,0r5,-25r40,0v12,-49,10,-107,72,-107v9,0,18,2,26,3r-5,29v-48,-14,-50,37,-57,75r45,0"},"\u00a7":{"d":"32,36r3,-33v34,16,103,24,103,-21v0,-38,-108,-24,-108,-92v0,-20,9,-34,27,-44v-17,-9,-25,-25,-25,-43v3,-59,74,-68,127,-52r-3,33v-29,-13,-82,-21,-90,17v0,43,108,27,108,94v0,21,-10,32,-26,45v14,9,23,24,23,41v0,68,-81,74,-139,55xm62,-117v0,29,48,37,67,46v7,-8,13,-16,13,-27v0,-31,-47,-36,-67,-47v-9,7,-13,16,-13,28"},"\u00a4":{"d":"9,-53r20,-20v-24,-27,-25,-78,0,-106r-20,-19r18,-19r20,20v27,-24,79,-23,107,0r20,-20r18,19r-20,19v23,26,23,79,0,106r20,20r-18,19r-20,-21v-27,24,-81,26,-107,0r-20,21xm42,-126v0,33,26,60,58,60v33,0,58,-28,58,-60v0,-31,-25,-59,-58,-59v-32,0,-58,27,-58,59"},"'":{"d":"34,-163r0,-88r32,0r0,88r-32,0","w":100},"\u201c":{"d":"97,-251r-22,88r-40,0r31,-88r31,0xm166,-251r-23,88r-40,0r30,-88r33,0"},"\u00ab":{"d":"70,-24r-52,-73r52,-73r32,0r-47,73r47,73r-32,0xm143,-24r-52,-73r52,-73r31,0r-47,73r47,73r-31,0"},"\u2039":{"d":"59,-24r-52,-73r52,-73r31,0r-46,73r46,73r-31,0","w":100},"\u203a":{"d":"41,-170r52,73r-52,73r-31,0r47,-73r-47,-73r31,0","w":100},"\u2013":{"d":"0,-84r0,-25r180,0r0,25r-180,0","w":180},"\u2020":{"d":"84,0r0,-163r-60,0r0,-25r60,0r0,-63r32,0r0,63r60,0r0,25r-60,0r0,163r-32,0"},"\u2021":{"d":"176,-58r-60,0r0,58r-32,0r0,-58r-60,0r0,-26r60,0r0,-84r-60,0r0,-25r60,0r0,-58r32,0r0,58r60,0r0,25r-60,0r0,84r60,0r0,26"},"\u00b7":{"d":"29,-109v0,-12,10,-21,21,-21v12,0,21,9,21,21v0,11,-9,21,-21,21v-11,0,-21,-10,-21,-21","w":100},"\u00b6":{"d":"85,40r0,-160v-48,0,-78,-27,-78,-64v-2,-84,102,-65,183,-67r0,291r-32,0r0,-266r-41,0r0,266r-32,0","w":216},"\u2022":{"d":"27,-126v0,-35,28,-62,63,-62v35,0,63,27,63,62v0,36,-28,63,-63,63v-35,0,-63,-27,-63,-63","w":180},"\u201a":{"d":"19,48r22,-88r40,0r-30,88r-32,0","w":100},"\u201e":{"d":"35,48r22,-88r40,0r-30,88r-32,0xm103,48r23,-88r40,0r-31,88r-32,0"},"\u201d":{"d":"35,-163r22,-88r40,0r-30,88r-32,0xm103,-163r23,-88r40,0r-31,88r-32,0"},"\u00bb":{"d":"130,-170r52,73r-52,73r-31,0r46,-73r-46,-73r31,0xm58,-170r51,73r-51,73r-32,0r47,-73r-47,-73r32,0"},"\u2026":{"d":"40,0r0,-40r40,0r0,40r-40,0xm160,0r0,-40r40,0r0,40r-40,0xm280,0r0,-40r40,0r0,40r-40,0","w":360},"\u2030":{"d":"55,-112v-41,0,-54,-35,-54,-72v0,-38,10,-72,54,-72v44,0,54,34,54,72v0,37,-13,72,-54,72xm55,-137v22,0,22,-32,22,-47v0,-16,2,-46,-22,-46v-22,0,-22,31,-22,46v0,15,0,47,22,47xm183,-21v22,0,23,-32,23,-47v0,-16,1,-46,-23,-46v-22,0,-22,31,-22,46v0,15,1,47,22,47xm183,4v-41,0,-54,-35,-54,-72v0,-38,10,-72,54,-72v44,0,54,34,54,72v0,37,-12,72,-54,72xm305,-21v22,0,22,-32,22,-47v0,-16,2,-46,-22,-46v-22,0,-22,31,-22,46v0,15,0,47,22,47xm305,4v-41,0,-54,-35,-54,-72v0,-38,10,-72,54,-72v43,0,54,34,54,72v0,37,-13,72,-54,72xm28,8r156,-267r26,0r-156,267r-26,0","w":360},"\u00bf":{"d":"16,6v0,-50,57,-64,57,-119r34,0v8,54,-51,70,-53,117v-1,47,73,41,97,22r2,34v-49,24,-137,12,-137,-54xm110,-184r0,41r-41,0r0,-41r41,0","w":180},"`":{"d":"42,-261r32,52r-24,0r-47,-52r39,0","w":100},"\u00b4":{"d":"26,-209r32,-52r40,0r-48,52r-24,0","w":100},"\u02c6":{"d":"-2,-209r35,-52r33,0r36,52r-29,0r-23,-35r-24,35r-28,0","w":100},"\u02dc":{"d":"5,-211r-16,0v2,-15,9,-40,34,-40v25,1,64,35,72,0r16,0v-2,15,-9,40,-34,40v-25,-1,-64,-36,-72,0","w":100},"\u00af":{"d":"-3,-221r0,-21r106,0r0,21r-106,0","w":100},"\u02d8":{"d":"-5,-260r17,0v6,38,70,38,76,0r17,0v-3,31,-24,49,-55,49v-31,0,-52,-18,-55,-49","w":100},"\u02d9":{"d":"33,-212r0,-36r34,0r0,36r-34,0","w":100},"\u00a8":{"d":"4,-212r0,-36r33,0r0,36r-33,0xm63,-212r0,-36r33,0r0,36r-33,0","w":100},"\u02da":{"d":"50,-276v20,0,37,17,37,37v0,19,-17,36,-37,36v-20,0,-37,-16,-37,-36v0,-21,17,-37,37,-37xm50,-262v-12,0,-22,11,-22,23v0,11,10,22,22,22v12,0,22,-11,22,-22v0,-12,-10,-23,-22,-23","w":100},"\u00b8":{"d":"72,0r17,0v-4,7,-14,16,-16,22v20,-4,42,4,41,25v-1,35,-52,40,-78,25r7,-12v15,7,42,12,43,-11v1,-15,-20,-17,-31,-11r-6,-7","w":100},"\u02dd":{"d":"-6,-209r32,-52r39,0r-47,52r-24,0xm59,-209r32,-52r39,0r-47,52r-24,0","w":100},"\u02db":{"d":"66,0r17,0v-25,20,-31,32,-31,45v0,23,23,18,32,6r11,3v-10,15,-22,22,-41,22v-9,0,-30,0,-30,-30v0,-6,5,-25,42,-46","w":100},"\u02c7":{"d":"102,-261r-35,52r-33,0r-36,-52r29,0r23,35r24,-35r28,0","w":100},"\u2014":{"d":"0,-84r0,-25r360,0r0,25r-360,0","w":360},"\u00c6":{"d":"1,0r152,-251r158,0r0,31r-100,0r5,74r88,0r0,32r-87,0r5,82r92,0r0,32r-125,0r-4,-63r-107,0r-37,63r-40,0xm184,-93r-9,-133r-79,133r88,0","w":339},"\u00aa":{"d":"24,-223r-1,-23v38,-17,96,-18,97,36r1,67r-30,0v-1,-4,2,-11,-1,-13v-20,27,-78,22,-82,-18v5,-38,47,-38,83,-37v-2,-36,-48,-26,-67,-12xm91,-192v-19,-2,-51,-3,-53,19v9,21,64,15,53,-19","w":129},"\u0141":{"d":"32,0r0,-85r-23,14r0,-26r23,-14r0,-140r36,0r0,119r70,-41r0,26r-70,41r0,74r105,0r0,32r-141,0","w":180,"k":{"r":13,"s":46,"\u0161":46,"u":46,"\u00fa":46,"\u00fb":46,"\u00fc":46,"\u00f9":46}},"\u00d8":{"d":"77,-58r115,-148v-13,-11,-30,-18,-52,-18v-81,-2,-104,108,-63,166xm34,-2r20,-26v-69,-71,-33,-228,86,-228v29,0,53,9,73,23r19,-25r13,10r-20,26v24,23,36,57,36,96v0,108,-111,164,-194,108r-19,26xm203,-193r-114,148v12,11,29,18,51,18v85,1,103,-108,63,-166","w":280},"\u0152":{"d":"177,-32r0,-188v-70,-10,-121,24,-120,91v1,70,51,108,120,97xm315,-251r0,31r-102,0r0,74r95,0r0,32r-95,0r0,82r105,0r0,32r-161,2v-80,0,-138,-48,-138,-131v0,-94,83,-137,191,-122r105,0","w":339},"\u00ba":{"d":"71,-140v-37,0,-62,-26,-62,-58v0,-33,25,-58,62,-58v38,0,62,25,62,58v0,32,-24,58,-62,58xm39,-198v0,19,7,37,32,37v25,0,33,-18,33,-37v0,-20,-10,-37,-33,-37v-22,0,-32,17,-32,37","w":142},"\u00e6":{"d":"39,-142r-2,-28v35,-23,100,-28,124,14v13,-23,38,-32,64,-32v62,0,80,50,80,104r-130,0v-3,58,73,78,111,42r0,34v-46,21,-112,18,-132,-31v-18,64,-139,55,-139,-15v0,-65,77,-60,126,-58v0,-60,-70,-57,-102,-30xm51,-53v0,20,18,30,36,30v32,0,54,-30,54,-64v-31,-1,-90,-8,-90,34xm175,-109r94,0v0,-25,-17,-52,-45,-52v-29,0,-49,23,-49,52","w":320},"\u0131":{"d":"33,0r0,-184r34,0r0,184r-34,0","w":100},"\u0142":{"d":"33,0r0,-122r-23,18r0,-26r23,-18r0,-122r34,0r0,95r23,-18r0,26r-23,18r0,149r-34,0","w":100},"\u00f8":{"d":"64,-49r81,-98v-37,-36,-92,4,-92,55v0,15,3,31,11,43xm154,-136r-81,99v9,9,22,14,37,14v57,-1,71,-73,44,-113xm23,2r21,-25v-56,-54,-20,-165,66,-165v21,0,40,6,55,17r19,-24r11,9r-19,24v56,53,20,166,-66,166v-22,0,-41,-7,-56,-18r-20,25","w":219},"\u0153":{"d":"306,-42r0,34v-44,21,-110,16,-128,-27v-43,76,-163,33,-163,-57v0,-49,34,-96,91,-96v33,0,60,12,73,36v11,-24,36,-36,65,-36v63,0,81,50,81,104r-130,0v-3,58,73,78,111,42xm106,-161v-74,3,-76,138,0,138v72,-2,75,-134,0,-138xm195,-109r94,0v0,-25,-17,-52,-45,-52v-29,0,-49,23,-49,52","w":339},"\u00df":{"d":"63,0r-34,0v8,-113,-38,-274,88,-274v35,0,73,23,73,70v1,31,-16,49,-42,60v85,16,64,151,-26,146v-12,0,-23,-1,-35,-5r0,-28v37,16,79,0,79,-46v0,-41,-28,-52,-68,-52r0,-27v34,0,56,-10,56,-47v0,-23,-14,-44,-40,-44v-41,0,-51,39,-51,71r0,176","w":219},"\u00b9":{"d":"55,-102r0,-124r-25,20r-12,-17r40,-30r29,0r0,151r-32,0","w":129},"\u00ac":{"d":"17,-113r0,-32r182,0r0,108r-32,0r0,-76r-150,0","w":216},"\u00b5":{"d":"191,-184r0,184r-33,0r0,-29v-14,30,-62,42,-95,26r0,79r-34,0r0,-260r34,0v4,59,-18,160,39,161v67,1,55,-92,55,-161r34,0","w":219},"\u2122":{"d":"66,-102r0,-124r-47,0r0,-25r120,0r0,25r-46,0r0,124r-27,0xm174,-102r0,-149r43,0r39,101r38,-101r43,0r0,149r-27,0r-1,-114r-42,114r-23,0r-42,-114r0,114r-28,0","w":356},"\u00d0":{"d":"66,-220r0,74r66,0r0,23r-66,0r0,91v81,6,135,-15,134,-94v-1,-69,-54,-103,-134,-94xm30,0r0,-123r-25,0r0,-23r25,0r0,-105v115,-10,207,18,208,123v2,112,-89,138,-208,128","w":259},"\u00bd":{"d":"40,8r156,-267r26,0r-156,267r-26,0xm49,-102r0,-124r-25,20r-12,-17r40,-30r29,0r0,151r-32,0xm181,0r0,-27v14,-13,73,-55,73,-82v-6,-28,-46,-22,-66,-9r-2,-27v37,-16,98,-14,100,34v0,31,-53,75,-69,86r71,0r0,25r-107,0","w":300},"\u00b1":{"d":"17,-98r0,-31r75,0r0,-53r32,0r0,53r75,0r0,31r-75,0r0,53r-32,0r0,-53r-75,0xm17,0r0,-32r182,0r0,32r-182,0","w":216},"\u00de":{"d":"30,0r0,-251r36,0r0,36v67,-3,124,7,124,76v0,68,-57,79,-124,75r0,64r-36,0xm66,-183r0,88v45,1,86,3,86,-45v0,-42,-44,-45,-86,-43"},"\u00bc":{"d":"238,-55v-1,-23,2,-51,-1,-72r-46,72r47,0xm238,0r0,-30r-76,0r0,-22r66,-100r42,0r0,97r18,0r0,25r-18,0r0,30r-32,0xm51,8r156,-267r26,0r-156,267r-26,0xm49,-102r0,-124r-25,20r-12,-17r40,-30r29,0r0,151r-32,0","w":300},"\u00f7":{"d":"17,-75r0,-32r182,0r0,32r-182,0xm81,-166v0,-15,12,-27,27,-27v15,0,28,13,28,27v0,14,-13,28,-27,28v-16,0,-28,-13,-28,-28xm81,-17v0,-15,12,-27,27,-27v15,0,28,13,28,27v0,14,-13,28,-27,28v-16,0,-28,-13,-28,-28","w":216},"\u00a6":{"d":"24,-243r32,0r0,126r-32,0r0,-126xm24,-63r32,0r0,126r-32,0r0,-126","w":79},"\u00b0":{"d":"21,-204v0,-29,23,-52,51,-52v28,0,51,23,51,52v0,28,-23,51,-51,51v-28,0,-51,-23,-51,-51xm44,-204v0,16,12,28,28,28v16,0,28,-12,28,-28v0,-16,-12,-29,-28,-29v-16,0,-28,13,-28,29","w":144},"\u00fe":{"d":"29,76r0,-346r34,0r0,112v11,-17,29,-30,61,-30v53,0,79,44,79,93v0,50,-23,99,-78,99v-33,0,-51,-12,-62,-29r0,101r-34,0xm117,-23v67,-5,70,-136,0,-138v-71,1,-75,135,0,138","w":219},"\u00be":{"d":"238,-55v-1,-23,2,-51,-1,-72r-46,72r47,0xm238,0r0,-30r-76,0r0,-22r66,-100r42,0r0,97r18,0r0,25r-18,0r0,30r-32,0xm67,8r156,-267r26,0r-156,267r-26,0xm33,-168r0,-25v23,1,50,-1,53,-20v-5,-25,-50,-18,-67,-9r-2,-26v34,-14,100,-13,100,33v0,21,-20,29,-36,35v22,3,38,15,38,38v0,50,-69,47,-107,37r3,-27v14,8,69,15,72,-12v-2,-22,-29,-26,-54,-24","w":300},"\u00b2":{"d":"11,-102r0,-27v15,-12,74,-55,74,-82v0,-28,-48,-20,-67,-9r-2,-27v39,-16,98,-14,100,35v0,29,-52,76,-69,85r72,0r0,25r-108,0","w":129},"\u00ae":{"d":"144,4v-72,0,-130,-58,-130,-130v0,-71,58,-130,130,-130v72,0,130,59,130,130v0,72,-58,130,-130,130xm144,-21v54,0,98,-44,98,-105v0,-60,-44,-104,-98,-104v-54,0,-98,44,-98,104v0,61,44,105,98,105xm94,-53r0,-147v50,0,109,-8,109,43v0,26,-14,38,-38,40r39,64r-28,0r-38,-63r-17,0r0,63r-27,0xm121,-179r0,42v25,-1,56,7,55,-22v-1,-26,-31,-19,-55,-20","w":288},"\u2212":{"d":"17,-75r0,-32r182,0r0,32r-182,0","w":216},"\u00f0":{"d":"110,-161v-73,0,-79,137,0,138v79,-1,73,-138,0,-138xm39,-213r39,-21v-14,-9,-30,-16,-45,-21r26,-19v17,6,34,14,50,23r44,-23r16,19r-37,20v40,31,71,79,71,143v0,53,-38,96,-93,96v-55,0,-93,-43,-93,-96v0,-67,61,-114,124,-88v-11,-15,-25,-28,-39,-39r-47,25","w":219},"\u00d7":{"d":"86,-91r-62,-61r23,-23r61,62r61,-62r23,23r-62,61r62,61r-23,22r-61,-61r-61,61r-23,-22","w":216},"\u00b3":{"d":"33,-168r0,-25v23,1,50,-1,53,-20v-5,-25,-50,-18,-67,-9r-2,-26v34,-14,100,-13,100,33v0,21,-20,29,-36,35v22,3,38,15,38,38v0,50,-69,47,-107,37r3,-27v14,8,69,15,72,-12v-2,-22,-29,-26,-54,-24","w":129},"\u00a9":{"d":"183,-103r27,0v-6,36,-32,57,-63,57v-45,0,-74,-35,-74,-80v0,-85,126,-109,137,-24r-27,0v-17,-53,-88,-27,-82,24v-8,54,74,77,82,23xm14,-126v0,-71,58,-130,130,-130v72,0,130,59,130,130v0,72,-58,130,-130,130v-72,0,-130,-58,-130,-130xm46,-126v0,61,44,105,98,105v54,0,98,-44,98,-105v0,-60,-44,-104,-98,-104v-54,0,-98,44,-98,104","w":288},"\u00c1":{"d":"4,0r108,-251r37,0r107,251r-40,0r-25,-63r-123,0r-26,63r-38,0xm179,-93r-50,-124r-50,124r100,0xm106,-270r32,-51r39,0r-47,51r-24,0","w":259},"\u00c2":{"d":"4,0r108,-251r37,0r107,251r-40,0r-25,-63r-123,0r-26,63r-38,0xm179,-93r-50,-124r-50,124r100,0xm78,-270r35,-51r33,0r36,51r-29,0r-23,-35r-24,35r-28,0","w":259},"\u00c4":{"d":"4,0r108,-251r37,0r107,251r-40,0r-25,-63r-123,0r-26,63r-38,0xm179,-93r-50,-124r-50,124r100,0xm84,-272r0,-36r33,0r0,36r-33,0xm143,-272r0,-36r33,0r0,36r-33,0","w":259},"\u00c0":{"d":"4,0r108,-251r37,0r107,251r-40,0r-25,-63r-123,0r-26,63r-38,0xm179,-93r-50,-124r-50,124r100,0xm122,-321r32,51r-24,0r-48,-51r40,0","w":259},"\u00c5":{"d":"4,0r108,-251r37,0r107,251r-40,0r-25,-63r-123,0r-26,63r-38,0xm179,-93r-50,-124r-50,124r100,0xm130,-337v20,0,37,17,37,37v0,20,-17,37,-37,37v-20,0,-37,-17,-37,-37v0,-20,17,-37,37,-37xm130,-322v-12,0,-22,10,-22,22v0,12,10,22,22,22v11,0,22,-10,22,-22v0,-12,-10,-22,-22,-22","w":259},"\u00c3":{"d":"4,0r108,-251r37,0r107,251r-40,0r-25,-63r-123,0r-26,63r-38,0xm179,-93r-50,-124r-50,124r100,0xm85,-271r-16,0v2,-16,9,-41,34,-41v25,1,65,37,72,0r16,0v-2,16,-9,41,-34,41v-25,-1,-65,-37,-72,0","w":259},"\u00c7":{"d":"208,-245r-2,35v-67,-39,-149,8,-149,84v0,81,82,122,150,86r2,35v-24,9,-45,9,-66,9r-13,18v21,-4,41,4,41,25v0,35,-51,40,-77,25r6,-12v15,7,42,12,44,-11v1,-15,-20,-17,-32,-11v-13,-11,10,-23,15,-35v-66,-10,-108,-58,-108,-130v0,-96,96,-155,189,-118","w":219},"\u00c9":{"d":"34,0r0,-251r141,0r0,31r-105,0r0,74r95,0r0,32r-95,0r0,82r105,0r0,32r-141,0xm76,-270r32,-51r40,0r-48,51r-24,0"},"\u00ca":{"d":"34,0r0,-251r141,0r0,31r-105,0r0,74r95,0r0,32r-95,0r0,82r105,0r0,32r-141,0xm48,-270r36,-51r32,0r36,51r-29,0r-23,-35r-24,35r-28,0"},"\u00cb":{"d":"34,0r0,-251r141,0r0,31r-105,0r0,74r95,0r0,32r-95,0r0,82r105,0r0,32r-141,0xm54,-272r0,-36r33,0r0,36r-33,0xm113,-272r0,-36r34,0r0,36r-34,0"},"\u00c8":{"d":"34,0r0,-251r141,0r0,31r-105,0r0,74r95,0r0,32r-95,0r0,82r105,0r0,32r-141,0xm92,-321r32,51r-24,0r-47,-51r39,0"},"\u00cd":{"d":"32,0r0,-251r36,0r0,251r-36,0xm26,-270r32,-51r40,0r-48,51r-24,0","w":100},"\u00ce":{"d":"32,0r0,-251r36,0r0,251r-36,0xm-2,-270r35,-51r33,0r36,51r-29,0r-23,-35r-24,35r-28,0","w":100},"\u00cf":{"d":"32,0r0,-251r36,0r0,251r-36,0xm4,-272r0,-36r33,0r0,36r-33,0xm63,-272r0,-36r33,0r0,36r-33,0","w":100},"\u00cc":{"d":"32,0r0,-251r36,0r0,251r-36,0xm42,-321r32,51r-24,0r-47,-51r39,0","w":100},"\u00d1":{"d":"32,0r0,-251r49,0r111,202r0,-202r36,0r0,251r-46,0r-114,-207r0,207r-36,0xm85,-271r-16,0v2,-16,9,-41,34,-41v25,1,65,37,72,0r16,0v-2,16,-9,41,-34,41v-25,-1,-65,-37,-72,0","w":259},"\u00d3":{"d":"57,-126v0,50,25,99,83,99v58,0,83,-49,83,-99v0,-51,-28,-98,-83,-98v-55,0,-83,47,-83,98xm19,-126v0,-74,45,-130,121,-130v76,0,121,56,121,130v0,77,-44,130,-121,130v-77,0,-121,-53,-121,-130xm116,-270r32,-51r40,0r-48,51r-24,0","w":280},"\u00d4":{"d":"57,-126v0,50,25,99,83,99v58,0,83,-49,83,-99v0,-51,-28,-98,-83,-98v-55,0,-83,47,-83,98xm19,-126v0,-74,45,-130,121,-130v76,0,121,56,121,130v0,77,-44,130,-121,130v-77,0,-121,-53,-121,-130xm88,-270r35,-51r33,0r36,51r-29,0r-23,-35r-24,35r-28,0","w":280},"\u00d6":{"d":"57,-126v0,50,25,99,83,99v58,0,83,-49,83,-99v0,-51,-28,-98,-83,-98v-55,0,-83,47,-83,98xm19,-126v0,-74,45,-130,121,-130v76,0,121,56,121,130v0,77,-44,130,-121,130v-77,0,-121,-53,-121,-130xm94,-272r0,-36r33,0r0,36r-33,0xm153,-272r0,-36r33,0r0,36r-33,0","w":280},"\u00d2":{"d":"57,-126v0,50,25,99,83,99v58,0,83,-49,83,-99v0,-51,-28,-98,-83,-98v-55,0,-83,47,-83,98xm19,-126v0,-74,45,-130,121,-130v76,0,121,56,121,130v0,77,-44,130,-121,130v-77,0,-121,-53,-121,-130xm132,-321r32,51r-24,0r-47,-51r39,0","w":280},"\u00d5":{"d":"57,-126v0,50,25,99,83,99v58,0,83,-49,83,-99v0,-51,-28,-98,-83,-98v-55,0,-83,47,-83,98xm19,-126v0,-74,45,-130,121,-130v76,0,121,56,121,130v0,77,-44,130,-121,130v-77,0,-121,-53,-121,-130xm95,-271r-16,0v2,-16,9,-41,34,-41v25,1,65,37,72,0r16,0v-2,16,-9,41,-34,41v-25,-1,-65,-37,-72,0","w":280},"\u0160":{"d":"151,-247r-5,34v-32,-16,-91,-22,-91,23v0,48,108,37,108,119v0,73,-82,87,-143,65r3,-34v33,16,102,25,102,-28v0,-57,-108,-41,-108,-119v0,-65,75,-82,134,-60xm142,-321r-35,51r-33,0r-36,-51r29,0r23,35r24,-35r28,0","w":180},"\u00da":{"d":"228,-251r0,147v0,71,-36,108,-98,108v-62,0,-98,-37,-98,-108r0,-147r36,0v7,87,-30,223,62,224v92,0,54,-138,62,-224r36,0xm106,-270r32,-51r39,0r-47,51r-24,0","w":259},"\u00db":{"d":"228,-251r0,147v0,71,-36,108,-98,108v-62,0,-98,-37,-98,-108r0,-147r36,0v7,87,-30,223,62,224v92,0,54,-138,62,-224r36,0xm78,-270r35,-51r33,0r36,51r-29,0r-23,-35r-24,35r-28,0","w":259},"\u00dc":{"d":"228,-251r0,147v0,71,-36,108,-98,108v-62,0,-98,-37,-98,-108r0,-147r36,0v7,87,-30,223,62,224v92,0,54,-138,62,-224r36,0xm84,-272r0,-36r33,0r0,36r-33,0xm143,-272r0,-36r33,0r0,36r-33,0","w":259},"\u00d9":{"d":"228,-251r0,147v0,71,-36,108,-98,108v-62,0,-98,-37,-98,-108r0,-147r36,0v7,87,-30,223,62,224v92,0,54,-138,62,-224r36,0xm122,-321r32,51r-24,0r-48,-51r40,0","w":259},"\u00dd":{"d":"102,0r0,-105r-98,-146r42,0r75,112r73,-112r42,0r-98,146r0,105r-36,0xm96,-270r33,-51r39,0r-47,51r-25,0","w":240,"k":{"w":20,"W":33,"y":33,"\u00fd":33,"\u00ff":33,"Y":27,"\u00dd":27,"\u0178":27,"\u2019":27,"f":27,"\u00df":27,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":13,".":27,"-":27,"a":27,"\u00e6":27,"\u00e1":27,"\u00e2":27,"\u00e4":27,"\u00e0":27,"\u00e5":27,"\u00e3":27,"c":27,"\u00e7":27,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"i":33,"\u00ed":33,"\u00ee":33,"\u00ef":33,"\u00ec":33}},"\u0178":{"d":"102,0r0,-105r-98,-146r42,0r75,112r73,-112r42,0r-98,146r0,105r-36,0xm74,-272r0,-36r34,0r0,36r-34,0xm133,-272r0,-36r34,0r0,36r-34,0","w":240,"k":{"w":20,"W":33,"y":33,"\u00fd":33,"\u00ff":33,"Y":27,"\u00dd":27,"\u0178":27,"\u2019":27,"f":27,"\u00df":27,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":13,".":27,"-":27,"a":27,"\u00e6":27,"\u00e1":27,"\u00e2":27,"\u00e4":27,"\u00e0":27,"\u00e5":27,"\u00e3":27,"c":27,"\u00e7":27,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"i":33,"\u00ed":33,"\u00ee":33,"\u00ef":33,"\u00ec":33}},"\u017d":{"d":"12,0r0,-32r130,-188r-126,0r0,-31r167,0r0,32r-130,187r132,0r0,32r-173,0xm152,-321r-35,51r-33,0r-36,-51r29,0r23,35r24,-35r28,0"},"\u00e1":{"d":"39,-142r-2,-29v51,-33,134,-20,135,59r1,112r-32,0r0,-24v-8,11,-26,28,-57,28v-40,0,-67,-17,-67,-57v0,-59,64,-62,121,-60v7,-58,-69,-56,-99,-29xm87,-23v39,-1,55,-25,51,-64v-33,-2,-85,-6,-85,34v0,20,18,30,34,30xm76,-209r32,-52r40,0r-48,52r-24,0"},"\u00e2":{"d":"39,-142r-2,-29v51,-33,134,-20,135,59r1,112r-32,0r0,-24v-8,11,-26,28,-57,28v-40,0,-67,-17,-67,-57v0,-59,64,-62,121,-60v7,-58,-69,-56,-99,-29xm87,-23v39,-1,55,-25,51,-64v-33,-2,-85,-6,-85,34v0,20,18,30,34,30xm48,-209r36,-52r32,0r36,52r-29,0r-23,-35r-24,35r-28,0"},"\u00e4":{"d":"39,-142r-2,-29v51,-33,134,-20,135,59r1,112r-32,0r0,-24v-8,11,-26,28,-57,28v-40,0,-67,-17,-67,-57v0,-59,64,-62,121,-60v7,-58,-69,-56,-99,-29xm87,-23v39,-1,55,-25,51,-64v-33,-2,-85,-6,-85,34v0,20,18,30,34,30xm54,-212r0,-36r33,0r0,36r-33,0xm113,-212r0,-36r34,0r0,36r-34,0"},"\u00e0":{"d":"39,-142r-2,-29v51,-33,134,-20,135,59r1,112r-32,0r0,-24v-8,11,-26,28,-57,28v-40,0,-67,-17,-67,-57v0,-59,64,-62,121,-60v7,-58,-69,-56,-99,-29xm87,-23v39,-1,55,-25,51,-64v-33,-2,-85,-6,-85,34v0,20,18,30,34,30xm92,-261r32,52r-24,0r-47,-52r39,0"},"\u00e5":{"d":"39,-142r-2,-29v51,-33,134,-20,135,59r1,112r-32,0r0,-24v-8,11,-26,28,-57,28v-40,0,-67,-17,-67,-57v0,-59,64,-62,121,-60v7,-58,-69,-56,-99,-29xm87,-23v39,-1,55,-25,51,-64v-33,-2,-85,-6,-85,34v0,20,18,30,34,30xm100,-276v20,0,37,17,37,37v0,19,-17,36,-37,36v-20,0,-37,-16,-37,-36v0,-21,17,-37,37,-37xm100,-262v-12,0,-22,11,-22,23v0,11,10,22,22,22v12,0,22,-11,22,-22v0,-12,-10,-23,-22,-23"},"\u00e3":{"d":"39,-142r-2,-29v51,-33,134,-20,135,59r1,112r-32,0r0,-24v-8,11,-26,28,-57,28v-40,0,-67,-17,-67,-57v0,-59,64,-62,121,-60v7,-58,-69,-56,-99,-29xm87,-23v39,-1,55,-25,51,-64v-33,-2,-85,-6,-85,34v0,20,18,30,34,30xm55,-211r-16,0v2,-15,9,-40,34,-40v25,1,64,35,72,0r16,0v-2,15,-9,40,-34,40v-25,-1,-64,-36,-72,0"},"\u00e7":{"d":"148,-181r-3,28v-50,-25,-95,11,-95,61v0,47,50,89,97,59r3,30v-15,6,-30,7,-44,7r-13,18v20,-4,41,4,41,25v-2,35,-51,40,-77,25r6,-12v15,7,42,12,44,-11v1,-15,-20,-17,-32,-11v-13,-11,10,-23,15,-35v-46,-8,-76,-48,-76,-95v0,-71,65,-114,134,-89","w":159},"\u00e9":{"d":"170,-41r0,33v-13,5,-28,12,-58,12v-66,0,-95,-39,-95,-99v0,-54,34,-93,86,-93v61,0,81,45,81,104r-131,0v0,36,28,61,60,61v22,0,48,-12,57,-18xm53,-109r95,0v0,-29,-17,-52,-46,-52v-33,0,-47,28,-49,52xm76,-209r32,-52r40,0r-48,52r-24,0"},"\u00ea":{"d":"170,-41r0,33v-13,5,-28,12,-58,12v-66,0,-95,-39,-95,-99v0,-54,34,-93,86,-93v61,0,81,45,81,104r-131,0v0,36,28,61,60,61v22,0,48,-12,57,-18xm53,-109r95,0v0,-29,-17,-52,-46,-52v-33,0,-47,28,-49,52xm48,-209r36,-52r32,0r36,52r-29,0r-23,-35r-24,35r-28,0"},"\u00eb":{"d":"170,-41r0,33v-13,5,-28,12,-58,12v-66,0,-95,-39,-95,-99v0,-54,34,-93,86,-93v61,0,81,45,81,104r-131,0v0,36,28,61,60,61v22,0,48,-12,57,-18xm53,-109r95,0v0,-29,-17,-52,-46,-52v-33,0,-47,28,-49,52xm54,-212r0,-36r33,0r0,36r-33,0xm113,-212r0,-36r34,0r0,36r-34,0"},"\u00e8":{"d":"170,-41r0,33v-13,5,-28,12,-58,12v-66,0,-95,-39,-95,-99v0,-54,34,-93,86,-93v61,0,81,45,81,104r-131,0v0,36,28,61,60,61v22,0,48,-12,57,-18xm53,-109r95,0v0,-29,-17,-52,-46,-52v-33,0,-47,28,-49,52xm92,-261r32,52r-24,0r-47,-52r39,0"},"\u00ed":{"d":"33,0r0,-184r34,0r0,184r-34,0xm26,-209r32,-52r40,0r-48,52r-24,0","w":100},"\u00ee":{"d":"33,0r0,-184r34,0r0,184r-34,0xm-2,-209r35,-52r33,0r36,52r-29,0r-23,-35r-24,35r-28,0","w":100},"\u00ef":{"d":"33,0r0,-184r34,0r0,184r-34,0xm4,-212r0,-36r33,0r0,36r-33,0xm63,-212r0,-36r33,0r0,36r-33,0","w":100},"\u00ec":{"d":"33,0r0,-184r34,0r0,184r-34,0xm42,-261r32,52r-24,0r-47,-52r39,0","w":100},"\u00f1":{"d":"29,0r0,-184r33,0r0,30v10,-21,35,-34,60,-34v88,0,67,105,69,188r-34,0v-4,-59,18,-160,-39,-161v-67,-1,-55,92,-55,161r-34,0xm66,-211r-17,0v2,-15,9,-40,34,-40v26,1,64,35,72,0r16,0v-2,15,-9,40,-33,40v-26,0,-65,-36,-72,0","w":219},"\u00f3":{"d":"17,-92v0,-56,37,-96,93,-96v56,0,93,40,93,96v0,53,-38,96,-93,96v-55,0,-93,-43,-93,-96xm110,-161v-73,0,-79,137,0,138v79,-1,73,-138,0,-138xm86,-209r32,-52r40,0r-47,52r-25,0","w":219},"\u00f4":{"d":"17,-92v0,-56,37,-96,93,-96v56,0,93,40,93,96v0,53,-38,96,-93,96v-55,0,-93,-43,-93,-96xm110,-161v-73,0,-79,137,0,138v79,-1,73,-138,0,-138xm58,-209r36,-52r32,0r36,52r-28,0r-24,-35r-24,35r-28,0","w":219},"\u00f6":{"d":"17,-92v0,-56,37,-96,93,-96v56,0,93,40,93,96v0,53,-38,96,-93,96v-55,0,-93,-43,-93,-96xm110,-161v-73,0,-79,137,0,138v79,-1,73,-138,0,-138xm64,-212r0,-36r34,0r0,36r-34,0xm123,-212r0,-36r34,0r0,36r-34,0","w":219},"\u00f2":{"d":"17,-92v0,-56,37,-96,93,-96v56,0,93,40,93,96v0,53,-38,96,-93,96v-55,0,-93,-43,-93,-96xm110,-161v-73,0,-79,137,0,138v79,-1,73,-138,0,-138xm102,-261r32,52r-24,0r-47,-52r39,0","w":219},"\u00f5":{"d":"17,-92v0,-56,37,-96,93,-96v56,0,93,40,93,96v0,53,-38,96,-93,96v-55,0,-93,-43,-93,-96xm110,-161v-73,0,-79,137,0,138v79,-1,73,-138,0,-138xm66,-211r-17,0v2,-15,9,-40,34,-40v26,1,64,35,72,0r16,0v-2,15,-9,40,-33,40v-26,0,-65,-36,-72,0","w":219},"\u0161":{"d":"13,-6r2,-30v28,17,77,23,77,-13v0,-34,-80,-31,-80,-82v0,-55,61,-66,107,-50r-3,30v-20,-13,-67,-16,-68,13v0,37,80,26,80,85v0,59,-68,69,-115,47xm122,-261r-35,52r-33,0r-36,-52r29,0r24,35r23,-35r28,0","w":140},"\u00fa":{"d":"191,-184r0,184r-33,0r0,-29v-10,21,-35,33,-60,33v-89,0,-67,-105,-69,-188r34,0v4,59,-18,160,39,161v67,1,55,-92,55,-161r34,0xm86,-209r32,-52r40,0r-47,52r-25,0","w":219},"\u00fb":{"d":"191,-184r0,184r-33,0r0,-29v-10,21,-35,33,-60,33v-89,0,-67,-105,-69,-188r34,0v4,59,-18,160,39,161v67,1,55,-92,55,-161r34,0xm58,-209r36,-52r32,0r36,52r-28,0r-24,-35r-24,35r-28,0","w":219},"\u00fc":{"d":"191,-184r0,184r-33,0r0,-29v-10,21,-35,33,-60,33v-89,0,-67,-105,-69,-188r34,0v4,59,-18,160,39,161v67,1,55,-92,55,-161r34,0xm64,-212r0,-36r34,0r0,36r-34,0xm123,-212r0,-36r34,0r0,36r-34,0","w":219},"\u00f9":{"d":"191,-184r0,184r-33,0r0,-29v-10,21,-35,33,-60,33v-89,0,-67,-105,-69,-188r34,0v4,59,-18,160,39,161v67,1,55,-92,55,-161r34,0xm102,-261r32,52r-24,0r-47,-52r39,0","w":219},"\u00fd":{"d":"13,77r2,-27v4,1,10,3,16,3v30,0,40,-42,40,-46r-68,-191r37,0r50,152r50,-152r34,0r-67,188v-13,42,-37,89,-94,73xm66,-209r32,-52r40,0r-48,52r-24,0","w":180,"k":{"-":27,"c":27,"\u00e7":27,"r":20,"s":33,"\u0161":33,"u":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u00f9":33,":":27,";":27,"p":27,"q":27,"t":13}},"\u00ff":{"d":"13,77r2,-27v4,1,10,3,16,3v30,0,40,-42,40,-46r-68,-191r37,0r50,152r50,-152r34,0r-67,188v-13,42,-37,89,-94,73xm44,-212r0,-36r33,0r0,36r-33,0xm103,-212r0,-36r33,0r0,36r-33,0","w":180,"k":{"-":27,"c":27,"\u00e7":27,"r":20,"s":33,"\u0161":33,"u":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u00f9":33,":":27,";":27,"p":27,"q":27,"t":13}},"\u017e":{"d":"15,0r0,-30r106,-126r-100,0r0,-28r140,0r0,30r-106,127r110,0r0,27r-150,0xm142,-261r-35,52r-33,0r-36,-52r29,0r23,35r24,-35r28,0","w":180},"\u2206":{"d":"10,0r0,-21r88,-236r39,0r86,235r0,22r-213,0xm44,-27r144,0r-72,-193","w":233},"\u2126":{"d":"16,-27v17,-1,37,2,52,-1v-24,-22,-47,-59,-47,-108v0,-68,46,-119,109,-119v66,0,105,58,105,117v1,52,-24,89,-47,111r52,0r0,27r-88,0r0,-20v25,-17,50,-54,50,-111v0,-46,-25,-96,-73,-96v-45,0,-74,43,-74,97v0,53,25,94,50,110r0,20r-89,0r0,-27","w":257},"\u03bc":{"d":"191,-184r0,184r-33,0r0,-29v-14,30,-62,42,-95,26r0,79r-34,0r0,-260r34,0v4,59,-18,160,39,161v67,1,55,-92,55,-161r34,0","w":219},"\u03c0":{"d":"199,-159r-27,0v1,48,-4,124,5,159r-32,0v-11,-30,-4,-113,-6,-159r-61,0v-2,44,-12,124,-25,159r-32,0v13,-40,23,-113,25,-159v-21,0,-31,2,-39,5r-4,-22v40,-21,138,-7,199,-11","w":208},"\u20ac":{"d":"210,-246r-8,30v-55,-26,-114,2,-126,56r115,0r-5,19r-114,0v-1,10,-1,20,0,30r108,0r-5,20r-99,0v13,54,70,80,126,56r2,31v-80,26,-154,-11,-168,-87r-34,0r5,-20r27,0v-1,-10,-1,-20,0,-30r-32,0r5,-19r30,0v16,-77,92,-116,173,-86"},"\u2113":{"d":"155,-58r15,14v-17,32,-41,47,-70,47v-42,-1,-61,-31,-61,-69v-6,6,-13,11,-20,17r-9,-19v10,-9,20,-16,29,-25r0,-95v0,-65,28,-88,58,-88v32,0,46,27,46,60v0,44,-29,86,-73,129v-3,38,14,64,37,64v22,0,39,-18,48,-35xm98,-252v-33,0,-28,90,-28,134v29,-32,51,-66,51,-98v0,-22,-6,-36,-23,-36","w":177},"\u212e":{"d":"65,-50v36,63,143,59,185,4r20,0v-25,30,-67,50,-114,50v-79,0,-144,-58,-144,-130v0,-71,65,-130,144,-130v81,1,147,59,145,134r-236,1r0,71xm248,-202v-33,-61,-150,-60,-183,1v2,23,-3,53,2,72r181,-2r0,-71","w":313},"\u2202":{"d":"37,-237r-11,-24v69,-48,155,-10,155,115v0,86,-33,149,-95,149v-49,0,-71,-44,-71,-84v0,-56,35,-92,76,-92v32,0,52,23,58,33v4,-62,-24,-115,-65,-114v-22,0,-38,9,-47,17xm89,-24v32,0,52,-43,56,-86v-20,-65,-98,-36,-98,30v0,31,16,56,42,56","w":199},"\u220f":{"d":"244,-221r-38,0r0,256r-32,0r0,-256r-94,0r0,256r-32,0r0,-256r-39,0r0,-29r235,0r0,29","w":253},"\u2211":{"d":"192,35r-184,0r0,-22r94,-121r-90,-120r0,-22r174,0r0,28r-129,1r82,108r-89,117r142,0r0,31","w":199},"\u2219":{"d":"29,-109v0,-12,10,-21,21,-21v12,0,21,9,21,21v0,11,-9,21,-21,21v-11,0,-21,-10,-21,-21","w":100},"\u221a":{"d":"209,-298r-80,351r-28,0r-56,-164r-27,11r-6,-20r53,-21r43,128v3,9,3,22,7,27r70,-312r24,0","w":207},"\u221e":{"d":"261,-104v0,37,-27,59,-56,59v-22,0,-40,-13,-65,-42v-19,22,-38,42,-68,42v-29,0,-54,-24,-54,-57v0,-34,24,-59,57,-59v27,0,47,20,66,42v17,-19,36,-42,67,-42v31,0,53,23,53,57xm38,-102v0,21,15,38,38,38v22,0,38,-21,53,-38v-16,-19,-31,-39,-56,-39v-22,0,-35,18,-35,39xm240,-102v0,-24,-14,-39,-35,-39v-23,0,-42,25,-54,38v24,26,37,39,55,39v22,0,34,-20,34,-38","w":279},"\u222b":{"d":"49,-215v0,-66,25,-103,77,-87r-4,22v-38,-11,-44,21,-43,68v0,57,5,118,5,178v0,69,-24,105,-79,87r5,-23v35,11,44,-12,44,-64v0,-61,-5,-123,-5,-181","w":132},"\u2248":{"d":"66,-157v44,0,80,55,106,0r13,12v-10,19,-26,34,-47,34v-25,0,-50,-26,-75,-27v-16,0,-26,13,-35,27r-13,-11v11,-21,30,-35,51,-35xm66,-94v44,0,79,54,106,0r13,12v-10,19,-26,34,-47,34v-24,0,-49,-26,-75,-27v-16,0,-26,13,-35,27r-13,-11v11,-21,30,-35,51,-35"},"\u2260":{"d":"144,-182r-15,34r54,0r0,21r-62,0r-24,51r86,0r0,20r-94,0r-18,42r-17,-7r16,-35r-52,0r0,-20r60,0r24,-51r-84,0r0,-21r91,0r19,-41"},"\u2264":{"d":"182,-35r-162,-81r0,-21r161,-80r0,23r-140,68r141,67r0,24xm183,0r-165,0r0,-21r165,0r0,21"},"\u2265":{"d":"21,-217r161,80r0,22r-161,80r0,-24r140,-68r-140,-67r0,-23xm183,0r-165,0r0,-21r165,0r0,21"},"\u25ca":{"d":"189,-125r-73,142r-26,0r-71,-142r72,-142r27,0xm159,-124r-56,-116v-14,41,-37,76,-54,114v17,39,41,74,54,116","w":208},"\u00a0":{"w":100},"\u00ad":{"d":"14,-83r0,-28r92,0r0,28r-92,0","w":119},"\u02c9":{"d":"-3,-221r0,-21r106,0r0,21r-106,0","w":100},"\u03a9":{"d":"16,-27v17,-1,37,2,52,-1v-24,-22,-47,-59,-47,-108v0,-68,46,-119,109,-119v66,0,105,58,105,117v1,52,-24,89,-47,111r52,0r0,27r-88,0r0,-20v25,-17,50,-54,50,-111v0,-46,-25,-96,-73,-96v-45,0,-74,43,-74,97v0,53,25,94,50,110r0,20r-89,0r0,-27","w":257},"\u2215":{"d":"-61,8r156,-267r26,0r-156,267r-26,0","w":60}}});Cufon.registerFont({"w":200,"face":{"font-family":"Frutiger LT Std","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 3 3 5 4 2 2 4","ascent":"270","descent":"-90","x-height":"4","bbox":"-60 -337 360 90","underline-thickness":"18","underline-position":"-18","stemh":"35","stemv":"50","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":100},"!":{"d":"49,-74r-7,-177r56,0r-8,177r-41,0xm45,0r0,-50r50,0r0,50r-50,0","w":140},"\"":{"d":"98,-161r0,-90r43,0r0,90r-43,0xm32,-161r0,-90r44,0r0,90r-44,0","w":173},"#":{"d":"178,-103r0,29r-33,0r-11,74r-31,0r10,-74r-37,0r-10,74r-32,0r10,-74r-32,0r0,-29r36,0r6,-46r-31,0r0,-28r36,0r10,-74r32,0r-10,74r36,0r11,-74r31,0r-10,74r29,0r0,28r-33,0r-6,46r29,0xm123,-149r-37,0r-6,46r37,0"},"$":{"d":"93,-156r0,-56v-23,7,-29,47,0,56xm110,-95r0,55v27,-8,28,-46,0,-55xm93,-282r17,0r0,26v21,0,41,3,59,9r-5,42v-17,-7,-34,-11,-54,-11r0,67v32,13,74,26,74,77v0,48,-32,70,-74,75r0,29r-17,0r0,-28v-29,0,-42,-3,-68,-9r5,-46v19,11,41,18,63,15r0,-67v-32,-13,-72,-26,-72,-76v0,-49,34,-71,72,-76r0,-27"},"%":{"d":"262,-24v20,0,23,-22,23,-38v0,-15,-3,-37,-23,-37v-33,0,-32,75,0,75xm262,4v-38,0,-60,-24,-60,-66v0,-42,22,-66,60,-66v39,0,60,24,60,66v0,42,-21,66,-60,66xm99,-123v-39,0,-61,-25,-61,-66v0,-42,22,-67,61,-67v38,0,59,25,59,67v0,41,-21,66,-59,66xm99,-152v32,-4,31,-72,0,-75v-32,3,-32,71,0,75xm88,8r156,-267r29,0r-155,267r-30,0","w":360},"&":{"d":"156,-48r-56,-63v-40,13,-39,80,12,78v17,0,33,-4,44,-15xm112,-158v12,-7,32,-22,32,-36v0,-18,-13,-26,-27,-26v-15,0,-29,8,-29,26v0,14,14,26,24,36xm140,-132r46,50v12,-14,15,-35,16,-54r44,0v-2,32,-12,61,-33,86r45,50r-61,0r-17,-22v-47,48,-158,28,-158,-47v0,-30,13,-52,53,-69v-20,-18,-35,-32,-35,-60v2,-75,146,-80,148,-1v0,35,-21,51,-48,67","w":259},"\u2019":{"d":"12,-161r23,-90r53,0r-33,90r-43,0","w":100,"k":{"\u2019":40,"V":29,"w":40,"W":40,"y":40,"\u00fd":40,"\u00ff":40,"A":40,"\u00c6":40,"\u00c1":40,"\u00c2":40,"\u00c4":40,"\u00c0":40,"\u00c5":40,"\u00c3":40,".":42,"c":40,"\u00e7":40,"d":33,"\u0131":33,"e":40,"\u00e9":40,"\u00ea":40,"\u00eb":40,"\u00e8":40,"n":33,"\u00f1":33,"o":26,"\u00f8":26,"\u0153":26,"\u00f3":26,"\u00f4":26,"\u00f6":26,"\u00f2":26,"\u00f5":26,"q":30}},"(":{"d":"72,-272r45,0v-67,89,-68,232,0,322r-45,0v-76,-91,-76,-234,0,-322","w":119},")":{"d":"48,50r-45,0v67,-91,67,-234,0,-322r45,0v76,89,76,232,0,322","w":119},"*":{"d":"174,-182r-50,11r35,39r-33,23r-26,-44r-27,44r-33,-23r35,-39r-49,-11r12,-38r48,21r-6,-52r41,0r-6,52r48,-21"},"+":{"d":"89,-110r0,-72r38,0r0,72r72,0r0,38r-72,0r0,72r-38,0r0,-72r-72,0r0,-38r72,0","w":216},",":{"d":"8,40r23,-90r53,0r-33,90r-43,0","w":100},"-":{"d":"107,-77r-94,0r0,-40r94,0r0,40","w":119},".":{"d":"25,0r0,-50r50,0r0,50r-50,0","w":100},"\/":{"d":"8,4r87,-260r38,0r-88,260r-37,0","w":140},"0":{"d":"100,-33v38,0,37,-60,37,-92v0,-32,0,-93,-37,-93v-37,0,-37,61,-37,93v0,32,0,92,37,92xm100,4v-78,0,-87,-76,-87,-129v0,-63,19,-131,87,-131v73,0,88,73,88,131v0,58,-16,129,-88,129"},"1":{"d":"28,-192r74,-59r45,0r0,251r-51,0r0,-194r-42,35"},"2":{"d":"182,0r-167,0r0,-42v23,-23,108,-94,108,-140v0,-49,-72,-36,-99,-14r-3,-42v57,-31,153,-26,153,56v0,53,-54,102,-95,142r103,0r0,40"},"3":{"d":"16,-4r3,-43v36,16,104,23,109,-24v4,-37,-39,-41,-80,-39r0,-40v38,2,81,-4,79,-33v-4,-47,-68,-35,-100,-20r-3,-40v56,-19,147,-30,153,52v3,35,-23,49,-47,61v32,4,48,29,48,59v0,85,-94,82,-162,67"},"4":{"d":"51,-90r63,0r-1,-109xm6,-52r0,-41r94,-158r62,0r0,161r32,0r0,38r-32,0r0,52r-48,0r0,-52r-108,0"},"5":{"d":"176,-251r0,37r-96,0r-2,54v51,-10,105,4,105,79v0,47,-34,85,-98,85v-20,0,-43,-3,-59,-7r1,-45v31,18,106,23,105,-32v-1,-48,-63,-49,-102,-36r2,-135r144,0"},"6":{"d":"172,-247r-6,41v-14,-6,-27,-10,-44,-10v-43,-1,-61,42,-59,78v36,-53,122,-17,122,52v0,54,-27,90,-84,90v-70,0,-85,-58,-85,-117v0,-68,22,-143,103,-143v19,0,36,3,53,9xm100,-125v-24,0,-34,22,-34,47v0,24,10,45,35,45v44,-1,45,-93,-1,-92"},"7":{"d":"18,-212r0,-39r162,0r0,41r-89,210r-55,0r93,-212r-111,0"},"8":{"d":"13,-68v-1,-29,17,-47,46,-63v-26,-11,-42,-32,-42,-58v0,-45,34,-67,80,-67v44,0,84,19,84,61v0,23,-14,49,-42,60v33,16,49,37,49,66v0,51,-37,73,-87,73v-49,0,-88,-21,-88,-72xm65,-188v0,22,22,31,40,38v33,-8,40,-68,-3,-68v-18,0,-37,10,-37,30xm95,-110v-42,9,-42,78,6,77v20,0,36,-13,36,-34v0,-24,-21,-36,-42,-43"},"9":{"d":"28,-5r7,-40v13,5,27,10,44,10v42,1,61,-43,59,-79v-35,52,-122,18,-122,-51v0,-55,26,-91,83,-91v70,0,86,58,86,117v0,68,-22,143,-104,143v-18,0,-35,-3,-53,-9xm100,-126v25,0,34,-22,34,-48v0,-23,-10,-44,-35,-44v-45,1,-44,93,1,92"},":":{"d":"25,-135r0,-50r50,0r0,50r-50,0xm25,0r0,-50r50,0r0,50r-50,0","w":100},";":{"d":"8,40r23,-90r53,0r-33,90r-43,0xm25,-135r0,-50r50,0r0,50r-50,0","w":100},"<":{"d":"199,-34r0,37r-182,-79r0,-31r182,-78r0,37r-134,57","w":216},"=":{"d":"199,-149r0,37r-182,0r0,-37r182,0xm199,-71r0,38r-182,0r0,-38r182,0","w":216},">":{"d":"17,-34r134,-57r-134,-57r0,-37r182,78r0,31r-182,79r0,-37","w":216},"?":{"d":"66,-73v-3,-61,46,-70,53,-112v-4,-46,-66,-35,-97,-19r-4,-40v60,-21,153,-21,153,53v0,50,-65,70,-61,118r-44,0xm63,0r0,-50r50,0r0,50r-50,0","w":180},"@":{"d":"149,-161v-38,-2,-60,73,-13,76v38,3,60,-73,13,-76xm227,-51r31,0v-68,95,-244,67,-245,-75v0,-71,59,-130,140,-130v58,0,122,32,122,106v0,74,-67,100,-91,100v-11,1,-17,-8,-20,-18v-29,36,-92,12,-92,-41v0,-67,75,-118,116,-64r4,-17r30,0r-22,100v0,3,1,5,5,5v18,0,41,-19,41,-64v0,-58,-51,-73,-93,-73v-60,0,-102,45,-102,96v0,91,106,124,176,75","w":288},"A":{"d":"165,-97r-37,-104r-36,104r73,0xm3,0r98,-251r57,0r99,251r-56,0r-22,-58r-102,0r-22,58r-52,0","w":259},"B":{"d":"80,-112r0,72v36,0,75,3,75,-35v0,-41,-38,-37,-75,-37xm80,-212r0,62v31,0,68,3,68,-30v0,-37,-36,-31,-68,-32xm29,0r0,-251v78,5,161,-24,169,64v3,31,-22,50,-50,57v34,3,58,26,58,57v0,99,-93,68,-177,73","w":219},"C":{"d":"210,-46r2,42v-98,26,-195,-11,-195,-117v0,-107,94,-159,195,-124r-4,42v-66,-36,-139,5,-139,78v0,73,76,110,141,79","w":219},"D":{"d":"29,0r0,-251v115,-3,214,-2,214,125v0,127,-98,130,-214,126xm80,-212r0,172v64,6,110,-20,110,-86v0,-65,-46,-92,-110,-86","w":259},"E":{"d":"29,0r0,-251r148,0r0,39r-97,0r0,62r89,0r0,40r-89,0r0,70r98,0r0,40r-149,0"},"F":{"d":"29,0r0,-251r140,0r0,39r-89,0r0,62r85,0r0,40r-85,0r0,110r-51,0","w":180,"k":{"Y":-6,"\u00dd":-6,"\u0178":-6,"\u2019":6}},"G":{"d":"229,-245r-4,42v-70,-34,-156,1,-156,78v0,62,52,104,119,86r0,-65r-53,0r0,-40r101,0r0,135v-102,33,-219,5,-219,-112v0,-115,108,-158,212,-124","w":259},"H":{"d":"29,0r0,-251r51,0r0,101r100,0r0,-101r51,0r0,251r-51,0r0,-110r-100,0r0,110r-51,0","w":259},"I":{"d":"25,0r0,-251r50,0r0,251r-50,0","w":100},"J":{"d":"8,0r0,-44v7,3,14,4,24,4v33,0,33,-26,33,-44r0,-167r50,0r0,191v0,27,-17,64,-69,64v-13,0,-24,-1,-38,-4","w":140},"K":{"d":"29,0r0,-251r51,0r0,108r90,-108r62,0r-103,118r108,133r-66,0r-91,-117r0,117r-51,0","w":240},"L":{"d":"29,0r0,-251r51,0r0,211r97,0r0,40r-148,0","w":180,"k":{"u":11,"\u00fa":11,"\u00fb":11,"\u00fc":11,"\u00f9":11,":":46,";":46}},"M":{"d":"29,0r0,-251r81,0r60,190r60,-190r81,0r0,251r-49,0r0,-207r-68,207r-48,0r-69,-207r0,207r-48,0","w":339},"N":{"d":"27,0r0,-251r62,0r96,188r0,-188r48,0r0,251r-61,0r-97,-188r0,188r-48,0","w":259},"O":{"d":"17,-126v0,-77,43,-130,123,-130v79,0,123,54,123,130v0,76,-43,130,-123,130v-81,0,-123,-53,-123,-130xm140,-216v-96,0,-96,181,0,181v98,0,95,-181,0,-181","w":280},"P":{"d":"75,-212r0,77v34,1,66,-1,66,-37v0,-37,-30,-42,-66,-40xm25,0r0,-251v81,-1,168,-7,168,76v0,65,-52,84,-118,80r0,95r-50,0","k":{"\u2019":11,"f":46,"\u00df":46,"A":46,"\u00c6":46,"\u00c1":46,"\u00c2":46,"\u00c4":46,"\u00c0":46,"\u00c5":46,"\u00c3":46,"t":33}},"Q":{"d":"257,48r-61,0r-44,-44v-89,4,-135,-49,-135,-130v0,-77,43,-130,123,-130v138,0,162,200,60,247xm140,-216v-96,0,-96,181,0,181v98,0,95,-181,0,-181","w":280},"R":{"d":"75,-212r0,68v34,0,70,2,70,-35v0,-36,-37,-33,-70,-33xm25,0r0,-251v78,4,168,-21,173,68v1,30,-22,52,-52,59v13,1,21,15,26,26r41,98r-56,0r-31,-78v-7,-25,-21,-27,-51,-26r0,104r-50,0","w":219,"k":{"v":20,"V":13,"w":40,"W":27}},"S":{"d":"169,-247r-5,42v-33,-13,-91,-25,-91,24v0,43,111,25,111,109v1,79,-92,87,-159,67r5,-46v32,20,101,29,101,-17v0,-48,-110,-28,-110,-111v1,-80,83,-88,148,-68"},"T":{"d":"75,0r0,-212r-72,0r0,-39r194,0r0,39r-72,0r0,212r-50,0","k":{"\u00fc":61,"\u0161":61,"\u00f2":20,"\u00f6":20,"\u00e8":30,"\u00eb":20,"\u00ea":30,"\u00e3":20,"\u00e5":20,"\u00e0":20,"\u00e4":10,"\u00e2":20,"r":27,"s":61,"u":61,"\u00fa":61,"\u00fb":61,"\u00f9":61}},"U":{"d":"27,-91r0,-160r51,0v9,79,-31,216,52,216v82,0,43,-138,52,-216r51,0r0,160v0,68,-39,95,-103,95v-64,0,-103,-27,-103,-95","w":259},"V":{"d":"90,0r-86,-251r54,0r65,197r63,-197r51,0r-85,251r-62,0","w":240,"k":{"\u00f6":10,"\u00f4":15,"\u00e8":10,"\u00eb":10,"\u00ea":10,"\u00e3":10,"\u00e5":10,"\u00e0":10,"\u00e4":10,"\u00e2":10,"r":33,"s":33,"\u0161":33,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6,":":6,";":6,"i":-6,"\u00ed":-6,"\u00ee":-6,"\u00ef":-6,"\u00ec":-6,"p":6,"t":6}},"W":{"d":"70,0r-66,-251r53,0r47,201r43,-201r68,0r45,201r47,-201r49,0r-65,251r-65,0r-46,-201r-45,201r-65,0","w":360,"k":{"\u00fc":5,"\u00f6":5,"\u00ea":5,"\u00e4":10,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,".":6,"d":6,"\u0131":6,"n":13,"\u00f1":13}},"X":{"d":"4,0r82,-131r-75,-120r58,0r53,89r54,-89r54,0r-76,120r83,131r-60,0r-58,-98r-59,98r-56,0","w":240},"Y":{"d":"96,0r0,-99r-92,-152r59,0r59,105r61,-105r53,0r-90,152r0,99r-50,0","w":240,"k":{"\u00fc":40,"\u00f6":25,".":40,"d":40,"\u0131":40,"q":29,"-":40,"a":40,"\u00e6":40,"\u00e1":40,"\u00e2":40,"\u00e4":40,"\u00e0":40,"\u00e5":40,"\u00e3":40,"r":40,"u":40,"\u00fa":40,"\u00fb":40,"\u00f9":40,";":40,"p":42,"t":40}},"Z":{"d":"13,0r0,-41r118,-171r-113,0r0,-39r167,0r0,41r-119,170r121,0r0,40r-174,0"},"[":{"d":"26,50r0,-322r81,0r0,35r-35,0r0,252r35,0r0,35r-81,0","w":119},"\\":{"d":"95,4r-88,-260r38,0r87,260r-37,0","w":140},"]":{"d":"13,-272r81,0r0,322r-81,0r0,-35r35,0r0,-252r-35,0r0,-35","w":119},"^":{"d":"61,-113r-37,0r67,-138r34,0r67,138r-37,0r-47,-100","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"12,-161r33,-90r43,0r-23,90r-53,0","w":100,"k":{"\u2018":25}},"a":{"d":"13,-51v0,-60,60,-66,121,-63v3,-57,-72,-44,-99,-20r-2,-42v60,-27,142,-19,144,64r3,112r-42,0v-3,-10,0,-24,-3,-28v-25,50,-121,40,-122,-23xm59,-54v0,31,54,29,64,6v8,-10,11,-23,11,-38v-33,0,-75,-3,-75,32"},"b":{"d":"73,-93v0,26,11,60,43,60v32,0,41,-35,41,-60v0,-25,-9,-59,-40,-59v-31,0,-44,33,-44,59xm25,0r0,-270r48,0r1,108v13,-17,30,-28,55,-28v57,0,78,46,78,97v0,51,-21,97,-78,97v-20,0,-43,-7,-57,-27r0,23r-47,0","w":219},"c":{"d":"149,-184r-4,39v-38,-19,-82,1,-82,51v0,52,47,74,87,52r3,40v-73,23,-140,-16,-140,-92v0,-70,63,-114,136,-90","w":159},"d":{"d":"63,-93v0,25,9,60,41,60v60,0,58,-119,-1,-119v-31,0,-40,34,-40,59xm148,0r0,-21v-15,18,-35,25,-57,25v-57,0,-78,-46,-78,-97v0,-51,21,-97,78,-97v25,-1,40,11,56,26r0,-106r48,0r0,270r-47,0","w":219},"e":{"d":"59,-111r82,0v-1,-23,-12,-43,-39,-43v-27,0,-41,18,-43,43xm174,-50r0,40v-68,34,-161,6,-161,-82v0,-53,28,-98,86,-98v69,0,88,47,88,112r-128,0v2,58,79,54,115,28"},"f":{"d":"42,0r0,-150r-35,0r0,-35r35,0v-10,-67,31,-103,95,-85r-4,40v-14,-14,-48,-5,-42,22r0,23r42,0r0,35r-42,0r0,150r-49,0","w":140,"k":{"s":-6,"\u0161":-6,"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6}},"g":{"d":"104,-37v31,0,43,-27,43,-58v0,-31,-12,-57,-40,-57v-61,1,-57,115,-3,115xm149,-185r46,0r0,167v0,50,-20,98,-98,98v-19,0,-41,-3,-64,-13r4,-41v15,8,39,16,54,16v52,1,58,-41,55,-72v-9,16,-30,30,-57,30v-55,0,-76,-44,-76,-94v0,-44,23,-96,78,-96v26,-1,43,11,58,30r0,-25","w":219},"h":{"d":"25,0r0,-270r48,0r1,110v12,-18,33,-30,58,-30v86,-1,59,110,63,190r-48,0r0,-99v0,-23,0,-53,-31,-53v-65,0,-37,90,-43,152r-48,0","w":219},"i":{"d":"26,0r0,-185r48,0r0,185r-48,0xm26,-219r0,-46r48,0r0,46r-48,0","w":100},"j":{"d":"-5,77r1,-35v26,-1,30,-6,30,-35r0,-192r48,0r0,199v0,26,-7,66,-56,66v-8,0,-17,-1,-23,-3xm26,-219r0,-46r48,0r0,46r-48,0","w":100},"k":{"d":"26,0r0,-270r48,0r1,159r57,-74r57,0r-69,82r78,103r-61,0r-63,-90r0,90r-48,0"},"l":{"d":"26,0r0,-270r48,0r0,270r-48,0","w":100},"m":{"d":"24,0r0,-185r45,0v1,8,-2,20,1,26v29,-44,89,-41,110,2v11,-22,35,-33,58,-33v85,1,51,113,58,190r-48,0r0,-111v0,-17,0,-41,-28,-41v-59,0,-29,94,-36,152r-48,0r0,-111v0,-17,0,-41,-28,-41v-59,0,-29,94,-36,152r-48,0","w":320},"n":{"d":"25,0r0,-185r46,0r0,25v35,-54,124,-32,124,43r0,117r-48,0r0,-99v0,-23,0,-53,-31,-53v-65,0,-37,90,-43,152r-48,0","w":219},"o":{"d":"13,-91v0,-62,42,-99,97,-99v55,0,97,37,97,99v0,53,-36,95,-97,95v-61,0,-97,-42,-97,-95xm63,-97v0,30,10,64,47,64v65,0,63,-120,0,-119v-32,0,-47,27,-47,55","w":219},"p":{"d":"25,76r0,-261r46,0v1,8,-2,20,1,26v10,-18,29,-31,57,-31v57,0,78,46,78,97v0,51,-21,97,-79,97v-21,1,-37,-7,-55,-25r0,97r-48,0xm117,-152v-31,0,-44,33,-44,59v0,26,11,60,43,60v32,0,41,-35,41,-60v0,-25,-9,-59,-40,-59","w":219},"q":{"d":"147,76r-1,-97v-17,20,-34,25,-54,25v-58,0,-79,-46,-79,-97v0,-51,21,-97,79,-97v28,-1,44,14,57,31r0,-26r46,0r0,261r-48,0xm103,-152v-31,0,-40,34,-40,59v0,25,9,60,41,60v60,0,58,-119,-1,-119","w":219},"r":{"d":"26,0r0,-185r43,0r0,42v3,-22,30,-56,66,-45r0,48v-4,-2,-13,-4,-22,-4v-60,0,-33,88,-39,144r-48,0","w":140,"k":{"c":33,"\u00e7":33,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"o":20,"\u00f8":20,"\u0153":20,"\u00f3":20,"\u00f4":20,"\u00f6":20,"\u00f2":20,"\u00f5":20,"q":13,"-":40,"a":27,"\u00e6":27,"\u00e1":27,"\u00e2":27,"\u00e4":27,"\u00e0":27,"\u00e5":27,"\u00e3":27}},"s":{"d":"138,-183r-3,36v-24,-7,-72,-18,-72,13v0,30,84,11,84,78v-1,63,-78,69,-132,52r3,-39v26,12,71,25,79,-11v0,-36,-84,-11,-84,-78v0,-60,76,-66,125,-51","w":159},"t":{"d":"99,4v-73,3,-57,-85,-58,-154r-36,0r0,-35r36,0r0,-37r48,-16r0,53r43,0r0,35r-43,0r0,86v-5,27,25,38,45,26r1,38v-10,3,-21,4,-36,4","w":140},"u":{"d":"195,-185r0,185r-46,0r0,-25v-15,18,-36,29,-61,29v-86,0,-59,-109,-63,-189r48,0r0,99v0,22,0,53,31,53v65,0,37,-90,43,-152r48,0","w":219},"v":{"d":"73,0r-69,-185r52,0r47,135r45,-135r48,0r-69,185r-54,0","k":{"y":27,"\u00fd":27,"\u00ff":27,"Y":61,"\u00dd":61,"\u0178":61,"\u2019":61}},"w":{"d":"67,0r-63,-185r51,0r42,137r37,-137r56,0r41,137r39,-137r46,0r-57,185r-57,0r-41,-141r-39,141r-55,0","w":320,"k":{"y":33,"\u00fd":33,"\u00ff":33,"Y":33,"\u00dd":33,"\u0178":33,"\u2019":6,"f":6,"\u00df":6,"A":6,"\u00c6":6,"\u00c1":6,"\u00c2":6,"\u00c4":6,"\u00c0":6,"\u00c5":6,"\u00c3":6,",":-6,".":6,"c":6,"\u00e7":6,"d":20,"\u0131":20,";":6,"p":6}},"x":{"d":"67,-97r-57,-88r57,0r36,60r36,-60r51,0r-56,88r63,97r-58,0r-41,-69r-42,69r-53,0"},"y":{"d":"57,-185r46,135r44,-135r49,0r-69,184v-15,53,-45,97,-112,76r4,-36v24,8,60,1,56,-30r-71,-194r53,0","k":{"T":13,"p":40}},"z":{"d":"17,-148r0,-37r147,0r0,39r-92,109r95,0r0,37r-154,0r0,-39r94,-109r-90,0","w":180},"{":{"d":"6,-95r0,-31v14,0,30,-8,30,-34r0,-64v2,-43,37,-51,80,-48r0,29v-50,-11,-34,48,-34,88v0,34,-25,42,-40,44v15,2,40,8,40,47v0,35,-20,96,34,86r0,28v-43,3,-80,-4,-80,-48v0,-38,6,-103,-30,-97","w":119},"|":{"d":"21,-270r38,0r0,360r-38,0r0,-360","w":79},"}":{"d":"113,-126r0,31v-13,0,-29,8,-29,36r0,61v-2,43,-37,51,-80,48r0,-28v49,11,34,-46,34,-86v0,-39,25,-45,40,-47v-15,-2,-40,-10,-40,-44v0,-36,21,-97,-34,-88r0,-29v43,-3,80,4,80,48v0,37,-7,103,29,98","w":119},"~":{"d":"150,-60v-41,-2,-92,-52,-112,1r-13,-32v8,-15,21,-31,43,-31v46,1,86,52,110,-1r13,32v-9,15,-23,31,-41,31","w":216},"\u00a1":{"d":"42,66r8,-178r40,0r8,178r-56,0xm44,-135r0,-50r51,0r0,50r-51,0","w":140},"\u00a2":{"d":"93,-52r30,-100v-40,1,-54,69,-30,100xm144,-219r21,0r-10,33v4,0,8,1,12,2r-4,39v-5,-3,-11,-5,-19,-6r-35,113v17,10,46,3,59,-4r3,40v-19,6,-51,9,-74,3r-10,31r-20,0r11,-37v-80,-38,-55,-205,57,-184"},"\u00a3":{"d":"19,0r0,-37r32,0r0,-79r-27,0r0,-29r27,0v-13,-87,56,-129,133,-104r-2,39v-36,-16,-86,2,-80,41r0,24r52,0r0,29r-52,0r0,79r80,0r0,37r-163,0"},"\u2044":{"d":"-60,8r150,-267r30,0r-150,267r-30,0","w":60},"\u00a5":{"d":"204,-251r-62,118r35,0r0,29r-50,0v-4,4,-3,14,-3,22r53,0r0,29r-53,0r0,53r-48,0r0,-53r-53,0r0,-29r53,0v0,-8,1,-18,-3,-22r-50,0r0,-29r36,0r-63,-118r51,0r55,111r55,-111r47,0"},"\u0192":{"d":"45,-146r41,0v12,-53,14,-115,81,-110v10,0,20,1,30,4r-7,38v-21,-10,-41,-1,-46,25r-9,43r44,0r-5,29r-44,0r-22,118v-5,25,-15,79,-68,79v-12,0,-25,0,-37,-4r7,-35v27,8,47,-13,45,-31r25,-127r-41,0"},"\u00a7":{"d":"61,-111v0,23,47,31,65,42v8,-6,13,-16,13,-27v0,-25,-36,-28,-65,-42v-6,5,-13,15,-13,27xm162,-248r-4,39v-27,-9,-84,-22,-86,15v-3,38,105,25,105,91v0,19,-10,36,-27,46v16,9,25,24,25,41v-3,69,-87,74,-147,55r4,-42v18,8,40,15,60,15v20,0,37,-6,37,-25v0,-37,-105,-27,-105,-90v0,-22,10,-38,27,-48v-16,-11,-25,-23,-25,-43v3,-64,79,-71,136,-54"},"\u00a4":{"d":"172,-220r22,21r-21,21v22,31,21,72,0,103r21,21r-22,21r-20,-21v-31,22,-72,23,-103,0r-21,21r-22,-21r21,-21v-22,-32,-20,-71,0,-103r-21,-21r22,-21r21,21v31,-23,72,-22,103,0xm50,-126v0,28,23,51,50,51v27,0,50,-23,50,-51v0,-29,-23,-52,-50,-52v-27,0,-50,23,-50,52"},"'":{"d":"28,-161r0,-90r44,0r0,90r-44,0","w":100},"\u201c":{"d":"12,-161r33,-90r43,0r-23,90r-53,0xm85,-161r33,-90r43,0r-23,90r-53,0","w":173},"\u00ab":{"d":"98,-97r42,-74r46,0r-40,74r40,74r-46,0xm18,-97r42,-74r45,0r-39,74r39,74r-45,0"},"\u2039":{"d":"18,-97r42,-74r45,0r-39,74r39,74r-45,0","w":119},"\u203a":{"d":"102,-97r-42,74r-46,0r40,-74r-40,-74r46,0","w":119},"\u2013":{"d":"0,-80r0,-33r180,0r0,33r-180,0","w":180},"\u2020":{"d":"21,-157r0,-37r56,0r0,-57r46,0r0,57r56,0r0,37r-56,0r0,157r-46,0r0,-157r-56,0"},"\u2021":{"d":"21,-165r0,-35r56,0r0,-51r46,0r0,51r56,0r0,35r-56,0r0,77r56,0r0,35r-56,0r0,53r-46,0r0,-53r-56,0r0,-35r56,0r0,-77r-56,0"},"\u00b7":{"d":"50,-75v-17,0,-28,-11,-28,-27v0,-16,11,-28,28,-28v17,0,28,12,28,28v0,16,-11,27,-28,27","w":100},"\u00b6":{"d":"80,45r0,-168v-50,0,-79,-25,-79,-63v-1,-87,111,-61,192,-65r0,296r-38,0r0,-267r-38,0r0,267r-37,0","w":223},"\u2022":{"d":"27,-126v0,-34,28,-62,63,-62v35,0,63,28,63,62v0,35,-28,63,-63,63v-35,0,-63,-28,-63,-63","w":180},"\u201a":{"d":"12,40r23,-90r53,0r-33,90r-43,0","w":100},"\u201e":{"d":"85,40r23,-90r53,0r-33,90r-43,0xm12,40r23,-90r53,0r-33,90r-43,0","w":173},"\u201d":{"d":"12,-161r23,-90r53,0r-33,90r-43,0xm85,-161r23,-90r53,0r-33,90r-43,0","w":173},"\u00bb":{"d":"102,-97r-42,74r-46,0r40,-74r-40,-74r46,0xm183,-97r-43,74r-45,0r39,-74r-39,-74r45,0"},"\u2026":{"d":"85,0r-50,0r0,-50r50,0r0,50xm205,0r-50,0r0,-50r50,0r0,50xm325,0r-50,0r0,-50r50,0r0,50","w":360},"\u2030":{"d":"54,-157v18,0,18,-18,18,-36v0,-18,0,-37,-18,-37v-18,0,-18,19,-18,37v0,18,0,36,18,36xm54,-131v-39,0,-51,-28,-51,-63v0,-36,12,-62,51,-62v40,0,51,26,51,62v0,35,-11,63,-51,63xm185,-22v18,0,18,-18,18,-36v0,-18,0,-36,-18,-36v-18,0,-18,18,-18,36v0,18,0,36,18,36xm185,4v-39,0,-51,-28,-51,-63v0,-35,12,-61,51,-61v40,0,51,26,51,61v0,35,-11,63,-51,63xm306,4v-39,0,-51,-28,-51,-63v0,-35,12,-61,51,-61v40,0,51,26,51,61v0,35,-11,63,-51,63xm306,-22v18,0,18,-18,18,-36v0,-18,0,-36,-18,-36v-18,0,-18,18,-18,36v0,18,0,36,18,36xm26,8r155,-267r29,0r-154,267r-30,0","w":360},"\u00bf":{"d":"114,-112v3,61,-47,68,-53,112v6,48,66,35,97,18r4,40v-59,23,-153,20,-153,-52v0,-51,65,-71,61,-118r44,0xm117,-185r0,50r-51,0r0,-50r51,0","w":180},"`":{"d":"60,-263r30,52r-30,0r-50,-52r50,0","w":100},"\u00b4":{"d":"10,-211r30,-52r50,0r-50,52r-30,0","w":100},"\u02c6":{"d":"33,-263r36,0r38,52r-32,0r-25,-31r-25,31r-32,0","w":100},"\u02dc":{"d":"79,-220v-23,0,-38,-12,-56,-13v-12,0,-17,9,-17,16r-20,0v0,-22,16,-44,37,-44v19,0,37,14,55,15v11,0,16,-7,16,-17r20,0v0,24,-13,43,-35,43","w":100},"\u00af":{"d":"102,-222r-104,0r0,-29r104,0r0,29","w":100},"\u02d8":{"d":"-9,-263r23,0v5,38,67,39,72,0r23,0v-2,33,-27,55,-59,55v-32,0,-57,-22,-59,-55","w":100},"\u02d9":{"d":"71,-219r-42,0r0,-42r42,0r0,42","w":100},"\u00a8":{"d":"66,-261r42,0r0,42r-42,0r0,-42xm34,-219r-42,0r0,-42r42,0r0,42","w":100},"\u02da":{"d":"12,-247v0,-20,18,-38,38,-38v22,0,39,18,39,38v0,22,-17,39,-39,39v-20,0,-38,-17,-38,-39xm31,-247v0,11,9,19,19,19v11,0,19,-8,19,-19v0,-10,-8,-19,-19,-19v-10,0,-19,9,-19,19","w":100},"\u00b8":{"d":"27,72r7,-19v12,4,44,11,44,-7v0,-25,-33,-1,-36,-19r21,-27r23,0v-4,7,-15,13,-16,20v20,-6,43,1,44,22v2,45,-61,43,-87,30","w":100},"\u02dd":{"d":"-25,-210r30,-53r49,0r-49,53r-30,0xm46,-211r30,-52r49,0r-49,52r-30,0","w":100},"\u02db":{"d":"22,48v2,-27,27,-50,61,-48v-14,11,-30,25,-30,44v0,22,28,17,35,5r14,2v-7,37,-83,42,-80,-3","w":100},"\u02c7":{"d":"69,-211r-36,0r-40,-52r32,0r25,31r25,-31r32,0","w":100},"\u2014":{"d":"0,-80r0,-33r360,0r0,33r-360,0","w":360},"\u00c6":{"d":"181,-97r-9,-117r-62,117r71,0xm3,0r138,-251r179,0r0,39r-97,0r5,62r84,0r0,40r-80,0r6,70r84,0r0,40r-133,0r-4,-58r-97,0r-31,58r-54,0","w":339},"\u00aa":{"d":"120,-141r-30,0v-1,-5,1,-12,-2,-15v-15,30,-78,23,-78,-14v0,-41,42,-40,77,-40v0,-36,-44,-25,-64,-13r0,-24v37,-17,95,-15,95,40v0,23,0,46,2,66xm41,-172v0,10,12,12,19,12v18,0,27,-14,27,-31v-19,0,-44,-3,-46,19","w":129},"\u0141":{"d":"29,0r0,-87r-26,15r0,-33r26,-16r0,-130r51,0r0,101r60,-36r0,33r-60,36r0,77r97,0r0,40r-148,0","w":180,"k":{"u":11,"\u00fa":11,"\u00fb":11,"\u00fc":11,"\u00f9":11,":":46,";":46}},"\u00d8":{"d":"82,-70r101,-130v-11,-10,-25,-16,-43,-16v-71,0,-86,91,-58,146xm197,-183r-102,130v11,11,26,18,45,18v73,0,85,-94,57,-148xm231,-262r16,14r-19,25v23,23,35,57,35,97v0,76,-43,130,-123,130v-30,0,-54,-7,-73,-20r-21,26r-16,-13r21,-27v-23,-22,-34,-56,-34,-96v0,-77,43,-130,123,-130v28,0,52,7,71,19","w":280},"\u0152":{"d":"176,-40r0,-172v-64,-12,-107,24,-107,88v0,57,44,98,107,84xm320,-251r0,39r-93,0r0,62r85,0r0,40r-85,0r0,70r95,0r0,40v-144,-9,-300,53,-305,-124v-3,-115,91,-140,209,-127r94,0","w":339},"\u00ba":{"d":"72,-256v34,0,63,23,63,59v0,36,-28,59,-63,59v-36,0,-64,-23,-64,-59v0,-36,30,-59,64,-59xm73,-234v-22,0,-30,17,-30,37v0,20,6,37,29,37v23,0,28,-18,28,-37v0,-18,-7,-37,-27,-37","w":142},"\u00e6":{"d":"180,-111r81,0v0,-23,-11,-43,-38,-43v-28,0,-43,19,-43,43xm294,-50r0,40v-42,21,-113,22,-141,-19v-29,48,-140,49,-140,-22v0,-61,63,-65,121,-63v5,-55,-73,-47,-101,-20r-1,-42v42,-16,99,-26,129,10v14,-15,34,-24,63,-24v66,0,83,55,83,112r-127,0v0,58,79,54,114,28xm59,-51v0,11,10,20,27,20v35,0,48,-18,48,-55v-35,-1,-72,-1,-75,35","w":320},"\u0131":{"d":"74,0r-48,0r0,-185r48,0r0,185","w":100},"\u0142":{"d":"26,0r0,-105r-26,15r0,-33r26,-16r0,-131r48,0r0,103r26,-16r0,33r-26,16r0,134r-48,0","w":100},"\u00f8":{"d":"70,-60r68,-83v-48,-32,-96,28,-68,83xm150,-127r-69,83v7,7,16,11,29,11v48,0,55,-58,40,-94xm185,-198r14,12r-19,23v54,54,24,167,-70,167v-23,0,-41,-5,-57,-15r-20,24r-14,-12r20,-24v-57,-56,-14,-167,71,-167v21,0,40,6,55,15","w":219},"\u0153":{"d":"110,-154v-63,0,-65,121,0,123v35,0,48,-30,48,-61v0,-31,-12,-62,-48,-62xm327,-78r-121,0v0,57,73,56,106,29r2,39v-6,4,-23,14,-58,14v-31,0,-59,-6,-75,-30v-58,67,-168,17,-168,-65v0,-94,115,-131,166,-67v14,-21,40,-32,65,-32v67,0,83,54,83,112xm206,-111r75,0v-1,-23,-11,-43,-37,-43v-24,0,-38,21,-38,43","w":339},"\u00df":{"d":"74,0r-48,0v8,-114,-38,-276,88,-274v40,0,82,22,82,66v0,32,-16,55,-48,64v36,5,61,33,61,67v0,60,-56,90,-115,75r1,-37v30,7,64,11,64,-43v0,-33,-27,-41,-57,-41r0,-38v27,0,44,-11,44,-39v0,-20,-10,-37,-32,-37v-28,0,-40,27,-40,51r0,186","w":219},"\u00b9":{"d":"4,-217r50,-36r34,0r0,151r-37,0r0,-115r-28,22","w":129},"\u00ac":{"d":"162,-39r0,-73r-145,0r0,-37r182,0r0,110r-37,0","w":216},"\u00b5":{"d":"25,76r0,-261r48,0r0,99v0,22,0,53,31,53v65,0,37,-90,43,-152r48,0r0,185r-46,0r0,-25v-10,25,-50,42,-76,17r0,84r-48,0","w":219},"\u2122":{"d":"167,-102r0,-149r53,0r35,93r36,-93r52,0r0,149r-36,0r0,-105r-38,105r-27,0r-39,-105r0,105r-36,0xm59,-102r0,-120r-42,0r0,-29r122,0r0,29r-42,0r0,120r-38,0","w":360},"\u00d0":{"d":"29,0r0,-121r-23,0r0,-31r23,0r0,-99v115,-3,214,-2,214,125v0,127,-98,130,-214,126xm80,-121r0,81v64,6,110,-20,110,-86v0,-65,-46,-92,-110,-86r0,60r52,0r0,31r-52,0","w":259},"\u00bd":{"d":"48,8r150,-267r30,0r-150,267r-30,0xm4,-217r50,-36r33,0r0,151r-37,0r0,-115r-28,22xm288,-108v0,31,-43,67,-61,77r61,0r0,31r-108,0r0,-30v15,-4,67,-54,66,-74v-1,-28,-44,-20,-60,-7r-2,-31v36,-21,104,-18,104,34","w":300},"\u00b1":{"d":"89,-135r0,-47r38,0r0,47r72,0r0,38r-72,0r0,48r-38,0r0,-48r-72,0r0,-38r72,0xm17,0r0,-37r182,0r0,37r-182,0","w":216},"\u00de":{"d":"75,0r-50,0r0,-251r50,0r0,41v62,-2,118,12,118,77v0,65,-52,82,-118,79r0,54xm75,-170r0,77v35,1,66,-2,66,-38v0,-36,-30,-41,-66,-39"},"\u00bc":{"d":"194,-57r42,0v-1,-20,2,-44,-1,-62xm164,-28r0,-31r65,-93r45,0r0,95r17,0r0,29r-17,0r0,28r-38,0r0,-28r-72,0xm59,8r150,-267r30,0r-150,267r-30,0xm7,-217r50,-36r34,0r0,151r-37,0r0,-115r-28,22","w":300},"\u00f7":{"d":"199,-72r-182,0r0,-38r182,0r0,38xm108,-190v17,0,28,11,28,27v0,16,-11,28,-28,28v-17,0,-28,-12,-28,-28v0,-16,11,-27,28,-27xm108,8v-17,0,-28,-11,-28,-27v0,-17,11,-28,28,-28v17,0,28,11,28,28v0,16,-11,27,-28,27","w":216},"\u00a6":{"d":"21,-243r38,0r0,126r-38,0r0,-126xm21,-63r38,0r0,126r-38,0r0,-126","w":79},"\u00b0":{"d":"72,-229v-19,0,-32,13,-32,31v0,19,13,32,32,32v19,0,32,-13,32,-32v0,-18,-13,-31,-32,-31xm72,-256v32,0,58,26,58,58v0,33,-25,58,-58,58v-33,0,-58,-24,-58,-58v0,-32,26,-58,58,-58","w":144},"\u00fe":{"d":"25,76r0,-346r48,0r1,109v9,-15,27,-29,55,-29v57,0,78,46,78,97v0,51,-21,97,-78,97v-28,1,-43,-11,-56,-25r0,97r-48,0xm117,-152v-31,0,-44,33,-44,59v0,26,11,60,43,60v32,0,41,-35,41,-60v0,-25,-9,-59,-40,-59","w":219},"\u00be":{"d":"240,-57r0,-62r-41,62r41,0xm278,-28r0,28r-38,0r0,-28r-72,0r0,-31r65,-93r45,0r0,95r17,0r0,29r-17,0xm63,8r150,-267r30,0r-150,267r-30,0xm12,-217r-2,-30v39,-15,98,-16,104,28v3,21,-12,32,-30,39v21,1,32,17,32,35v0,49,-65,53,-111,40r2,-30v24,7,67,15,70,-12v2,-19,-31,-18,-49,-16r0,-30v18,-1,48,2,49,-17v-5,-26,-45,-18,-65,-7","w":300},"\u00b2":{"d":"119,-209v1,30,-43,66,-61,77r62,0r0,30r-109,0r0,-29v15,-6,66,-53,66,-75v-1,-29,-45,-20,-60,-6r-2,-32v38,-21,105,-18,104,35","w":129},"\u00ae":{"d":"14,-126v0,-71,58,-130,130,-130v72,0,130,59,130,130v0,72,-58,130,-130,130v-72,0,-130,-58,-130,-130xm51,-126v0,60,41,102,93,102v51,0,93,-42,93,-102v0,-59,-42,-101,-93,-101v-52,0,-93,42,-93,101xm92,-54r0,-144v50,1,112,-9,112,43v0,26,-16,37,-38,38r38,63r-32,0r-34,-61r-15,0r0,61r-31,0xm123,-139v22,-2,52,7,50,-19v-1,-22,-29,-16,-50,-17r0,36","w":288},"\u2212":{"d":"199,-72r-182,0r0,-38r182,0r0,38","w":216},"\u00f0":{"d":"111,-148v-63,2,-66,112,-1,115v63,0,62,-112,1,-115xm52,-214r30,-19v-13,-8,-25,-14,-36,-18r22,-24v16,6,32,13,46,21r33,-21r19,17r-30,19v42,32,70,79,70,137v0,69,-35,106,-96,106v-61,0,-97,-42,-97,-95v0,-68,68,-117,129,-83v-8,-17,-22,-32,-38,-45r-33,22","w":219},"\u00d7":{"d":"82,-91r-58,-58r26,-26r58,58r58,-58r26,26r-58,58r58,58r-26,26r-58,-59r-58,59r-26,-26","w":216},"\u00b3":{"d":"17,-217r-2,-30v38,-15,98,-16,103,28v3,21,-11,32,-29,39v20,1,32,17,32,35v0,49,-66,52,-112,40r2,-30v25,8,64,15,68,-12v3,-20,-30,-18,-47,-16r0,-30v18,-1,45,3,47,-17v-3,-27,-44,-17,-62,-7","w":129},"\u00a9":{"d":"237,-126v0,-59,-42,-101,-93,-101v-52,0,-93,42,-93,101v0,60,41,102,93,102v51,0,93,-42,93,-102xm182,-105r30,0v-5,36,-32,55,-63,55v-45,0,-73,-34,-73,-77v0,-83,125,-107,135,-22r-29,0v-16,-46,-75,-27,-71,22v-7,48,62,67,71,22xm14,-126v0,-71,58,-130,130,-130v72,0,130,59,130,130v0,72,-58,130,-130,130v-72,0,-130,-58,-130,-130","w":288},"\u00c1":{"d":"165,-97r-37,-104r-36,104r73,0xm3,0r98,-251r57,0r99,251r-56,0r-22,-58r-102,0r-22,58r-52,0xm100,-267r30,-53r50,0r-50,53r-30,0","w":259},"\u00c2":{"d":"165,-97r-37,-104r-36,104r73,0xm3,0r98,-251r57,0r99,251r-56,0r-22,-58r-102,0r-22,58r-52,0xm113,-320r36,0r38,53r-32,0r-25,-31r-25,31r-32,0","w":259},"\u00c4":{"d":"165,-97r-37,-104r-36,104r73,0xm3,0r98,-251r57,0r99,251r-56,0r-22,-58r-102,0r-22,58r-52,0xm146,-318r42,0r0,42r-42,0r0,-42xm114,-276r-42,0r0,-42r42,0r0,42","w":259},"\u00c0":{"d":"165,-97r-37,-104r-36,104r73,0xm3,0r98,-251r57,0r99,251r-56,0r-22,-58r-102,0r-22,58r-52,0xm130,-320r29,53r-29,0r-50,-53r50,0","w":259},"\u00c5":{"d":"165,-97r-37,-104r-36,104r73,0xm3,0r98,-251r57,0r99,251r-56,0r-22,-58r-102,0r-22,58r-52,0xm92,-298v0,-21,17,-39,38,-39v22,0,38,18,38,39v0,21,-16,38,-38,38v-21,0,-38,-17,-38,-38xm111,-298v0,10,9,19,19,19v11,0,19,-9,19,-19v0,-11,-8,-19,-19,-19v-10,0,-19,8,-19,19","w":259},"\u00c3":{"d":"165,-97r-37,-104r-36,104r73,0xm3,0r98,-251r57,0r99,251r-56,0r-22,-58r-102,0r-22,58r-52,0xm159,-276v-23,0,-37,-14,-56,-14v-12,0,-17,9,-17,16r-20,0v0,-22,16,-44,37,-44v20,0,37,15,55,16v11,0,16,-8,16,-18r20,0v0,24,-13,44,-35,44","w":259},"\u00c7":{"d":"210,-46r2,42v-20,5,-40,8,-62,8v-3,5,-12,11,-12,16v19,-6,43,1,43,22v1,45,-60,43,-87,30r8,-19v11,4,44,11,44,-7v0,-16,-20,-14,-31,-10v-13,-12,8,-23,14,-34v-67,-7,-112,-48,-112,-123v0,-107,94,-159,195,-124r-4,42v-66,-36,-139,5,-139,78v0,73,76,110,141,79","w":219},"\u00c9":{"d":"29,0r0,-251r148,0r0,39r-97,0r0,62r89,0r0,40r-89,0r0,70r98,0r0,40r-149,0xm71,-267r29,-53r50,0r-50,53r-29,0"},"\u00ca":{"d":"29,0r0,-251r148,0r0,39r-97,0r0,62r89,0r0,40r-89,0r0,70r98,0r0,40r-149,0xm83,-320r36,0r38,53r-32,0r-25,-31r-25,31r-32,0"},"\u00cb":{"d":"29,0r0,-251r148,0r0,39r-97,0r0,62r89,0r0,40r-89,0r0,70r98,0r0,40r-149,0xm116,-318r42,0r0,42r-42,0r0,-42xm84,-276r-42,0r0,-42r42,0r0,42"},"\u00c8":{"d":"29,0r0,-251r148,0r0,39r-97,0r0,62r89,0r0,40r-89,0r0,70r98,0r0,40r-149,0xm100,-320r30,53r-30,0r-50,-53r50,0"},"\u00cd":{"d":"25,0r0,-251r50,0r0,251r-50,0xm21,-267r29,-53r50,0r-50,53r-29,0","w":100},"\u00ce":{"d":"25,0r0,-251r50,0r0,251r-50,0xm33,-320r36,0r38,53r-32,0r-25,-31r-25,31r-32,0","w":100},"\u00cf":{"d":"25,0r0,-251r50,0r0,251r-50,0xm66,-318r42,0r0,42r-42,0r0,-42xm34,-276r-42,0r0,-42r42,0r0,42","w":100},"\u00cc":{"d":"25,0r0,-251r50,0r0,251r-50,0xm50,-320r30,53r-30,0r-50,-53r50,0","w":100},"\u00d1":{"d":"27,0r0,-251r62,0r96,188r0,-188r48,0r0,251r-61,0r-97,-188r0,188r-48,0xm159,-276v-23,0,-37,-14,-56,-14v-12,0,-17,9,-17,16r-20,0v0,-22,16,-44,37,-44v20,0,37,15,55,16v11,0,16,-8,16,-18r20,0v0,24,-13,44,-35,44","w":259},"\u00d3":{"d":"17,-126v0,-77,43,-130,123,-130v79,0,123,54,123,130v0,76,-43,130,-123,130v-81,0,-123,-53,-123,-130xm140,-216v-96,0,-96,181,0,181v98,0,95,-181,0,-181xm111,-267r29,-53r50,0r-50,53r-29,0","w":280},"\u00d4":{"d":"17,-126v0,-77,43,-130,123,-130v79,0,123,54,123,130v0,76,-43,130,-123,130v-81,0,-123,-53,-123,-130xm140,-216v-96,0,-96,181,0,181v98,0,95,-181,0,-181xm123,-320r36,0r38,53r-32,0r-25,-31r-25,31r-32,0","w":280},"\u00d6":{"d":"17,-126v0,-77,43,-130,123,-130v79,0,123,54,123,130v0,76,-43,130,-123,130v-81,0,-123,-53,-123,-130xm140,-216v-96,0,-96,181,0,181v98,0,95,-181,0,-181xm156,-318r42,0r0,42r-42,0r0,-42xm124,-276r-42,0r0,-42r42,0r0,42","w":280},"\u00d2":{"d":"17,-126v0,-77,43,-130,123,-130v79,0,123,54,123,130v0,76,-43,130,-123,130v-81,0,-123,-53,-123,-130xm140,-216v-96,0,-96,181,0,181v98,0,95,-181,0,-181xm140,-320r30,53r-30,0r-50,-53r50,0","w":280},"\u00d5":{"d":"17,-126v0,-77,43,-130,123,-130v79,0,123,54,123,130v0,76,-43,130,-123,130v-81,0,-123,-53,-123,-130xm140,-216v-96,0,-96,181,0,181v98,0,95,-181,0,-181xm169,-276v-22,0,-38,-14,-56,-14v-12,0,-17,9,-17,16r-20,0v0,-22,16,-44,37,-44v19,0,37,15,55,16v11,0,16,-8,16,-18r20,0v0,24,-13,44,-35,44","w":280},"\u0160":{"d":"169,-247r-5,42v-33,-13,-91,-25,-91,24v0,43,111,25,111,109v1,79,-92,87,-159,67r5,-46v32,20,101,29,101,-17v0,-48,-110,-28,-110,-111v1,-80,83,-88,148,-68xm119,-267r-36,0r-40,-53r32,0r25,31r25,-31r32,0"},"\u00da":{"d":"27,-91r0,-160r51,0v9,79,-31,216,52,216v82,0,43,-138,52,-216r51,0r0,160v0,68,-39,95,-103,95v-64,0,-103,-27,-103,-95xm100,-267r30,-53r50,0r-50,53r-30,0","w":259},"\u00db":{"d":"27,-91r0,-160r51,0v9,79,-31,216,52,216v82,0,43,-138,52,-216r51,0r0,160v0,68,-39,95,-103,95v-64,0,-103,-27,-103,-95xm113,-320r36,0r38,53r-32,0r-25,-31r-25,31r-32,0","w":259},"\u00dc":{"d":"27,-91r0,-160r51,0v9,79,-31,216,52,216v82,0,43,-138,52,-216r51,0r0,160v0,68,-39,95,-103,95v-64,0,-103,-27,-103,-95xm146,-318r42,0r0,42r-42,0r0,-42xm114,-276r-42,0r0,-42r42,0r0,42","w":259},"\u00d9":{"d":"27,-91r0,-160r51,0v9,79,-31,216,52,216v82,0,43,-138,52,-216r51,0r0,160v0,68,-39,95,-103,95v-64,0,-103,-27,-103,-95xm130,-320r29,53r-29,0r-50,-53r50,0","w":259},"\u00dd":{"d":"96,0r0,-99r-92,-152r59,0r59,105r61,-105r53,0r-90,152r0,99r-50,0xm91,-267r30,-53r49,0r-49,53r-30,0","w":240,"k":{".":40,"d":40,"\u0131":40,"q":29,"-":40,"a":40,"\u00e6":40,"\u00e1":40,"\u00e2":40,"\u00e4":40,"\u00e0":40,"\u00e5":40,"\u00e3":40,"r":40,"u":40,"\u00fa":40,"\u00fb":40,"\u00fc":40,"\u00f9":40,";":40,"p":42,"t":40}},"\u0178":{"d":"96,0r0,-99r-92,-152r59,0r59,105r61,-105r53,0r-90,152r0,99r-50,0xm136,-318r42,0r0,42r-42,0r0,-42xm104,-276r-42,0r0,-42r42,0r0,42","w":240,"k":{".":40,"d":40,"\u0131":40,"q":29,"-":40,"a":40,"\u00e6":40,"\u00e1":40,"\u00e2":40,"\u00e4":40,"\u00e0":40,"\u00e5":40,"\u00e3":40,"r":40,"u":40,"\u00fa":40,"\u00fb":40,"\u00fc":40,"\u00f9":40,";":40,"p":42,"t":40}},"\u017d":{"d":"13,0r0,-41r118,-171r-113,0r0,-39r167,0r0,41r-119,170r121,0r0,40r-174,0xm119,-267r-36,0r-40,-53r32,0r25,31r25,-31r32,0"},"\u00e1":{"d":"13,-51v0,-60,60,-66,121,-63v3,-57,-72,-44,-99,-20r-2,-42v60,-27,142,-19,144,64r3,112r-42,0v-3,-10,0,-24,-3,-28v-25,50,-121,40,-122,-23xm59,-54v0,31,54,29,64,6v8,-10,11,-23,11,-38v-33,0,-75,-3,-75,32xm73,-211r30,-52r50,0r-50,52r-30,0"},"\u00e2":{"d":"13,-51v0,-60,60,-66,121,-63v3,-57,-72,-44,-99,-20r-2,-42v60,-27,142,-19,144,64r3,112r-42,0v-3,-10,0,-24,-3,-28v-25,50,-121,40,-122,-23xm59,-54v0,31,54,29,64,6v8,-10,11,-23,11,-38v-33,0,-75,-3,-75,32xm83,-263r36,0r38,52r-32,0r-25,-31r-25,31r-32,0"},"\u00e4":{"d":"13,-51v0,-60,60,-66,121,-63v3,-57,-72,-44,-99,-20r-2,-42v60,-27,142,-19,144,64r3,112r-42,0v-3,-10,0,-24,-3,-28v-25,50,-121,40,-122,-23xm59,-54v0,31,54,29,64,6v8,-10,11,-23,11,-38v-33,0,-75,-3,-75,32xm116,-261r42,0r0,42r-42,0r0,-42xm84,-219r-42,0r0,-42r42,0r0,42"},"\u00e0":{"d":"13,-51v0,-60,60,-66,121,-63v3,-57,-72,-44,-99,-20r-2,-42v60,-27,142,-19,144,64r3,112r-42,0v-3,-10,0,-24,-3,-28v-25,50,-121,40,-122,-23xm59,-54v0,31,54,29,64,6v8,-10,11,-23,11,-38v-33,0,-75,-3,-75,32xm94,-263r29,52r-29,0r-50,-52r50,0"},"\u00e5":{"d":"13,-51v0,-60,60,-66,121,-63v3,-57,-72,-44,-99,-20r-2,-42v60,-27,142,-19,144,64r3,112r-42,0v-3,-10,0,-24,-3,-28v-25,50,-121,40,-122,-23xm59,-54v0,31,54,29,64,6v8,-10,11,-23,11,-38v-33,0,-75,-3,-75,32xm62,-247v0,-20,18,-38,38,-38v22,0,39,18,39,38v0,22,-17,39,-39,39v-20,0,-38,-17,-38,-39xm81,-247v0,11,9,19,19,19v11,0,19,-8,19,-19v0,-10,-8,-19,-19,-19v-10,0,-19,9,-19,19"},"\u00e3":{"d":"13,-51v0,-60,60,-66,121,-63v3,-57,-72,-44,-99,-20r-2,-42v60,-27,142,-19,144,64r3,112r-42,0v-3,-10,0,-24,-3,-28v-25,50,-121,40,-122,-23xm59,-54v0,31,54,29,64,6v8,-10,11,-23,11,-38v-33,0,-75,-3,-75,32xm129,-220v-23,0,-38,-12,-56,-13v-12,0,-17,9,-17,16r-20,0v0,-22,16,-44,37,-44v21,0,36,15,56,15v10,0,15,-7,15,-17r20,0v0,24,-13,43,-35,43"},"\u00e7":{"d":"149,-184r-4,39v-38,-19,-82,1,-82,51v0,52,47,74,87,52r3,40v-12,4,-24,6,-40,6v-4,5,-13,11,-13,16v19,-6,44,1,44,22v2,45,-61,43,-87,30r7,-19v12,4,43,11,44,-7v1,-25,-34,0,-36,-19r19,-24v-52,-5,-78,-44,-78,-97v0,-70,63,-114,136,-90","w":159},"\u00e9":{"d":"59,-111r82,0v-1,-23,-12,-43,-39,-43v-27,0,-41,18,-43,43xm174,-50r0,40v-68,34,-161,6,-161,-82v0,-53,28,-98,86,-98v69,0,88,47,88,112r-128,0v2,58,79,54,115,28xm73,-211r30,-52r50,0r-50,52r-30,0"},"\u00ea":{"d":"59,-111r82,0v-1,-23,-12,-43,-39,-43v-27,0,-41,18,-43,43xm174,-50r0,40v-68,34,-161,6,-161,-82v0,-53,28,-98,86,-98v69,0,88,47,88,112r-128,0v2,58,79,54,115,28xm83,-263r36,0r38,52r-32,0r-25,-31r-25,31r-32,0"},"\u00eb":{"d":"59,-111r82,0v-1,-23,-12,-43,-39,-43v-27,0,-41,18,-43,43xm174,-50r0,40v-68,34,-161,6,-161,-82v0,-53,28,-98,86,-98v69,0,88,47,88,112r-128,0v2,58,79,54,115,28xm116,-261r42,0r0,42r-42,0r0,-42xm84,-219r-42,0r0,-42r42,0r0,42"},"\u00e8":{"d":"59,-111r82,0v-1,-23,-12,-43,-39,-43v-27,0,-41,18,-43,43xm174,-50r0,40v-68,34,-161,6,-161,-82v0,-53,28,-98,86,-98v69,0,88,47,88,112r-128,0v2,58,79,54,115,28xm94,-263r29,52r-29,0r-50,-52r50,0"},"\u00ed":{"d":"74,0r-48,0r0,-185r48,0r0,185xm23,-211r30,-52r50,0r-50,52r-30,0","w":100},"\u00ee":{"d":"74,0r-48,0r0,-185r48,0r0,185xm33,-263r36,0r38,52r-32,0r-25,-31r-25,31r-32,0","w":100},"\u00ef":{"d":"74,0r-48,0r0,-185r48,0r0,185xm66,-261r42,0r0,42r-42,0r0,-42xm34,-219r-42,0r0,-42r42,0r0,42","w":100},"\u00ec":{"d":"74,0r-48,0r0,-185r48,0r0,185xm44,-263r29,52r-29,0r-50,-52r50,0","w":100},"\u00f1":{"d":"25,0r0,-185r46,0r0,25v35,-54,124,-32,124,43r0,117r-48,0r0,-99v0,-23,0,-53,-31,-53v-65,0,-37,90,-43,152r-48,0xm139,-220v-27,0,-65,-30,-73,3r-20,0v0,-22,16,-44,37,-44v21,0,36,15,56,15v10,0,15,-7,15,-17r20,0v0,24,-13,43,-35,43","w":219},"\u00f3":{"d":"13,-91v0,-62,42,-99,97,-99v55,0,97,37,97,99v0,53,-36,95,-97,95v-61,0,-97,-42,-97,-95xm63,-97v0,30,10,64,47,64v65,0,63,-120,0,-119v-32,0,-47,27,-47,55xm84,-211r29,-52r50,0r-50,52r-29,0","w":219},"\u00f4":{"d":"13,-91v0,-62,42,-99,97,-99v55,0,97,37,97,99v0,53,-36,95,-97,95v-61,0,-97,-42,-97,-95xm63,-97v0,30,10,64,47,64v65,0,63,-120,0,-119v-32,0,-47,27,-47,55xm93,-263r36,0r38,52r-32,0r-24,-31r-26,31r-32,0","w":219},"\u00f6":{"d":"13,-91v0,-62,42,-99,97,-99v55,0,97,37,97,99v0,53,-36,95,-97,95v-61,0,-97,-42,-97,-95xm63,-97v0,30,10,64,47,64v65,0,63,-120,0,-119v-32,0,-47,27,-47,55xm126,-261r42,0r0,42r-42,0r0,-42xm94,-219r-42,0r0,-42r42,0r0,42","w":219},"\u00f2":{"d":"13,-91v0,-62,42,-99,97,-99v55,0,97,37,97,99v0,53,-36,95,-97,95v-61,0,-97,-42,-97,-95xm63,-97v0,30,10,64,47,64v65,0,63,-120,0,-119v-32,0,-47,27,-47,55xm104,-263r30,52r-30,0r-50,-52r50,0","w":219},"\u00f5":{"d":"13,-91v0,-62,42,-99,97,-99v55,0,97,37,97,99v0,53,-36,95,-97,95v-61,0,-97,-42,-97,-95xm63,-97v0,30,10,64,47,64v65,0,63,-120,0,-119v-32,0,-47,27,-47,55xm139,-220v-27,0,-65,-30,-73,3r-20,0v0,-22,16,-44,37,-44v21,0,36,15,56,15v10,0,15,-7,15,-17r20,0v0,24,-13,43,-35,43","w":219},"\u0161":{"d":"138,-183r-3,36v-24,-7,-72,-18,-72,13v0,30,84,11,84,78v-1,63,-78,69,-132,52r3,-39v26,12,71,25,79,-11v0,-36,-84,-11,-84,-78v0,-60,76,-66,125,-51xm99,-211r-36,0r-40,-52r32,0r25,31r25,-31r32,0","w":159},"\u00fa":{"d":"195,-185r0,185r-46,0r0,-25v-15,18,-36,29,-61,29v-86,0,-59,-109,-63,-189r48,0r0,99v0,22,0,53,31,53v65,0,37,-90,43,-152r48,0xm84,-211r29,-52r50,0r-50,52r-29,0","w":219},"\u00fb":{"d":"195,-185r0,185r-46,0r0,-25v-15,18,-36,29,-61,29v-86,0,-59,-109,-63,-189r48,0r0,99v0,22,0,53,31,53v65,0,37,-90,43,-152r48,0xm93,-263r36,0r38,52r-32,0r-24,-31r-26,31r-32,0","w":219},"\u00fc":{"d":"195,-185r0,185r-46,0r0,-25v-15,18,-36,29,-61,29v-86,0,-59,-109,-63,-189r48,0r0,99v0,22,0,53,31,53v65,0,37,-90,43,-152r48,0xm126,-261r42,0r0,42r-42,0r0,-42xm94,-219r-42,0r0,-42r42,0r0,42","w":219},"\u00f9":{"d":"195,-185r0,185r-46,0r0,-25v-15,18,-36,29,-61,29v-86,0,-59,-109,-63,-189r48,0r0,99v0,22,0,53,31,53v65,0,37,-90,43,-152r48,0xm104,-263r30,52r-30,0r-50,-52r50,0","w":219},"\u00fd":{"d":"57,-185r46,135r44,-135r49,0r-69,184v-15,53,-45,97,-112,76r4,-36v24,8,60,1,56,-30r-71,-194r53,0xm73,-211r30,-52r50,0r-50,52r-30,0","k":{"T":13,"p":40}},"\u00ff":{"d":"57,-185r46,135r44,-135r49,0r-69,184v-15,53,-45,97,-112,76r4,-36v24,8,60,1,56,-30r-71,-194r53,0xm116,-261r42,0r0,42r-42,0r0,-42xm84,-219r-42,0r0,-42r42,0r0,42","k":{"T":13,"p":40}},"\u017e":{"d":"17,-148r0,-37r147,0r0,39r-92,109r95,0r0,37r-154,0r0,-39r94,-109r-90,0xm109,-211r-36,0r-40,-52r32,0r25,31r25,-31r32,0","w":180},"\u2206":{"d":"10,0r0,-26r83,-230r51,0r81,230r0,26r-215,0xm54,-35r125,0r-41,-109r-22,-65v-16,54,-42,120,-62,174","w":235},"\u2126":{"d":"14,-35v16,-1,35,2,49,-1v-22,-21,-44,-56,-44,-102v0,-64,44,-117,109,-117v122,-1,131,167,61,220r50,0r0,35r-93,0r0,-26v23,-15,45,-48,45,-105v0,-45,-22,-88,-63,-88v-40,0,-65,38,-65,89v0,53,21,90,45,104r0,26r-94,0r0,-35","w":254},"\u03bc":{"d":"25,76r0,-261r48,0r0,99v0,22,0,53,31,53v65,0,37,-90,43,-152r48,0r0,185r-46,0r0,-25v-10,25,-50,42,-76,17r0,84r-48,0","w":219},"\u03c0":{"d":"206,-152r-26,0r0,99v0,27,2,42,4,53r-41,0v-11,-31,-4,-107,-6,-152r-52,0v-2,40,-11,115,-23,152r-42,0v12,-41,22,-111,23,-152v-18,0,-29,2,-36,4r-5,-28v41,-22,143,-8,207,-12","w":214},"\u20ac":{"d":"215,-246r-10,38v-49,-22,-104,-1,-116,46r106,0r-6,22r-105,0v-2,10,-2,19,0,28r99,0r-5,22r-89,0v13,47,65,67,116,47r2,40v-82,23,-156,-10,-173,-87r-35,0r5,-22r27,0v-1,-9,-1,-18,0,-28r-32,0r5,-22r31,0v16,-77,98,-113,180,-84"},"\u2113":{"d":"158,-64r18,18v-28,73,-139,60,-137,-15v-7,4,-13,10,-20,15r-10,-23v10,-9,20,-16,29,-25r0,-91v0,-64,29,-91,63,-91v34,0,49,28,49,63v0,43,-27,83,-71,126v-3,32,11,56,33,56v20,0,36,-17,46,-33xm79,-186r0,59v26,-29,44,-60,44,-87v0,-19,-5,-31,-20,-31v-12,0,-24,13,-24,59","w":182},"\u212e":{"d":"65,-50v36,63,143,59,185,4r20,0v-25,30,-67,50,-114,50v-79,0,-144,-58,-144,-130v0,-71,65,-130,144,-130v81,1,147,59,145,134r-236,1r0,71xm248,-202v-33,-61,-150,-60,-183,1v2,23,-3,53,2,72r181,-2r0,-71","w":313},"\u2202":{"d":"37,-230r-13,-32v70,-48,163,-9,163,116v0,88,-36,149,-100,149v-50,0,-73,-46,-73,-85v0,-57,35,-94,77,-94v30,0,48,20,54,30v3,-54,-21,-101,-61,-101v-22,0,-38,9,-47,17xm56,-81v1,27,14,48,36,48v28,0,45,-40,49,-77v-20,-56,-88,-29,-85,29","w":204},"\u220f":{"d":"248,-212r-37,0r0,247r-42,0r0,-247r-81,0r0,247r-42,0r0,-247r-37,0r0,-39r239,0r0,39","w":257},"\u2211":{"d":"193,35r-185,0r0,-28r88,-115r-84,-113r0,-30r175,0r0,37r-118,1r75,98r-83,110r132,0r0,40","w":199},"\u2219":{"d":"50,-75v-17,0,-28,-11,-28,-27v0,-16,11,-28,28,-28v17,0,28,12,28,28v0,16,-11,27,-28,27","w":100},"\u221a":{"d":"214,-300r-80,351r-35,0r-54,-159r-26,11r-7,-24r59,-24r38,117v4,11,3,24,8,30v1,-7,2,-20,5,-32r62,-270r30,0","w":211},"\u221e":{"d":"206,-162v32,0,58,23,55,59v-5,73,-83,82,-121,20v-19,23,-38,41,-67,41v-29,0,-56,-25,-56,-60v0,-36,25,-60,59,-60v27,0,46,16,65,40v16,-18,34,-40,65,-40xm42,-101v0,19,14,35,35,35v20,0,36,-19,50,-35v-15,-19,-28,-38,-52,-38v-21,0,-33,16,-33,38xm237,-102v0,-22,-13,-37,-34,-37v-22,0,-38,23,-50,36v22,27,34,37,52,37v20,0,32,-19,32,-36","w":278},"\u222b":{"d":"49,-213v0,-69,25,-106,83,-92r-5,30v-34,-13,-41,21,-41,66v0,58,6,110,6,174v0,69,-29,111,-85,90r5,-30v35,12,42,-11,42,-60v0,-64,-5,-117,-5,-178","w":140},"\u2248":{"d":"66,-161v31,0,45,25,69,26v14,0,23,-10,33,-26r15,14v-11,21,-27,37,-48,37v-23,0,-47,-27,-72,-27v-16,0,-25,13,-33,26r-16,-14v10,-21,30,-36,52,-36xm66,-95v43,0,76,52,102,0r15,14v-11,21,-27,37,-48,37v-23,0,-47,-27,-72,-27v-16,0,-24,13,-33,26r-16,-14v10,-21,30,-36,52,-36","w":198},"\u2260":{"d":"145,-183r-15,32r50,0r0,25r-59,0r-22,49r81,0r0,25r-90,0r-18,41r-20,-8r15,-33r-50,0r0,-25r59,0r22,-49r-81,0r0,-25r90,0r18,-41","w":198},"\u2264":{"d":"179,-35r-160,-81r0,-27r160,-79r0,29r-135,64r135,64r0,30xm181,4r-163,0r0,-26r163,0r0,26","w":198},"\u2265":{"d":"20,-222r160,80r0,26r-160,81r0,-30r135,-65r-135,-63r0,-29xm180,4r-162,0r0,-26r162,0r0,26","w":198},"\u25ca":{"d":"193,-125r-71,142r-35,0r-69,-142r71,-142r34,0xm155,-124r-50,-109v-12,39,-34,71,-49,107v16,36,37,69,49,109v14,-38,33,-71,50,-107","w":211},"\u00a0":{"w":100},"\u00ad":{"d":"107,-77r-94,0r0,-40r94,0r0,40","w":119},"\u02c9":{"d":"102,-222r-104,0r0,-29r104,0r0,29","w":100},"\u03a9":{"d":"14,-35v16,-1,35,2,49,-1v-22,-21,-44,-56,-44,-102v0,-64,44,-117,109,-117v122,-1,131,167,61,220r50,0r0,35r-93,0r0,-26v23,-15,45,-48,45,-105v0,-45,-22,-88,-63,-88v-40,0,-65,38,-65,89v0,53,21,90,45,104r0,26r-94,0r0,-35","w":254},"\u2215":{"d":"-60,8r150,-267r30,0r-150,267r-30,0","w":60}}});Cufon.registerFont({"w":200,"face":{"font-family":"Frutiger LT Std","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 6 2 2 2 4 9 2 4","ascent":"270","descent":"-90","x-height":"4","bbox":"-61 -335 393 90","underline-thickness":"18","underline-position":"-18","slope":"-12","stemh":"27","stemv":"34","unicode-range":"U+0020-U+FB02"},"glyphs":{" ":{"w":100},"!":{"d":"50,-71r35,-180r43,0r-45,180r-33,0xm32,0r8,-40r41,0r-9,40r-40,0","w":140},"\"":{"d":"131,-163r0,-88r31,0r0,88r-31,0xm77,-163r0,-88r31,0r0,88r-31,0"},"#":{"d":"44,0r10,-75r-38,0r4,-27r38,0r6,-47r-38,0r4,-27r38,0r11,-75r27,0r-10,75r42,0r11,-75r27,0r-10,75r38,0r-4,27r-38,0r-7,47r38,0r-4,27r-38,0r-10,75r-28,0r11,-75r-43,0r-10,75r-27,0xm127,-102r7,-47r-43,0r-6,47r42,0"},"$":{"d":"60,37r7,-33v-22,-1,-41,-6,-60,-14r11,-33v18,9,36,16,56,16r20,-91v-27,-14,-54,-32,-54,-66v0,-51,42,-72,84,-72r8,-34r21,0r-8,34v19,2,38,7,54,15r-10,34v-15,-10,-32,-16,-51,-17r-17,78v36,21,60,31,60,77v0,49,-48,73,-94,73r-7,33r-20,0xm102,-155r15,-69v-43,-4,-51,57,-15,69xm113,-108r-19,81v23,-1,49,-14,49,-40v0,-23,-12,-30,-30,-41"},"%":{"d":"40,-179v0,-39,24,-77,64,-77v36,0,52,22,52,55v0,42,-20,75,-64,75v-32,0,-52,-21,-52,-53xm70,-179v0,17,4,30,23,30v27,0,34,-33,34,-54v0,-16,-3,-30,-23,-30v-27,0,-34,31,-34,54xm198,-48v0,-39,23,-77,64,-77v35,0,52,22,52,55v0,41,-21,74,-65,74v-32,0,-51,-20,-51,-52xm227,-48v0,17,4,29,24,29v26,0,33,-32,33,-53v0,-16,-2,-30,-22,-30v-27,0,-35,31,-35,54xm73,8r184,-267r25,0r-183,267r-26,0","w":360},"&":{"d":"144,-128r40,60v18,-20,25,-44,30,-68r32,0v-6,34,-17,68,-44,94r27,42r-40,0r-12,-19v-46,42,-152,25,-152,-47v0,-42,35,-67,72,-75v-13,-17,-20,-34,-20,-55v0,-74,137,-85,138,-4v0,42,-37,59,-71,72xm160,-44r-48,-73v-23,6,-51,19,-51,49v0,51,63,59,99,24xm128,-151v21,-6,55,-20,55,-47v0,-21,-16,-30,-34,-30v-42,0,-46,54,-21,77","w":259},"\u2019":{"d":"32,-163r42,-88r43,0r-50,88r-35,0","w":100,"k":{"\u2019":31,"T":33,"v":33,"i":27,"\u00ed":27,"\u00ee":27,"\u00ef":27,"\u00ec":27,"o":27,"\u00f8":27,"\u0153":27,"\u00f3":27,"\u00f4":27,"\u00f6":27,"\u00f2":27,"\u00f5":27}},"(":{"d":"121,-272r36,0v-56,56,-93,112,-93,194v0,44,10,86,21,128r-30,0v-15,-50,-25,-95,-25,-148v0,-68,44,-128,91,-174","w":119},")":{"d":"13,50r-36,0v56,-56,94,-112,94,-194v0,-44,-11,-86,-22,-128r30,0v16,50,25,95,25,148v0,69,-44,128,-91,174","w":119},"*":{"d":"62,-228r47,34r7,-57r31,7r-17,53r56,-10r2,32r-57,0r28,50r-29,13r-18,-54r-40,41r-21,-23r47,-33r-52,-25"},"+":{"d":"22,-75r0,-32r76,0r0,-75r31,0r0,75r75,0r0,32r-75,0r0,75r-31,0r0,-75r-76,0","w":216},",":{"d":"-20,48r41,-88r43,0r-50,88r-34,0","w":100},"-":{"d":"13,-83r5,-28r95,0r-5,28r-95,0","w":119},".":{"d":"12,0r9,-40r40,0r-8,40r-41,0","w":100},"\/":{"d":"0,4r86,-260r32,0r-86,260r-32,0","w":100},"0":{"d":"17,-78v0,-68,32,-178,114,-178v48,0,68,35,68,82v0,51,-21,178,-115,178v-49,0,-67,-38,-67,-82xm53,-76v0,23,6,51,34,51v57,0,76,-114,76,-151v0,-20,-4,-50,-36,-50v-55,0,-74,109,-74,150"},"1":{"d":"69,0r45,-210r-45,31r-16,-27r74,-45r32,0r-54,251r-36,0"},"2":{"d":"-1,0r8,-37v31,-24,146,-107,146,-153v0,-54,-69,-37,-101,-20r3,-33v53,-22,136,-23,136,48v0,63,-99,132,-143,165r115,0r-6,30r-158,0"},"3":{"d":"61,-116r6,-29v36,0,90,-6,90,-48v0,-50,-69,-33,-102,-20r3,-34v55,-15,132,-18,135,51v1,36,-33,59,-64,66v26,7,42,26,42,53v0,80,-98,95,-169,70r9,-32v44,23,124,21,124,-39v0,-36,-45,-38,-74,-38"},"4":{"d":"125,-87r32,-135r-111,135r79,0xm105,0r12,-57r-117,0r7,-30r136,-164r52,0r-36,164r33,0r-6,30r-33,0r-13,57r-35,0"},"5":{"d":"40,-121r30,-130r135,0r-6,29r-102,0r-15,66v52,-9,95,13,95,66v0,85,-90,108,-164,86r6,-32v49,23,122,10,122,-50v-1,-49,-61,-49,-101,-35"},"6":{"d":"208,-246r-11,29v-67,-31,-123,22,-133,84v35,-44,121,-27,121,39v0,54,-31,98,-91,98v-48,0,-73,-28,-73,-77v0,-66,29,-183,135,-183v17,0,36,4,52,10xm93,-25v59,0,79,-103,18,-104v-33,0,-54,33,-54,65v0,21,12,39,36,39"},"7":{"d":"46,-222r7,-29r159,0r-8,32r-137,219r-41,0r141,-222r-121,0"},"8":{"d":"81,-188v0,20,21,36,36,44v22,-11,49,-21,49,-51v0,-46,-85,-40,-85,7xm45,-188v0,-49,43,-68,83,-68v34,0,74,17,74,58v0,33,-29,57,-58,66v72,36,26,136,-51,136v-41,0,-81,-17,-81,-64v0,-43,36,-67,66,-73v-19,-12,-33,-32,-33,-55xm48,-66v0,26,20,41,45,41v27,0,52,-20,52,-49v0,-29,-32,-40,-42,-44v-25,6,-55,23,-55,52"},"9":{"d":"10,-5r11,-29v67,31,123,-22,133,-84v-35,44,-121,27,-121,-39v0,-54,31,-99,91,-99v48,0,73,29,73,78v0,66,-29,182,-135,182v-17,0,-36,-3,-52,-9xm125,-226v-58,0,-79,103,-17,103v32,0,53,-32,53,-64v0,-21,-12,-39,-36,-39"},":":{"d":"90,-184r-8,41r-40,0r8,-41r40,0xm12,0r9,-40r40,0r-8,40r-41,0","w":100},";":{"d":"-20,48r41,-88r43,0r-50,88r-34,0xm90,-184r-8,41r-40,0r8,-41r40,0","w":100},"<":{"d":"205,-185r0,32r-142,62r142,62r0,32r-183,-80r0,-28","w":216},"=":{"d":"22,-113r0,-32r182,0r0,32r-182,0xm22,-37r0,-32r182,0r0,32r-182,0","w":216},">":{"d":"22,3r0,-32r142,-62r-142,-62r0,-32r183,80r0,28","w":216},"?":{"d":"188,-197v3,58,-86,78,-84,126r-34,0v10,-42,12,-49,49,-77v15,-11,30,-25,30,-46v0,-44,-64,-30,-94,-19r4,-34v53,-16,125,-17,129,50xm53,0r8,-40r41,0r-9,40r-40,0","w":180},"@":{"d":"141,-78v40,1,70,-89,18,-89v-28,0,-48,31,-48,56v0,19,11,33,30,33xm230,-192r-27,107v1,5,2,9,7,9v21,0,44,-31,44,-67v0,-56,-43,-87,-96,-87v-60,0,-101,46,-101,105v0,104,124,133,183,72r27,0v-60,99,-240,63,-240,-73v0,-78,60,-130,132,-130v63,0,120,44,120,107v0,69,-58,100,-85,100v-12,0,-19,-8,-22,-20v-29,38,-92,14,-92,-37v0,-63,77,-127,118,-67r5,-19r27,0","w":288},"A":{"d":"187,-93r-24,-119r-76,119r100,0xm-11,0r163,-251r36,0r55,251r-37,0r-13,-63r-124,0r-40,63r-40,0","w":259},"B":{"d":"100,-222r-16,78v45,2,91,0,91,-44v0,-38,-39,-34,-75,-34xm17,0r54,-251v66,0,140,-9,140,58v0,36,-25,55,-52,64v29,10,40,24,40,51v0,36,-27,78,-103,78r-79,0xm77,-114r-18,84v50,1,102,4,102,-49v0,-40,-44,-35,-84,-35","w":219},"C":{"d":"195,-36r-4,33v-85,23,-165,-11,-164,-108v0,-61,42,-145,150,-145v21,0,42,4,60,12r-10,31v-82,-38,-162,28,-162,104v0,73,70,97,130,73","w":219},"D":{"d":"15,0r53,-251r56,0v88,0,126,45,126,101v0,90,-55,150,-160,150r-75,0xm98,-220r-40,188v94,9,154,-32,154,-114v0,-49,-37,-80,-114,-74","w":259},"E":{"d":"15,0r55,-251r137,0r-8,31r-99,0r-16,74r93,0r-6,32r-94,0r-19,82r106,0r-7,32r-142,0"},"F":{"d":"14,0r54,-251r132,0r-6,31r-96,0r-16,74r89,0r-7,32r-89,0r-25,114r-36,0","w":180,"k":{"y":6,"\u00fd":6,"\u00ff":6}},"G":{"d":"255,-241r-11,31v-15,-7,-38,-14,-66,-14v-76,0,-113,56,-113,115v0,66,54,93,115,78r17,-77r-53,0r8,-30r87,0r-29,135v-86,20,-183,-1,-183,-108v0,-61,42,-145,150,-145v38,0,61,8,78,15","w":259},"H":{"d":"17,0r52,-251r37,0r-22,105r119,0r23,-105r35,0r-53,251r-36,0r25,-114r-120,0r-24,114r-36,0","w":259},"I":{"d":"14,0r54,-251r36,0r-54,251r-36,0","w":100},"J":{"d":"143,-251r-42,191v-8,58,-56,74,-111,58r6,-33v34,22,73,-6,73,-42r39,-174r35,0","w":140},"K":{"d":"19,0r54,-251r36,0r-24,111r121,-111r47,0r-135,124r100,127r-46,0r-92,-120r-25,120r-36,0","w":240},"L":{"d":"14,0r54,-251r36,0r-47,219r104,0r-6,32r-141,0","w":180,"k":{"r":13,"s":46,"\u0161":46,"u":46,"\u00fa":46,"\u00fb":46,"\u00fc":46,"\u00f9":46}},"M":{"d":"15,0r58,-251r54,0r34,205r122,-205r59,0r-53,251r-36,0r45,-215r-129,215r-35,0r-36,-215r-48,215r-35,0","w":339},"N":{"d":"15,0r52,-251r48,0r71,210r45,-210r34,0r-54,251r-47,0r-71,-209r-43,209r-35,0","w":259},"O":{"d":"27,-102v0,-72,49,-154,141,-154v65,0,102,38,102,102v0,80,-47,158,-138,158v-69,0,-105,-37,-105,-106xm65,-101v0,44,23,74,69,74v61,0,98,-67,98,-122v0,-48,-21,-75,-65,-75v-61,0,-102,59,-102,123","w":280},"P":{"d":"14,0r54,-251v70,0,140,-9,144,65v4,62,-59,94,-140,86r-22,100r-36,0xm98,-220r-19,88v46,1,95,-1,95,-48v0,-42,-37,-40,-76,-40","k":{"w":13,"W":46,"y":46,"\u00fd":46,"\u00ff":46,":":20,"p":27,"t":13}},"Q":{"d":"65,-101v0,44,23,74,69,74v61,0,98,-67,98,-122v0,-48,-21,-75,-65,-75v-61,0,-102,59,-102,123xm175,46r-34,-42v-75,3,-114,-34,-114,-106v0,-72,49,-154,141,-154v65,0,102,38,102,102v0,66,-32,131,-94,151r45,49r-46,0","w":280},"R":{"d":"15,0r54,-251v65,3,143,-19,143,61v0,34,-28,63,-61,68v30,29,28,82,43,122r-38,0v-10,-33,-15,-119,-49,-112r-32,0r-24,112r-36,0xm98,-220r-16,77v42,1,88,1,92,-42v3,-38,-38,-36,-76,-35","w":219},"S":{"d":"183,-244r-10,32v-29,-18,-95,-22,-96,27v0,42,86,43,86,109v0,37,-26,80,-87,80v-29,0,-50,-6,-70,-14r12,-33v14,9,35,16,53,16v38,0,54,-24,54,-45v0,-51,-86,-42,-86,-112v0,-70,85,-87,144,-60","w":180},"T":{"d":"233,-251r-7,31r-78,0r-48,220r-36,0r47,-220r-78,0r7,-31r193,0","k":{"\u00fc":13,"\u0161":7,"\u00f2":13,"\u00f6":13,"\u00ec":-7,"\u00ee":-3,"\u00ed":7,"\u00e8":20,"\u00eb":13,"\u00ea":20,"\u00e3":46,"\u00e5":46,"\u00e0":46,"\u00e4":46,"\u00e2":46,"-":13,"a":46,"\u00e6":46,"\u00e1":46,"c":46,"\u00e7":46}},"U":{"d":"265,-251r-32,147v-17,77,-53,108,-111,108v-156,0,-61,-160,-53,-255r36,0r-35,174v0,32,23,50,55,50v53,0,67,-55,76,-97r28,-127r36,0","w":259},"V":{"d":"274,-251r-151,251r-43,0r-41,-251r36,0r32,215r127,-215r40,0","w":240,"k":{"\u00f6":7,"\u00f4":10,"\u00ee":-1,"\u00e8":7,"\u00eb":7,"\u00ea":7,"\u00e3":7,"\u00e5":7,"\u00e0":7,"\u00e4":7,"\u00e2":7,",":33,".":33,"-":6}},"W":{"d":"61,0r-21,-251r36,0r15,215r100,-215r47,0r8,215r108,-215r39,0r-132,251r-46,0r-7,-217r-100,217r-47,0","w":360,"k":{"\u00fc":3,"\u00f6":5,"\u00ea":5,"\u00e4":5,"w":6}},"X":{"d":"108,-134r-62,-117r39,0r50,96r84,-96r46,0r-111,121r66,130r-40,0r-53,-109r-95,109r-45,0","w":240},"Y":{"d":"84,0r21,-105r-67,-146r40,0r50,113r99,-113r46,0r-132,146r-22,105r-35,0","w":240,"k":{"\u00fc":18,"\u00f6":20,"w":20,"W":33,"y":33,"\u00fd":33,"\u00ff":33,"Y":27,"\u00dd":27,"\u0178":27,"\u2019":27,"f":27,"\u00df":27,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":13,".":27,"-":27,"a":27,"\u00e6":27,"\u00e1":27,"\u00e2":27,"\u00e4":27,"\u00e0":27,"\u00e5":27,"\u00e3":27,"c":27,"\u00e7":27,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"i":33,"\u00ed":33,"\u00ee":33,"\u00ef":33,"\u00ec":33}},"Z":{"d":"-5,0r6,-32r166,-188r-124,0r7,-31r167,0r-6,32r-165,187r130,0r-6,32r-175,0"},"[":{"d":"7,50r70,-322r69,0r-6,25r-36,0r-59,272r36,0r-5,25r-69,0","w":119},"\\":{"d":"86,4r-86,-260r32,0r86,260r-32,0","w":100},"]":{"d":"125,-272r-70,322r-69,0r6,-25r36,0r59,-272r-36,0r5,-25r69,0","w":119},"^":{"d":"29,-106r71,-145r30,0r72,145r-32,0r-55,-112r-55,112r-31,0","w":216},"_":{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},"\u2018":{"d":"117,-251r-42,88r-43,0r50,-88r35,0","w":100,"k":{"\u2018":31}},"a":{"d":"176,-130v0,47,-18,88,-22,130r-32,0v1,-10,7,-23,6,-31v-21,48,-117,49,-119,-15v-1,-61,67,-71,134,-66v13,-59,-63,-57,-97,-33r6,-34v53,-17,124,-15,124,49xm135,-88v-41,-1,-90,-2,-90,40v0,16,14,25,31,25v34,0,55,-34,59,-65"},"b":{"d":"63,-71v0,25,14,48,45,48v59,0,93,-138,21,-138v-40,0,-66,44,-66,90xm13,0r57,-270r34,0r-22,106v11,-15,32,-24,58,-24v41,0,66,30,66,70v0,67,-32,122,-93,122v-40,1,-51,-17,-63,-35r-6,31r-31,0","w":219},"c":{"d":"165,-181r-9,29v-54,-29,-103,17,-103,75v0,51,46,64,87,46r-6,31v-61,14,-117,-9,-117,-72v0,-81,65,-137,148,-109","w":159},"d":{"d":"230,-270r-46,209v-4,21,-8,41,-10,61r-32,0v2,-9,3,-19,6,-28v-13,24,-35,32,-63,32v-44,0,-68,-35,-68,-77v0,-57,32,-115,95,-115v26,-1,48,13,60,35r24,-117r34,0xm53,-75v0,29,14,52,45,52v42,0,61,-53,61,-88v0,-27,-16,-50,-45,-50v-40,0,-61,51,-61,86","w":219},"e":{"d":"58,-109r94,0v5,-30,-8,-51,-38,-52v-28,0,-49,25,-56,52xm161,-34r-5,31v-68,15,-138,12,-139,-75v0,-51,36,-110,100,-110v58,0,78,48,66,104r-129,0v-11,66,58,72,107,50"},"f":{"d":"32,0r34,-156r-44,0r5,-28r44,0v6,-47,33,-105,104,-86r-7,27v-42,-16,-59,24,-63,59r49,0r-5,28r-50,0r-33,156r-34,0","w":140,"k":{"u":6,"\u00fa":6,"\u00fb":6,"\u00fc":6,"\u00f9":6}},"g":{"d":"179,-184r32,0r-43,197v-8,56,-92,86,-160,54r8,-31v17,9,39,17,59,17v46,-1,63,-35,68,-74v-36,40,-124,21,-124,-52v0,-68,40,-115,93,-115v26,0,49,13,61,37xm55,-75v0,24,13,48,41,48v30,0,63,-23,63,-84v0,-27,-16,-50,-45,-50v-39,0,-59,50,-59,86","w":219},"h":{"d":"13,0r56,-270r34,0r-22,109v30,-43,123,-36,119,31v-3,47,-17,87,-24,130r-34,0v8,-43,24,-80,24,-127v0,-19,-12,-34,-33,-34v-81,0,-67,96,-87,161r-33,0","w":219},"i":{"d":"15,0r39,-184r33,0r-38,184r-34,0xm107,-263r-8,38r-39,0r8,-38r39,0","w":100},"j":{"d":"-40,73r7,-26v27,8,37,0,45,-36r42,-195r33,0r-43,204v-5,26,-14,60,-58,60v-6,0,-21,-4,-26,-7xm107,-263r-8,38r-39,0r8,-38r39,0","w":100},"k":{"d":"13,0r57,-270r34,0r-34,158r86,-72r49,0r-104,82r75,102r-43,0r-67,-94r-20,94r-33,0"},"l":{"d":"15,0r57,-270r34,0r-57,270r-34,0","w":100},"m":{"d":"13,0r37,-184r32,0v-1,8,-6,20,-4,26v21,-37,92,-44,107,2v26,-43,116,-45,116,16v0,49,-18,94,-26,140r-34,0r26,-134v0,-15,-9,-27,-27,-27v-67,0,-61,102,-79,161r-34,0r26,-134v0,-15,-9,-27,-27,-27v-67,0,-61,102,-80,161r-33,0","w":320},"n":{"d":"13,0r37,-184r31,0r-5,30v11,-18,31,-34,63,-34v49,0,67,41,57,91r-20,97r-34,0v8,-43,24,-80,24,-127v0,-19,-12,-34,-33,-34v-81,0,-67,96,-87,161r-33,0","w":219},"o":{"d":"17,-77v0,-62,37,-111,105,-111v49,0,81,30,81,80v0,63,-37,112,-103,112v-50,0,-83,-27,-83,-81xm53,-75v0,29,15,52,47,52v38,0,67,-43,67,-85v0,-27,-16,-53,-47,-53v-45,0,-67,48,-67,86","w":219},"p":{"d":"-6,76r42,-199v4,-20,8,-40,10,-61r32,0r-6,28v34,-55,131,-36,131,38v0,67,-31,122,-92,122v-34,1,-51,-12,-61,-31r-22,103r-34,0xm60,-71v0,25,15,48,46,48v58,0,92,-138,20,-138v-40,0,-66,44,-66,90","w":219},"q":{"d":"211,-184r-55,260r-34,0r19,-94v-12,16,-32,22,-56,22v-44,0,-68,-35,-68,-77v0,-57,32,-115,95,-115v26,-1,49,13,61,37r6,-33r32,0xm53,-75v0,29,14,52,45,52v42,0,61,-53,61,-88v0,-27,-16,-50,-45,-50v-40,0,-61,51,-61,86","w":219},"r":{"d":"13,0r37,-184r31,0r-5,30v11,-21,43,-41,78,-31r-7,30v-47,-16,-75,40,-81,65r-20,90r-33,0","w":140,"k":{"Y":20,"\u00dd":20,"\u0178":20,"f":27,"\u00df":27,",":13,".":13,"-":33,"a":33,"\u00e6":33,"\u00e1":33,"\u00e2":33,"\u00e4":33,"\u00e0":33,"\u00e5":33,"\u00e3":33}},"s":{"d":"140,-178r-10,27v-20,-11,-71,-20,-71,13v0,31,63,33,63,84v0,65,-81,64,-123,50r6,-29v26,13,81,19,81,-18v0,-32,-63,-36,-63,-83v0,-57,72,-63,117,-44","w":140},"t":{"d":"22,-156r5,-28r41,0r9,-42r36,-13r-11,55r50,0r-5,28r-51,0r-23,113v-2,22,31,23,49,15r-5,28v-35,13,-81,-4,-77,-36v6,-43,15,-81,22,-120r-40,0","w":140},"u":{"d":"210,-184r-37,184r-32,0r6,-29v-11,17,-31,33,-63,33v-50,0,-67,-41,-57,-91r20,-97r34,0v-8,43,-24,80,-24,127v0,20,12,34,33,34v80,0,67,-96,86,-161r34,0","w":219},"v":{"d":"54,0r-29,-184r36,0r19,149r82,-149r36,0r-105,184r-39,0","w":180,"k":{"t":33}},"w":{"d":"45,0r-20,-184r34,0r13,148r78,-148r42,0r13,148r76,-148r38,0r-101,184r-39,0r-15,-148r-79,148r-40,0","w":299,"k":{"-":6,"c":2,"\u00e7":2,"r":6}},"x":{"d":"-15,0r85,-97r-39,-87r37,0r27,67r55,-67r42,0r-79,89r45,95r-38,0r-32,-72r-61,72r-42,0","w":180},"y":{"d":"-14,77r6,-28v30,11,46,-6,63,-39r-29,-194r35,0r22,147r80,-147r36,0r-125,219v-18,36,-41,52,-88,42","w":180,"k":{"-":27,"c":27,"\u00e7":27,"r":20,"s":33,"\u0161":33,"u":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u00f9":33,":":27,";":27,"p":27,"q":27,"t":13}},"z":{"d":"-2,0r6,-30r130,-126r-102,0r6,-28r145,0r-7,30r-131,127r108,0r-6,27r-149,0","w":180},"{":{"d":"151,-272r-5,25v-56,-10,-46,55,-57,92v-9,32,-33,43,-43,44v11,-1,30,19,24,45v-6,26,-12,49,-15,77v-2,15,16,15,31,14r-5,25v-37,4,-67,-4,-59,-45r15,-76v0,-19,-11,-27,-24,-27r6,-25v14,-2,34,-15,39,-37v9,-44,16,-118,65,-112r28,0","w":119},"|":{"d":"33,-270r32,0r0,360r-32,0r0,-360","w":79},"}":{"d":"-31,50r5,-25v56,10,46,-55,57,-92v9,-31,33,-42,43,-44v-11,1,-29,-19,-24,-45r16,-77v2,-15,-17,-15,-32,-14r5,-25v37,-4,65,5,59,45v-4,26,-15,49,-15,77v0,18,11,27,24,27r-5,25v-40,1,-45,64,-54,103v-10,45,-35,47,-79,45","w":119},"~":{"d":"75,-118v25,0,57,25,77,25v14,0,23,-14,32,-27r13,25v-11,15,-23,31,-45,31v-37,0,-90,-52,-109,2r-13,-25v8,-16,21,-31,45,-31","w":216},"\u00a1":{"d":"90,-113r-35,181r-43,0r45,-181r33,0xm108,-184r-8,41r-41,0r9,-41r40,0","w":140},"\u00a2":{"d":"84,-32r41,-127v-52,4,-79,91,-41,127xm59,48r16,-50v-85,-33,-41,-200,59,-186r13,-40r20,0r-14,42v9,1,17,3,24,5r-8,29v-9,-4,-17,-6,-24,-7r-43,135v18,3,35,-2,50,-7r-6,31v-16,4,-35,5,-52,3r-15,45r-20,0"},"\u00a3":{"d":"3,0r6,-32r35,0r20,-93r-31,0r4,-21r31,0v12,-56,27,-110,96,-110v17,0,36,3,51,11r-9,30v-55,-27,-99,11,-102,69r58,0r-3,21r-59,0r-20,93r89,0r-6,32r-160,0"},"\u2044":{"d":"-61,8r157,-267r25,0r-157,267r-25,0","w":60},"\u00a5":{"d":"65,0r12,-58r-50,0r4,-21r50,0v1,-11,7,-22,3,-32r-47,0r4,-21r35,0r-43,-119r37,0r37,113r83,-113r36,0r-87,119r38,0r-3,21r-51,0v-6,7,-6,21,-9,32r53,0r-4,21r-53,0r-11,58r-34,0"},"\u0192":{"d":"49,-124r5,-25r40,0v10,-43,14,-103,68,-107v13,0,24,2,33,6r-7,32v-5,-4,-12,-8,-21,-8v-35,0,-27,49,-37,77r42,0r-5,25r-41,0r-24,125v-7,64,-37,91,-96,74r6,-32v21,13,42,10,49,-24r29,-143r-41,0"},"\u00a7":{"d":"191,-244r-10,29v-28,-14,-87,-22,-95,15v0,37,94,34,94,91v0,26,-21,41,-41,53v41,36,14,104,-67,101v-22,0,-46,-3,-67,-13r10,-29v35,14,110,26,110,-21v0,-36,-93,-30,-93,-85v0,-27,21,-42,42,-56v-44,-34,-23,-97,58,-97v20,0,40,4,59,12xm148,-103v1,-21,-37,-32,-55,-43v-11,10,-29,20,-29,37v6,23,36,30,56,40v11,-8,28,-18,28,-34"},"\u00a4":{"d":"16,-53r20,-20v-24,-27,-25,-78,0,-106r-20,-19r18,-19r20,20v28,-24,79,-23,107,0r20,-20r18,19r-20,19v24,26,24,79,0,106r20,20r-18,19r-20,-21v-26,24,-80,26,-107,0r-20,21xm50,-126v0,33,26,60,57,60v33,0,58,-28,58,-60v0,-31,-25,-59,-58,-59v-32,0,-57,27,-57,59"},"'":{"d":"49,-163r0,-88r31,0r0,88r-31,0","w":100},"\u201c":{"d":"202,-251r-41,88r-43,0r49,-88r35,0xm131,-251r-41,88r-43,0r50,-88r34,0"},"\u00ab":{"d":"141,-24r-54,-73r66,-73r38,0r-68,73r53,73r-35,0xm69,-24r-53,-73r66,-73r37,0r-68,73r53,73r-35,0"},"\u2039":{"d":"64,-24r-53,-73r66,-73r37,0r-67,73r52,73r-35,0","w":119},"\u203a":{"d":"61,-170r53,73r-65,73r-38,0r68,-73r-53,-73r35,0","w":119},"\u2013":{"d":"0,-84r5,-25r180,0r-5,25r-180,0","w":180},"\u2020":{"d":"106,-188r14,-63r31,0r-13,63r62,0r-5,25r-63,0r-35,163r-31,0r34,-163r-62,0r5,-25r63,0"},"\u2021":{"d":"107,-193r13,-58r31,0r-12,58r62,0r-5,25r-63,0r-18,84r62,0r-5,26r-62,0r-13,58r-31,0r12,-58r-63,0r6,-26r63,0r18,-84r-63,0r6,-25r62,0"},"\u00b7":{"d":"35,-109v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":100},"\u00b6":{"d":"62,40r34,-160v-43,0,-66,-21,-66,-51v0,-93,106,-81,198,-80r-61,291r-32,0r55,-266r-41,0r-55,266r-32,0","w":216},"\u2022":{"d":"35,-126v0,-34,28,-62,62,-62v35,0,63,28,63,62v0,35,-28,63,-63,63v-34,0,-62,-28,-62,-63","w":180},"\u201a":{"d":"-20,48r41,-88r43,0r-50,88r-34,0","w":100},"\u201e":{"d":"2,48r41,-88r43,0r-50,88r-34,0xm72,48r42,-88r43,0r-50,88r-35,0"},"\u201d":{"d":"47,-163r42,-88r42,0r-49,88r-35,0xm118,-163r41,-88r43,0r-50,88r-34,0"},"\u00bb":{"d":"66,-170r53,73r-66,73r-37,0r68,-73r-53,-73r35,0xm138,-170r53,73r-66,73r-38,0r68,-73r-52,-73r35,0"},"\u2026":{"d":"26,0r8,-40r40,0r-8,40r-40,0xm145,0r9,-40r40,0r-8,40r-41,0xm265,0r9,-40r40,0r-8,40r-41,0","w":360},"\u2030":{"d":"273,-41v0,14,4,22,19,22v22,0,27,-31,27,-47v0,-14,-4,-24,-19,-24v-23,0,-27,31,-27,49xm243,-42v0,-32,18,-71,61,-71v30,0,45,17,45,48v0,38,-20,69,-60,69v-29,0,-46,-19,-46,-46xm122,-42v0,-38,21,-71,61,-71v31,0,45,18,45,48v0,37,-20,69,-60,69v-28,0,-46,-18,-46,-46xm151,-41v0,14,5,22,20,22v21,0,27,-31,27,-47v0,-14,-4,-24,-19,-24v-23,0,-28,31,-28,49xm25,-185v0,-32,17,-71,61,-71v30,0,45,17,45,49v0,37,-20,69,-60,69v-29,0,-46,-20,-46,-47xm54,-184v0,14,5,23,20,23v21,0,27,-32,27,-48v0,-13,-4,-24,-19,-24v-23,0,-28,32,-28,49xm22,8r184,-267r25,0r-183,267r-26,0","w":360},"\u00bf":{"d":"-8,13v-3,-56,86,-79,84,-126r34,0v-10,42,-12,50,-49,77v-15,12,-30,25,-30,46v0,45,64,29,94,20r-4,33v-53,15,-125,18,-129,-50xm127,-184r-8,41r-41,0r9,-41r40,0","w":180},"`":{"d":"74,-261r24,52r-24,0r-37,-52r37,0","w":100},"\u00b4":{"d":"59,-209r34,-52r40,0r-48,52r-26,0","w":100},"\u02c6":{"d":"21,-209r48,-52r31,0r27,52r-27,0r-18,-35r-32,35r-29,0","w":100},"\u02dc":{"d":"35,-211r-17,0v3,-15,10,-40,34,-40v26,0,64,35,72,0r17,0v-2,15,-10,40,-34,40v-25,0,-64,-36,-72,0","w":100},"\u00af":{"d":"29,-221r4,-21r97,0r-4,21r-97,0","w":100},"\u02d8":{"d":"30,-260r16,0v1,40,70,35,75,0r17,0v-6,32,-28,49,-60,49v-32,0,-50,-17,-48,-49","w":100},"\u02d9":{"d":"92,-212r-32,0r8,-36r31,0","w":100},"\u00a8":{"d":"121,-212r-31,0r7,-36r32,0xm62,-212r-32,0r8,-36r31,0","w":100},"\u02da":{"d":"116,-239v0,20,-16,36,-36,36v-21,0,-36,-16,-36,-36v0,-21,15,-37,36,-37v20,0,36,16,36,37xm102,-239v0,-12,-11,-23,-22,-23v-12,0,-22,10,-22,23v0,12,10,22,22,22v11,0,22,-11,22,-22","w":100},"\u00b8":{"d":"27,31v14,-10,14,-34,41,-31v-5,8,-17,15,-19,23v19,-6,44,3,43,26v-2,35,-52,37,-79,23r6,-13v15,8,44,13,45,-10v0,-14,-20,-16,-31,-10","w":100},"\u02dd":{"d":"29,-209r34,-52r40,0r-48,52r-26,0xm89,-209r34,-52r40,0r-49,52r-25,0","w":100},"\u02db":{"d":"-4,56v0,-29,32,-56,67,-56v-29,20,-40,33,-40,46v0,23,27,15,35,3r8,6v-16,17,-27,21,-44,21v-12,0,-26,-3,-26,-20","w":100},"\u02c7":{"d":"141,-261r-48,52r-31,0r-27,-52r27,0r18,35r31,-35r30,0","w":100},"\u2014":{"d":"0,-84r5,-25r360,0r-5,25r-360,0","w":360},"\u00c6":{"d":"-13,0r202,-251r157,0r-5,31r-95,0r-14,74r87,0r-7,32r-86,0r-16,82r95,0r-6,32r-132,0r12,-63r-97,0r-51,63r-44,0xm185,-93r25,-129r-104,129r79,0","w":339},"\u00aa":{"d":"148,-221v0,27,-11,52,-14,78r-29,0v0,-6,5,-14,3,-18v-14,30,-85,31,-85,-10v0,-44,53,-42,93,-42v5,-31,-43,-19,-67,-11r4,-26v37,-8,95,-15,95,29xm113,-193v-23,0,-54,-2,-58,19v0,10,13,11,20,11v19,0,36,-12,38,-30","w":129},"\u0141":{"d":"14,0r18,-85r-27,14r6,-27r27,-14r30,-139r36,0r-25,117r77,-40r-5,27r-78,40r-16,75r104,0r-6,32r-141,0","w":180,"k":{"r":13,"s":46,"\u0161":46,"u":46,"\u00fa":46,"\u00fb":46,"\u00fc":46,"\u00f9":46}},"\u00d8":{"d":"80,-51r121,-165v-89,-41,-171,81,-121,165xm218,-202r-122,166v90,42,171,-81,122,-166xm29,17r28,-37v-70,-78,-12,-239,111,-236v21,0,39,4,54,12r25,-33r18,12r-25,34v20,16,30,43,30,77v0,80,-47,158,-138,158v-23,0,-42,-4,-57,-12r-28,38","w":280},"\u0152":{"d":"168,-32r41,-188v-82,-14,-142,35,-144,108v-1,55,41,92,103,80xm346,-251r-6,31r-96,0r-15,74r89,0r-6,32r-90,0r-18,82r101,0r-6,32r-161,2v-68,0,-111,-48,-111,-107v0,-114,86,-148,195,-147","w":339},"\u00ba":{"d":"87,-140v-35,0,-56,-16,-56,-49v0,-37,24,-67,70,-67v34,0,55,18,55,49v0,37,-24,67,-69,67xm125,-202v0,-17,-8,-31,-26,-31v-38,0,-53,68,-10,70v19,0,36,-15,36,-39","w":142},"\u00e6":{"d":"46,-146r7,-33v45,-12,98,-20,121,23v12,-18,33,-32,68,-32v57,0,79,49,65,104r-126,0v-11,59,59,74,104,50r-4,30v-47,15,-112,11,-128,-32v-23,50,-142,59,-144,-10v-2,-63,71,-71,140,-66v13,-59,-65,-56,-103,-34xm143,-88v-44,0,-98,-5,-98,40v0,16,14,25,34,25v39,0,58,-32,64,-65xm182,-109r94,0v5,-30,-6,-51,-38,-52v-28,0,-49,25,-56,52","w":320},"\u0131":{"d":"15,0r39,-184r33,0r-38,184r-34,0","w":100},"\u0142":{"d":"15,0r24,-115r-24,19r6,-30r25,-18r27,-126r34,0r-21,95r25,-18r-6,29r-25,19r-31,145r-34,0","w":100},"\u00f8":{"d":"60,-44r82,-111v-60,-27,-108,54,-82,111xm157,-141r-83,111v58,32,117,-53,83,-111xm17,14r23,-31v-53,-57,-10,-171,82,-171v14,0,28,3,39,8r22,-30r16,12r-22,29v58,54,13,173,-77,173v-16,0,-32,-3,-44,-9r-23,31","w":219},"\u0153":{"d":"15,-77v0,-62,37,-111,105,-111v20,0,54,6,65,40v12,-28,41,-40,71,-40v57,0,78,48,66,104r-127,0v-11,59,59,74,105,50r-5,30v-47,14,-100,13,-123,-33v-42,68,-157,51,-157,-40xm98,-23v38,0,67,-43,67,-85v0,-27,-16,-53,-47,-53v-45,0,-67,48,-67,86v0,29,15,52,47,52xm196,-109r94,0v5,-30,-7,-51,-38,-52v-27,0,-49,25,-56,52","w":339},"\u00df":{"d":"201,-87v2,60,-56,103,-129,86r6,-28v48,16,88,-13,87,-58v0,-34,-22,-42,-55,-42r6,-27v31,0,61,-18,61,-52v0,-25,-16,-39,-38,-39v-39,0,-49,41,-55,72r-38,175r-33,0r37,-177v8,-39,19,-97,89,-97v32,0,72,13,72,66v1,33,-26,59,-56,66v30,4,46,26,46,55","w":219},"\u00b9":{"d":"52,-102r28,-124r-27,16r-12,-16v24,-11,38,-31,77,-27r-35,151r-31,0","w":129},"\u00ac":{"d":"22,-113r0,-32r182,0r0,106r-31,0r0,-74r-151,0","w":216},"\u00b5":{"d":"214,-184r-37,184r-32,0v1,-9,6,-22,5,-29v-9,27,-72,44,-102,25r-17,80r-34,0r54,-260r34,0r-25,127v0,20,13,34,34,34v79,0,67,-96,86,-161r34,0","w":219},"\u2122":{"d":"152,-251r0,25r-47,0r0,124r-27,0r0,-124r-46,0r0,-25r120,0xm187,-102r0,-149r42,0r40,101r38,-101r43,0r0,149r-28,0r-1,-114r-42,114r-22,0r-43,-114r0,114r-27,0","w":356},"\u00d0":{"d":"15,0r26,-123r-27,0r5,-23r27,0r22,-105r56,0v88,0,126,45,126,101v0,90,-55,150,-160,150r-75,0xm98,-220r-15,74r65,0r-5,23r-65,0r-20,91v94,9,154,-32,154,-114v0,-49,-37,-80,-114,-74","w":259},"\u00bd":{"d":"62,8r156,-267r25,0r-156,267r-25,0xm45,-102r28,-124r-27,16r-13,-16v24,-11,39,-31,78,-27r-35,151r-31,0xm165,0r5,-22v18,-15,92,-67,92,-91v0,-28,-43,-13,-60,-9r2,-25v34,-12,89,-13,90,30v0,38,-61,72,-80,92r61,0r-5,25r-105,0","w":300},"\u00b1":{"d":"22,-98r0,-31r76,0r0,-53r31,0r0,53r75,0r0,31r-75,0r0,53r-31,0r0,-53r-76,0xm22,0r0,-32r182,0r0,32r-182,0","w":216},"\u00de":{"d":"90,-183r-19,88v46,1,94,-1,94,-49v0,-42,-37,-39,-75,-39xm14,0r54,-251r36,0r-8,36v56,-3,104,6,108,66v3,62,-58,93,-140,85r-14,64r-36,0"},"\u00bc":{"d":"239,-55v5,-25,15,-53,17,-76r-68,76r51,0xm226,0r7,-30r-83,0r6,-25r88,-97r49,0r-24,97r20,0r-5,25r-22,0r-7,30r-29,0xm54,8r157,-267r25,0r-156,267r-26,0xm45,-102r28,-124r-27,16r-13,-16v24,-11,39,-31,78,-27r-35,151r-31,0","w":300},"\u00f7":{"d":"22,-75r0,-32r182,0r0,32r-182,0xm86,-166v0,-15,13,-27,28,-27v14,0,27,13,27,27v0,14,-13,28,-27,28v-15,0,-28,-13,-28,-28xm86,-17v0,-15,13,-27,28,-27v14,0,27,13,27,27v0,14,-13,28,-27,28v-15,0,-28,-13,-28,-28","w":216},"\u00a6":{"d":"33,-243r32,0r0,126r-32,0r0,-126xm33,-63r32,0r0,126r-32,0r0,-126","w":79},"\u00b0":{"d":"39,-204v0,-29,23,-52,51,-52v28,0,51,23,51,52v0,28,-23,51,-51,51v-28,0,-51,-23,-51,-51xm62,-204v0,16,12,28,28,28v16,0,28,-12,28,-28v0,-16,-12,-29,-28,-29v-16,0,-28,13,-28,29","w":144},"\u00fe":{"d":"-6,76r73,-346r34,0r-22,106v34,-44,124,-24,124,46v0,67,-31,122,-92,122v-34,1,-51,-12,-61,-31r-22,103r-34,0xm60,-71v0,25,15,48,46,48v58,0,92,-138,20,-138v-40,0,-66,44,-66,90","w":219},"\u00be":{"d":"239,-55v5,-25,15,-53,17,-76r-68,76r51,0xm226,0r7,-30r-83,0r6,-25r88,-97r49,0r-24,97r20,0r-5,25r-22,0r-7,30r-29,0xm69,8r156,-267r26,0r-157,267r-25,0xm49,-168r4,-25v15,0,54,0,54,-23v-6,-23,-43,-13,-62,-7r2,-27v34,-10,91,-13,91,30v0,23,-25,37,-45,40v16,4,31,15,31,31v0,49,-68,59,-113,43r6,-27v24,12,75,16,75,-16v0,-19,-30,-19,-43,-19","w":300},"\u00b2":{"d":"10,-102r5,-22v18,-15,93,-66,93,-91v0,-26,-43,-13,-61,-8r2,-25v34,-13,89,-14,90,29v1,39,-61,72,-80,92r61,0r-5,25r-105,0","w":129},"\u00ae":{"d":"151,4v-71,0,-130,-58,-130,-130v0,-71,59,-130,130,-130v72,0,130,59,130,130v0,72,-58,130,-130,130xm151,-21v55,0,98,-44,98,-105v0,-60,-43,-104,-98,-104v-54,0,-98,44,-98,104v0,61,44,105,98,105xm101,-53r0,-147v50,0,109,-8,109,43v0,26,-14,38,-38,40r39,64r-28,0r-38,-63r-16,0r0,63r-28,0xm129,-179r0,42v25,-1,54,7,54,-22v0,-25,-30,-19,-54,-20","w":288},"\u2212":{"d":"22,-75r0,-32r182,0r0,32r-182,0","w":216},"\u00f0":{"d":"53,-75v0,29,15,52,47,52v38,0,67,-43,67,-85v0,-27,-16,-53,-47,-53v-45,0,-67,48,-67,86xm62,-219r41,-19v-9,-7,-18,-12,-27,-17r26,-19v11,6,22,13,33,21r46,-21r16,18r-44,20v69,53,75,240,-53,240v-50,0,-83,-27,-83,-81v0,-73,63,-132,138,-103v-8,-16,-19,-30,-32,-42r-46,21","w":219},"\u00d7":{"d":"91,-91r-61,-61r22,-23r61,62r62,-62r22,23r-62,61r62,61r-22,22r-62,-61r-61,61r-22,-22","w":216},"\u00b3":{"d":"53,-168r3,-25v15,0,54,0,54,-23v-6,-23,-42,-14,-61,-7r2,-27v34,-10,91,-13,91,30v0,23,-25,37,-45,40v15,4,30,15,30,31v0,50,-67,59,-113,43r6,-27v24,12,76,16,76,-16v0,-19,-30,-19,-43,-19","w":129},"\u00a9":{"d":"190,-103r27,0v-6,36,-32,57,-63,57v-45,0,-73,-35,-73,-80v0,-86,125,-109,136,-24r-27,0v-17,-53,-88,-27,-82,24v-8,54,74,77,82,23xm21,-126v0,-71,59,-130,130,-130v72,0,130,59,130,130v0,72,-58,130,-130,130v-71,0,-130,-58,-130,-130xm53,-126v0,61,44,105,98,105v55,0,98,-44,98,-105v0,-60,-43,-104,-98,-104v-54,0,-98,44,-98,104","w":288},"\u00c1":{"d":"187,-93r-24,-119r-76,119r100,0xm-11,0r163,-251r36,0r55,251r-37,0r-13,-63r-124,0r-40,63r-40,0xm159,-267r34,-52r40,0r-49,52r-25,0","w":259},"\u00c2":{"d":"187,-93r-24,-119r-76,119r100,0xm-11,0r163,-251r36,0r55,251r-37,0r-13,-63r-124,0r-40,63r-40,0xm121,-267r47,-52r31,0r27,52r-26,0r-19,-35r-31,35r-29,0","w":259},"\u00c4":{"d":"187,-93r-24,-119r-76,119r100,0xm-11,0r163,-251r36,0r55,251r-37,0r-13,-63r-124,0r-40,63r-40,0xm221,-270r-32,0r8,-36r32,0xm162,-270r-32,0r8,-36r31,0","w":259},"\u00c0":{"d":"187,-93r-24,-119r-76,119r100,0xm-11,0r163,-251r36,0r55,251r-37,0r-13,-63r-124,0r-40,63r-40,0xm161,-319r24,52r-24,0r-37,-52r37,0","w":259},"\u00c5":{"d":"187,-93r-24,-119r-76,119r100,0xm-11,0r163,-251r36,0r55,251r-37,0r-13,-63r-124,0r-40,63r-40,0xm208,-298v0,20,-16,37,-36,37v-20,0,-36,-17,-36,-37v0,-21,16,-37,36,-37v20,0,36,16,36,37xm194,-298v0,-12,-10,-22,-22,-22v-11,0,-22,9,-22,22v0,12,11,22,22,22v12,0,22,-11,22,-22","w":259},"\u00c3":{"d":"187,-93r-24,-119r-76,119r100,0xm-11,0r163,-251r36,0r55,251r-37,0r-13,-63r-124,0r-40,63r-40,0xm135,-269r-17,0v2,-15,9,-40,34,-40v26,1,64,35,72,0r16,0v-2,15,-9,40,-33,40v-26,0,-65,-35,-72,0","w":259},"\u00c7":{"d":"237,-244r-10,31v-82,-38,-162,28,-162,104v0,73,70,97,130,73r-4,33v-21,7,-43,8,-66,6v-4,7,-15,13,-16,20v20,-6,43,3,43,26v0,35,-51,37,-79,23r6,-13v15,8,46,14,46,-10v0,-14,-20,-16,-32,-10r-6,-8r25,-30v-50,-10,-85,-46,-85,-112v0,-61,42,-145,150,-145v21,0,42,4,60,12","w":219},"\u00c9":{"d":"15,0r55,-251r137,0r-8,31r-99,0r-16,74r93,0r-6,32r-94,0r-19,82r106,0r-7,32r-142,0xm120,-269r34,-52r40,0r-49,52r-25,0"},"\u00ca":{"d":"15,0r55,-251r137,0r-8,31r-99,0r-16,74r93,0r-6,32r-94,0r-19,82r106,0r-7,32r-142,0xm82,-269r48,-52r31,0r27,52r-27,0r-18,-35r-32,35r-29,0"},"\u00cb":{"d":"15,0r55,-251r137,0r-8,31r-99,0r-16,74r93,0r-6,32r-94,0r-19,82r106,0r-7,32r-142,0xm182,-271r-32,0r8,-36r32,0xm123,-271r-32,0r8,-36r31,0"},"\u00c8":{"d":"15,0r55,-251r137,0r-8,31r-99,0r-16,74r93,0r-6,32r-94,0r-19,82r106,0r-7,32r-142,0xm135,-321r24,52r-24,0r-37,-52r37,0"},"\u00cd":{"d":"14,0r54,-251r36,0r-54,251r-36,0xm70,-269r34,-52r40,0r-49,52r-25,0","w":100},"\u00ce":{"d":"14,0r54,-251r36,0r-54,251r-36,0xm32,-269r48,-52r31,0r27,52r-27,0r-18,-35r-32,35r-29,0","w":100},"\u00cf":{"d":"14,0r54,-251r36,0r-54,251r-36,0xm132,-271r-32,0r8,-36r32,0xm73,-271r-32,0r8,-36r31,0","w":100},"\u00cc":{"d":"14,0r54,-251r36,0r-54,251r-36,0xm85,-321r24,52r-24,0r-37,-52r37,0","w":100},"\u00d1":{"d":"15,0r52,-251r48,0r71,210r45,-210r34,0r-54,251r-47,0r-71,-209r-43,209r-35,0xm125,-269r-17,0v2,-15,9,-40,34,-40v26,1,64,35,72,0r16,0v-2,15,-9,40,-33,40v-26,0,-65,-35,-72,0","w":259},"\u00d3":{"d":"27,-102v0,-72,49,-154,141,-154v65,0,102,38,102,102v0,80,-47,158,-138,158v-69,0,-105,-37,-105,-106xm65,-101v0,44,23,74,69,74v61,0,98,-67,98,-122v0,-48,-21,-75,-65,-75v-61,0,-102,59,-102,123xm162,-270r33,-52r41,0r-49,52r-25,0","w":280},"\u00d4":{"d":"27,-102v0,-72,49,-154,141,-154v65,0,102,38,102,102v0,80,-47,158,-138,158v-69,0,-105,-37,-105,-106xm65,-101v0,44,23,74,69,74v61,0,98,-67,98,-122v0,-48,-21,-75,-65,-75v-61,0,-102,59,-102,123xm123,-270r48,-52r31,0r27,52r-26,0r-19,-36r-31,36r-30,0","w":280},"\u00d6":{"d":"27,-102v0,-72,49,-154,141,-154v65,0,102,38,102,102v0,80,-47,158,-138,158v-69,0,-105,-37,-105,-106xm65,-101v0,44,23,74,69,74v61,0,98,-67,98,-122v0,-48,-21,-75,-65,-75v-61,0,-102,59,-102,123xm224,-273r-32,0r8,-36r31,0xm165,-273r-32,0r7,-36r32,0","w":280},"\u00d2":{"d":"27,-102v0,-72,49,-154,141,-154v65,0,102,38,102,102v0,80,-47,158,-138,158v-69,0,-105,-37,-105,-106xm65,-101v0,44,23,74,69,74v61,0,98,-67,98,-122v0,-48,-21,-75,-65,-75v-61,0,-102,59,-102,123xm176,-322r25,52r-25,0r-36,-52r36,0","w":280},"\u00d5":{"d":"27,-102v0,-72,49,-154,141,-154v65,0,102,38,102,102v0,80,-47,158,-138,158v-69,0,-105,-37,-105,-106xm65,-101v0,44,23,74,69,74v61,0,98,-67,98,-122v0,-48,-21,-75,-65,-75v-61,0,-102,59,-102,123xm138,-272r-17,0v2,-16,9,-40,34,-40v26,0,64,35,72,0r16,0v-2,15,-9,40,-33,40v-26,0,-65,-36,-72,0","w":280},"\u0160":{"d":"183,-244r-10,32v-29,-18,-95,-22,-96,27v0,42,86,43,86,109v0,37,-26,80,-87,80v-29,0,-50,-6,-70,-14r12,-33v14,9,35,16,53,16v38,0,54,-24,54,-45v0,-51,-86,-42,-86,-112v0,-70,85,-87,144,-60xm181,-329r-48,52r-31,0r-27,-52r27,0r18,36r31,-36r30,0","w":180},"\u00da":{"d":"265,-251r-32,147v-17,77,-53,108,-111,108v-156,0,-61,-160,-53,-255r36,0r-35,174v0,32,23,50,55,50v53,0,67,-55,76,-97r28,-127r36,0xm152,-267r33,-52r41,0r-49,52r-25,0","w":259},"\u00db":{"d":"265,-251r-32,147v-17,77,-53,108,-111,108v-156,0,-61,-160,-53,-255r36,0r-35,174v0,32,23,50,55,50v53,0,67,-55,76,-97r28,-127r36,0xm113,-267r48,-52r31,0r27,52r-26,0r-19,-35r-31,35r-30,0","w":259},"\u00dc":{"d":"265,-251r-32,147v-17,77,-53,108,-111,108v-156,0,-61,-160,-53,-255r36,0r-35,174v0,32,23,50,55,50v53,0,67,-55,76,-97r28,-127r36,0xm214,-270r-32,0r8,-36r31,0xm154,-270r-31,0r7,-36r32,0","w":259},"\u00d9":{"d":"265,-251r-32,147v-17,77,-53,108,-111,108v-156,0,-61,-160,-53,-255r36,0r-35,174v0,32,23,50,55,50v53,0,67,-55,76,-97r28,-127r36,0xm166,-319r24,52r-24,0r-36,-52r36,0","w":259},"\u00dd":{"d":"84,0r21,-105r-67,-146r40,0r50,113r99,-113r46,0r-132,146r-22,105r-35,0xm129,-277r34,-52r40,0r-48,52r-26,0","w":240,"k":{"w":20,"W":33,"y":33,"\u00fd":33,"\u00ff":33,"Y":27,"\u00dd":27,"\u0178":27,"\u2019":27,"f":27,"\u00df":27,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":13,".":27,"-":27,"a":27,"\u00e6":27,"\u00e1":27,"\u00e2":27,"\u00e4":27,"\u00e0":27,"\u00e5":27,"\u00e3":27,"c":27,"\u00e7":27,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"i":33,"\u00ed":33,"\u00ee":33,"\u00ef":33,"\u00ec":33}},"\u0178":{"d":"84,0r21,-105r-67,-146r40,0r50,113r99,-113r46,0r-132,146r-22,105r-35,0xm204,-270r-32,0r8,-36r32,0xm145,-270r-32,0r8,-36r31,0","w":240,"k":{"w":20,"W":33,"y":33,"\u00fd":33,"\u00ff":33,"Y":27,"\u00dd":27,"\u0178":27,"\u2019":27,"f":27,"\u00df":27,"A":27,"\u00c6":27,"\u00c1":27,"\u00c2":27,"\u00c4":27,"\u00c0":27,"\u00c5":27,"\u00c3":27,",":13,".":27,"-":27,"a":27,"\u00e6":27,"\u00e1":27,"\u00e2":27,"\u00e4":27,"\u00e0":27,"\u00e5":27,"\u00e3":27,"c":27,"\u00e7":27,"e":33,"\u00e9":33,"\u00ea":33,"\u00eb":33,"\u00e8":33,"i":33,"\u00ed":33,"\u00ee":33,"\u00ef":33,"\u00ec":33}},"\u017d":{"d":"-5,0r6,-32r166,-188r-124,0r7,-31r167,0r-6,32r-165,187r130,0r-6,32r-175,0xm191,-329r-48,52r-31,0r-27,-52r27,0r18,36r31,-36r30,0"},"\u00e1":{"d":"176,-130v0,47,-18,88,-22,130r-32,0v1,-10,7,-23,6,-31v-21,48,-117,49,-119,-15v-1,-61,67,-71,134,-66v13,-59,-63,-57,-97,-33r6,-34v53,-17,124,-15,124,49xm135,-88v-41,-1,-90,-2,-90,40v0,16,14,25,31,25v34,0,55,-34,59,-65xm109,-209r34,-52r40,0r-48,52r-26,0"},"\u00e2":{"d":"176,-130v0,47,-18,88,-22,130r-32,0v1,-10,7,-23,6,-31v-21,48,-117,49,-119,-15v-1,-61,67,-71,134,-66v13,-59,-63,-57,-97,-33r6,-34v53,-17,124,-15,124,49xm135,-88v-41,-1,-90,-2,-90,40v0,16,14,25,31,25v34,0,55,-34,59,-65xm71,-209r48,-52r31,0r27,52r-27,0r-18,-35r-32,35r-29,0"},"\u00e4":{"d":"176,-130v0,47,-18,88,-22,130r-32,0v1,-10,7,-23,6,-31v-21,48,-117,49,-119,-15v-1,-61,67,-71,134,-66v13,-59,-63,-57,-97,-33r6,-34v53,-17,124,-15,124,49xm135,-88v-41,-1,-90,-2,-90,40v0,16,14,25,31,25v34,0,55,-34,59,-65xm171,-212r-31,0r7,-36r32,0xm112,-212r-32,0r8,-36r32,0"},"\u00e0":{"d":"176,-130v0,47,-18,88,-22,130r-32,0v1,-10,7,-23,6,-31v-21,48,-117,49,-119,-15v-1,-61,67,-71,134,-66v13,-59,-63,-57,-97,-33r6,-34v53,-17,124,-15,124,49xm135,-88v-41,-1,-90,-2,-90,40v0,16,14,25,31,25v34,0,55,-34,59,-65xm124,-261r24,52r-24,0r-37,-52r37,0"},"\u00e5":{"d":"176,-130v0,47,-18,88,-22,130r-32,0v1,-10,7,-23,6,-31v-21,48,-117,49,-119,-15v-1,-61,67,-71,134,-66v13,-59,-63,-57,-97,-33r6,-34v53,-17,124,-15,124,49xm135,-88v-41,-1,-90,-2,-90,40v0,16,14,25,31,25v34,0,55,-34,59,-65xm161,-230v0,20,-17,36,-37,36v-20,0,-36,-16,-36,-36v0,-21,16,-37,36,-37v20,0,37,16,37,37xm146,-230v0,-12,-10,-23,-22,-23v-11,0,-21,10,-21,23v0,12,10,22,21,22v12,0,22,-11,22,-22"},"\u00e3":{"d":"176,-130v0,47,-18,88,-22,130r-32,0v1,-10,7,-23,6,-31v-21,48,-117,49,-119,-15v-1,-61,67,-71,134,-66v13,-59,-63,-57,-97,-33r6,-34v53,-17,124,-15,124,49xm135,-88v-41,-1,-90,-2,-90,40v0,16,14,25,31,25v34,0,55,-34,59,-65xm85,-211r-17,0v3,-15,10,-40,34,-40v26,0,64,35,72,0r17,0v-2,15,-10,40,-34,40v-26,-1,-64,-36,-72,0"},"\u00e7":{"d":"165,-181r-9,29v-54,-29,-103,17,-103,75v0,51,46,64,87,46r-6,31v-13,3,-26,4,-40,4v-4,6,-15,13,-15,19v18,-6,43,3,43,26v0,35,-52,37,-79,23r6,-13v15,8,44,13,45,-10v0,-14,-20,-16,-31,-10r-6,-8r23,-28v-38,-6,-63,-31,-63,-75v0,-81,65,-137,148,-109","w":159},"\u00e9":{"d":"58,-109r94,0v5,-30,-8,-51,-38,-52v-28,0,-49,25,-56,52xm161,-34r-5,31v-68,15,-138,12,-139,-75v0,-51,36,-110,100,-110v58,0,78,48,66,104r-129,0v-11,66,58,72,107,50xm109,-209r34,-52r40,0r-48,52r-26,0"},"\u00ea":{"d":"58,-109r94,0v5,-30,-8,-51,-38,-52v-28,0,-49,25,-56,52xm161,-34r-5,31v-68,15,-138,12,-139,-75v0,-51,36,-110,100,-110v58,0,78,48,66,104r-129,0v-11,66,58,72,107,50xm71,-209r48,-52r31,0r27,52r-27,0r-18,-35r-32,35r-29,0"},"\u00eb":{"d":"58,-109r94,0v5,-30,-8,-51,-38,-52v-28,0,-49,25,-56,52xm161,-34r-5,31v-68,15,-138,12,-139,-75v0,-51,36,-110,100,-110v58,0,78,48,66,104r-129,0v-11,66,58,72,107,50xm171,-212r-31,0r7,-36r32,0xm112,-212r-32,0r8,-36r32,0"},"\u00e8":{"d":"58,-109r94,0v5,-30,-8,-51,-38,-52v-28,0,-49,25,-56,52xm161,-34r-5,31v-68,15,-138,12,-139,-75v0,-51,36,-110,100,-110v58,0,78,48,66,104r-129,0v-11,66,58,72,107,50xm124,-261r24,52r-24,0r-37,-52r37,0"},"\u00ed":{"d":"15,0r39,-184r33,0r-38,184r-34,0xm59,-209r34,-52r40,0r-48,52r-26,0","w":100},"\u00ee":{"d":"15,0r39,-184r33,0r-38,184r-34,0xm21,-209r48,-52r31,0r27,52r-27,0r-18,-35r-32,35r-29,0","w":100},"\u00ef":{"d":"15,0r39,-184r33,0r-38,184r-34,0xm121,-212r-31,0r7,-36r32,0xm62,-212r-32,0r8,-36r31,0","w":100},"\u00ec":{"d":"15,0r39,-184r33,0r-38,184r-34,0xm74,-261r24,52r-24,0r-37,-52r37,0","w":100},"\u00f1":{"d":"13,0r37,-184r31,0r-5,30v11,-18,31,-34,63,-34v49,0,67,41,57,91r-20,97r-34,0v8,-43,24,-80,24,-127v0,-19,-12,-34,-33,-34v-81,0,-67,96,-87,161r-33,0xm95,-211r-17,0v3,-15,10,-40,34,-40v26,0,65,35,72,0r17,0v-2,15,-9,40,-34,40v-26,-1,-64,-36,-72,0","w":219},"\u00f3":{"d":"17,-77v0,-62,37,-111,105,-111v49,0,81,30,81,80v0,63,-37,112,-103,112v-50,0,-83,-27,-83,-81xm53,-75v0,29,15,52,47,52v38,0,67,-43,67,-85v0,-27,-16,-53,-47,-53v-45,0,-67,48,-67,86xm119,-209r34,-52r40,0r-48,52r-26,0","w":219},"\u00f4":{"d":"17,-77v0,-62,37,-111,105,-111v49,0,81,30,81,80v0,63,-37,112,-103,112v-50,0,-83,-27,-83,-81xm53,-75v0,29,15,52,47,52v38,0,67,-43,67,-85v0,-27,-16,-53,-47,-53v-45,0,-67,48,-67,86xm81,-209r48,-52r31,0r27,52r-27,0r-18,-35r-31,35r-30,0","w":219},"\u00f6":{"d":"17,-77v0,-62,37,-111,105,-111v49,0,81,30,81,80v0,63,-37,112,-103,112v-50,0,-83,-27,-83,-81xm53,-75v0,29,15,52,47,52v38,0,67,-43,67,-85v0,-27,-16,-53,-47,-53v-45,0,-67,48,-67,86xm181,-212r-31,0r7,-36r32,0xm122,-212r-32,0r8,-36r32,0","w":219},"\u00f2":{"d":"17,-77v0,-62,37,-111,105,-111v49,0,81,30,81,80v0,63,-37,112,-103,112v-50,0,-83,-27,-83,-81xm53,-75v0,29,15,52,47,52v38,0,67,-43,67,-85v0,-27,-16,-53,-47,-53v-45,0,-67,48,-67,86xm134,-261r24,52r-24,0r-36,-52r36,0","w":219},"\u00f5":{"d":"17,-77v0,-62,37,-111,105,-111v49,0,81,30,81,80v0,63,-37,112,-103,112v-50,0,-83,-27,-83,-81xm53,-75v0,29,15,52,47,52v38,0,67,-43,67,-85v0,-27,-16,-53,-47,-53v-45,0,-67,48,-67,86xm95,-211r-17,0v3,-15,10,-40,34,-40v26,0,65,35,72,0r17,0v-2,15,-9,40,-34,40v-26,-1,-64,-36,-72,0","w":219},"\u0161":{"d":"140,-178r-10,27v-20,-11,-71,-20,-71,13v0,31,63,33,63,84v0,65,-81,64,-123,50r6,-29v26,13,81,19,81,-18v0,-32,-63,-36,-63,-83v0,-57,72,-63,117,-44xm161,-261r-48,52r-31,0r-27,-52r27,0r18,35r31,-35r30,0","w":140},"\u00fa":{"d":"210,-184r-37,184r-32,0r6,-29v-11,17,-31,33,-63,33v-50,0,-67,-41,-57,-91r20,-97r34,0v-8,43,-24,80,-24,127v0,20,12,34,33,34v80,0,67,-96,86,-161r34,0xm119,-209r34,-52r40,0r-48,52r-26,0","w":219},"\u00fb":{"d":"210,-184r-37,184r-32,0r6,-29v-11,17,-31,33,-63,33v-50,0,-67,-41,-57,-91r20,-97r34,0v-8,43,-24,80,-24,127v0,20,12,34,33,34v80,0,67,-96,86,-161r34,0xm81,-209r48,-52r31,0r27,52r-27,0r-18,-35r-31,35r-30,0","w":219},"\u00fc":{"d":"210,-184r-37,184r-32,0r6,-29v-11,17,-31,33,-63,33v-50,0,-67,-41,-57,-91r20,-97r34,0v-8,43,-24,80,-24,127v0,20,12,34,33,34v80,0,67,-96,86,-161r34,0xm181,-212r-31,0r7,-36r32,0xm122,-212r-32,0r8,-36r32,0","w":219},"\u00f9":{"d":"210,-184r-37,184r-32,0r6,-29v-11,17,-31,33,-63,33v-50,0,-67,-41,-57,-91r20,-97r34,0v-8,43,-24,80,-24,127v0,20,12,34,33,34v80,0,67,-96,86,-161r34,0xm134,-261r24,52r-24,0r-36,-52r36,0","w":219},"\u00fd":{"d":"-14,77r6,-28v30,11,46,-6,63,-39r-29,-194r35,0r22,147r80,-147r36,0r-125,219v-18,36,-41,52,-88,42xm99,-209r34,-52r40,0r-48,52r-26,0","w":180,"k":{"-":27,"c":27,"\u00e7":27,"r":20,"s":33,"\u0161":33,"u":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u00f9":33,":":27,";":27,"p":27,"q":27,"t":13}},"\u00ff":{"d":"-14,77r6,-28v30,11,46,-6,63,-39r-29,-194r35,0r22,147r80,-147r36,0r-125,219v-18,36,-41,52,-88,42xm161,-212r-31,0r7,-36r32,0xm102,-212r-32,0r8,-36r31,0","w":180,"k":{"-":27,"c":27,"\u00e7":27,"r":20,"s":33,"\u0161":33,"u":33,"\u00fa":33,"\u00fb":33,"\u00fc":33,"\u00f9":33,":":27,";":27,"p":27,"q":27,"t":13}},"\u017e":{"d":"-2,0r6,-30r130,-126r-102,0r6,-28r145,0r-7,30r-131,127r108,0r-6,27r-149,0xm181,-261r-48,52r-31,0r-27,-52r27,0r18,35r31,-35r30,0","w":180},"\u2206":{"d":"-8,0r4,-21r138,-236r38,0r36,236r-4,21r-212,0xm30,-26r145,0r-31,-195","w":233},"\u2126":{"d":"3,-26v17,-1,38,2,53,-1v-20,-22,-35,-60,-25,-109v15,-68,72,-119,134,-119v66,0,93,58,81,117v-11,52,-44,90,-72,112r53,0r-5,26r-89,0r4,-19v30,-17,63,-55,75,-112v10,-46,-5,-97,-53,-97v-46,0,-84,43,-96,98v-12,53,5,94,27,111r-4,19r-88,0","w":257},"\u03bc":{"d":"214,-184r-37,184r-32,0v1,-9,6,-22,5,-29v-9,27,-72,44,-102,25r-17,80r-34,0r54,-260r34,0r-25,127v0,20,13,34,34,34v79,0,67,-96,86,-161r34,0","w":219},"\u03c0":{"d":"214,-159r-28,0v-9,46,-28,112,-29,159r-31,0v-3,-40,21,-116,28,-159r-61,0v-12,44,-39,124,-60,159r-31,0v22,-40,48,-114,59,-159v-21,0,-31,1,-40,4r1,-21v42,-21,138,-7,200,-11","w":208},"\u20ac":{"d":"240,-246r-13,30v-58,-28,-116,6,-138,56r114,0r-9,19r-114,0v-3,10,-5,20,-6,30r107,0r-8,20r-99,0v-1,59,62,78,114,56r-4,31v-74,24,-154,-6,-150,-87r-34,0r9,-20r27,0v1,-10,3,-20,6,-30r-32,0r9,-19r30,0v30,-71,106,-117,191,-86"},"\u2113":{"d":"148,-57r12,13v-24,32,-51,47,-79,47v-44,0,-54,-33,-47,-69v-7,5,-15,11,-23,16r-6,-18v13,-8,24,-16,35,-25r20,-95v14,-65,47,-88,76,-88v32,0,41,27,34,60v-10,44,-48,86,-101,129v-11,31,-2,64,24,64v21,0,42,-18,55,-34xm132,-252v-30,-7,-50,95,-56,135v36,-33,65,-67,72,-99v5,-22,1,-36,-16,-36","w":177},"\u212e":{"d":"100,-50v37,62,143,60,185,4r21,0v-26,30,-68,50,-114,50v-80,0,-144,-58,-144,-130v0,-71,64,-130,144,-130v81,1,146,59,144,134r-236,1r0,71xm280,-211v-45,-50,-145,-50,-180,10r0,70v54,5,129,4,183,0v-2,-26,4,-59,-3,-80","w":348},"\u2202":{"d":"68,-238r-5,-23v68,-46,161,-15,130,115v-21,85,-65,149,-127,149v-48,0,-62,-44,-53,-84v12,-56,55,-92,96,-92v32,0,48,23,51,33v18,-52,2,-115,-40,-115v-22,0,-40,9,-52,17xm75,-24v32,0,62,-43,75,-86v-1,-15,-14,-37,-41,-37v-28,0,-56,30,-64,67v-7,32,4,56,30,56","w":199},"\u220f":{"d":"278,-221r-38,0r0,256r-32,0r0,-256r-95,0r0,256r-31,0r0,-256r-38,0r0,-29r234,0r0,29","w":287},"\u2211":{"d":"226,35r-184,0r0,-21r94,-122r-90,-120r0,-22r174,0r0,27r-130,1r83,109r-90,117r143,0r0,31","w":232},"\u2219":{"d":"35,-109v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":100},"\u221a":{"d":"244,-298r-80,351r-28,0r-56,-164r-27,10r-5,-19r52,-20r50,155r71,-313r23,0","w":242},"\u221e":{"d":"276,-104v0,36,-27,59,-55,59v-23,0,-41,-13,-66,-42v-19,22,-38,42,-68,42v-29,0,-54,-24,-54,-57v0,-34,25,-58,57,-58v27,0,48,19,66,42v18,-20,36,-42,67,-42v31,0,53,22,53,56xm53,-102v0,21,15,38,38,38v22,0,39,-22,53,-38v-15,-19,-31,-40,-56,-40v-22,0,-35,19,-35,40xm256,-102v0,-25,-15,-40,-36,-40v-23,0,-41,26,-54,39v24,26,37,39,56,39v22,0,34,-20,34,-38","w":293},"\u222b":{"d":"85,-215v0,-65,24,-103,76,-87r-4,22v-36,-13,-43,19,-43,68v0,57,5,118,5,178v0,68,-26,106,-78,87r5,-23v36,11,44,-13,44,-64v0,-61,-5,-123,-5,-181","w":167},"\u2248":{"d":"80,-157v32,1,46,26,73,27v15,0,24,-10,34,-27r12,12v-10,19,-25,34,-47,34v-23,0,-49,-27,-74,-27v-17,0,-26,13,-35,27r-13,-11v11,-21,29,-35,50,-35xm80,-94v45,0,81,55,107,0r12,11v-10,20,-25,35,-47,35v-23,0,-49,-27,-74,-27v-17,0,-26,13,-35,27r-13,-11v11,-21,29,-35,50,-35","w":215},"\u2260":{"d":"165,-182r-15,35r54,0r0,20r-62,0r-24,51r86,0r0,20r-93,0r-20,42r-15,-7r16,-35r-53,0r0,-20r61,0r23,-51r-84,0r0,-20r92,0r18,-42","w":222},"\u2264":{"d":"209,-35r-162,-80r0,-21r162,-81r0,23r-141,68r141,68r0,23xm210,0r-165,0r0,-21r165,0r0,21","w":227},"\u2265":{"d":"48,-217r162,81r0,21r-162,80r0,-23r141,-68r-141,-68r0,-23xm210,0r-164,0r0,-21r164,0r0,21","w":227},"\u25ca":{"d":"224,-125r-72,142r-26,0r-71,-142r72,-142r26,0xm195,-124v-18,-39,-41,-73,-55,-116v-17,39,-38,76,-57,114r49,98v4,7,5,16,8,19v13,-43,37,-76,55,-115","w":242},"\u00a0":{"w":100},"\u00ad":{"d":"13,-83r5,-28r95,0r-5,28r-95,0","w":119},"\u02c9":{"d":"29,-221r4,-21r97,0r-4,21r-97,0","w":100},"\u03a9":{"d":"3,-26v17,-1,38,2,53,-1v-20,-22,-35,-60,-25,-109v15,-68,72,-119,134,-119v66,0,93,58,81,117v-11,52,-44,90,-72,112r53,0r-5,26r-89,0r4,-19v30,-17,63,-55,75,-112v10,-46,-5,-97,-53,-97v-46,0,-84,43,-96,98v-12,53,5,94,27,111r-4,19r-88,0","w":257},"\u2215":{"d":"-61,8r157,-267r25,0r-157,267r-25,0","w":60}}});
	
	
	
        //<script type="text/javascript">
		    Cufon.replace('h1');
		    Cufon.replace('h2');
            Cufon.replace('h3');
			Cufon.replace('h4');
			Cufon.replace('.pager');
			Cufon.replace('.phone');
			Cufon.replace('.categorypromobox');
			Cufon.replace('.categorypromobox-red');			
        //</script>
    // /end Cufon - font replacement -->		
    //  jCarousel library-->
    //<script type="text/javascript" src="/BVModules/Themes/CyclingCloseouts/scripts/jcarousel/lib/jquery.jcarousel.pack.js"></script>   


/**
 * jCarousel - Riding carousels with jQuery
 *   http://sorgalla.com/jcarousel/
 *
 * Copyright (c) 2006 Jan Sorgalla (http://sorgalla.com)
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * Built on top of the jQuery library
 *   http://jquery.com
 *
 * Inspired by the "Carousel Component" by Bill Scott
 *   http://billwscott.com/carousel/
 */
 
 
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('(9($){$.1v.C=9(o){z 4.1b(9(){3p r(4,o)})};8 q={Z:F,25:1,21:1,u:7,1c:3,15:7,1K:\'2X\',2c:\'2Q\',1q:0,B:7,1j:7,1G:7,2F:7,2B:7,2z:7,2x:7,2v:7,2s:7,2p:7,1S:\'<P></P>\',1Q:\'<P></P>\',2m:\'2l\',2k:\'2l\',1O:7,1L:7};$.C=9(e,o){4.5=$.16({},q,o||{});4.Q=F;4.D=7;4.H=7;4.t=7;4.U=7;4.R=7;4.N=!4.5.Z?\'1H\':\'26\';4.E=!4.5.Z?\'24\':\'23\';8 a=\'\',1e=e.K.1e(\' \');1r(8 i=0;i<1e.I;i++){6(1e[i].2y(\'C-2w\')!=-1){$(e).1E(1e[i]);8 a=1e[i];1p}}6(e.2t==\'3o\'||e.2t==\'3n\'){4.t=$(e);4.D=4.t.19();6(4.D.1o(\'C-H\')){6(!4.D.19().1o(\'C-D\'))4.D=4.D.B(\'<P></P>\');4.D=4.D.19()}10 6(!4.D.1o(\'C-D\'))4.D=4.t.B(\'<P></P>\').19()}10{4.D=$(e);4.t=$(e).3h(\'>2o,>2n,P>2o,P>2n\')}6(a!=\'\'&&4.D.19()[0].K.2y(\'C-2w\')==-1)4.D.B(\'<P 3g=" \'+a+\'"></P>\');4.H=4.t.19();6(!4.H.I||!4.H.1o(\'C-H\'))4.H=4.t.B(\'<P></P>\').19();4.R=$(\'.C-11\',4.D);6(4.R.u()==0&&4.5.1Q!=7)4.R=4.H.1z(4.5.1Q).11();4.R.V(4.K(\'C-11\'));4.U=$(\'.C-17\',4.D);6(4.U.u()==0&&4.5.1S!=7)4.U=4.H.1z(4.5.1S).11();4.U.V(4.K(\'C-17\'));4.H.V(4.K(\'C-H\'));4.t.V(4.K(\'C-t\'));4.D.V(4.K(\'C-D\'));8 b=4.5.15!=7?1k.1P(4.1m()/4.5.15):7;8 c=4.t.32(\'1F\');8 d=4;6(c.u()>0){8 f=0,i=4.5.21;c.1b(9(){d.1I(4,i++);f+=d.S(4,b)});4.t.y(4.N,f+\'T\');6(!o||o.u===J)4.5.u=c.u()}4.D.y(\'1y\',\'1A\');4.U.y(\'1y\',\'1A\');4.R.y(\'1y\',\'1A\');4.2G=9(){d.17()};4.2b=9(){d.11()};4.1U=9(){d.2q()};6(4.5.1j!=7)4.5.1j(4,\'2a\');6($.2A.28){4.1f(F,F);$(27).1u(\'2I\',9(){d.1t()})}10 4.1t()};8 r=$.C;r.1v=r.2H={C:\'0.2.3\'};r.1v.16=r.16=$.16;r.1v.16({1t:9(){4.A=7;4.G=7;4.X=7;4.13=7;4.14=F;4.1d=7;4.O=7;4.W=F;6(4.Q)z;4.t.y(4.E,4.1s(4.5.21)+\'T\');8 p=4.1s(4.5.25);4.X=4.13=7;4.1i(p,F);$(27).22(\'2E\',4.1U).1u(\'2E\',4.1U)},2D:9(){4.t.2C();4.t.y(4.E,\'3u\');4.t.y(4.N,\'3t\');6(4.5.1j!=7)4.5.1j(4,\'2D\');4.1t()},2q:9(){6(4.O!=7&&4.W)4.t.y(4.E,r.M(4.t.y(4.E))+4.O);4.O=7;4.W=F;6(4.5.1G!=7)4.5.1G(4);6(4.5.15!=7){8 a=4;8 b=1k.1P(4.1m()/4.5.15),N=0,E=0;$(\'1F\',4.t).1b(9(i){N+=a.S(4,b);6(i+1<a.A)E=N});4.t.y(4.N,N+\'T\');4.t.y(4.E,-E+\'T\')}4.1c(4.A,F)},3s:9(){4.Q=1h;4.1f()},3r:9(){4.Q=F;4.1f()},u:9(s){6(s!=J){4.5.u=s;6(!4.Q)4.1f()}z 4.5.u},3q:9(i,a){6(a==J||!a)a=i;6(4.5.u!==7&&a>4.5.u)a=4.5.u;1r(8 j=i;j<=a;j++){8 e=4.L(j);6(!e.I||e.1o(\'C-1a-1D\'))z F}z 1h},L:9(i){z $(\'.C-1a-\'+i,4.t)},2u:9(i,s){8 e=4.L(i),20=0,2u=0;6(e.I==0){8 c,e=4.1B(i),j=r.M(i);1n(c=4.L(--j)){6(j<=0||c.I){j<=0?4.t.2r(e):c.1X(e);1p}}}10 20=4.S(e);e.1E(4.K(\'C-1a-1D\'));1R s==\'3l\'?e.3k(s):e.2C().3j(s);8 a=4.5.15!=7?1k.1P(4.1m()/4.5.15):7;8 b=4.S(e,a)-20;6(i>0&&i<4.A)4.t.y(4.E,r.M(4.t.y(4.E))-b+\'T\');4.t.y(4.N,r.M(4.t.y(4.N))+b+\'T\');z e},1V:9(i){8 e=4.L(i);6(!e.I||(i>=4.A&&i<=4.G))z;8 d=4.S(e);6(i<4.A)4.t.y(4.E,r.M(4.t.y(4.E))+d+\'T\');e.1V();4.t.y(4.N,r.M(4.t.y(4.N))-d+\'T\')},17:9(){4.1C();6(4.O!=7&&!4.W)4.1T(F);10 4.1c(((4.5.B==\'1Z\'||4.5.B==\'G\')&&4.5.u!=7&&4.G==4.5.u)?1:4.A+4.5.1c)},11:9(){4.1C();6(4.O!=7&&4.W)4.1T(1h);10 4.1c(((4.5.B==\'1Z\'||4.5.B==\'A\')&&4.5.u!=7&&4.A==1)?4.5.u:4.A-4.5.1c)},1T:9(b){6(4.Q||4.14||!4.O)z;8 a=r.M(4.t.y(4.E));!b?a-=4.O:a+=4.O;4.W=!b;4.X=4.A;4.13=4.G;4.1i(a)},1c:9(i,a){6(4.Q||4.14)z;4.1i(4.1s(i),a)},1s:9(i){6(4.Q||4.14)z;6(4.5.B!=\'18\')i=i<1?1:(4.5.u&&i>4.5.u?4.5.u:i);8 a=4.A>i;8 b=r.M(4.t.y(4.E));8 f=4.5.B!=\'18\'&&4.A<=1?1:4.A;8 c=a?4.L(f):4.L(4.G);8 j=a?f:f-1;8 e=7,l=0,p=F,d=0;1n(a?--j>=i:++j<i){e=4.L(j);p=!e.I;6(e.I==0){e=4.1B(j).V(4.K(\'C-1a-1D\'));c[a?\'1z\':\'1X\'](e)}c=e;d=4.S(e);6(p)l+=d;6(4.A!=7&&(4.5.B==\'18\'||(j>=1&&(4.5.u==7||j<=4.5.u))))b=a?b+d:b-d}8 g=4.1m();8 h=[];8 k=0,j=i,v=0;8 c=4.L(i-1);1n(++k){e=4.L(j);p=!e.I;6(e.I==0){e=4.1B(j).V(4.K(\'C-1a-1D\'));c.I==0?4.t.2r(e):c[a?\'1z\':\'1X\'](e)}c=e;8 d=4.S(e);6(d==0){3f(\'3e: 3d 1H/26 3c 1r 3b. 3a 39 38 37 36 35. 34...\');z 0}6(4.5.B!=\'18\'&&4.5.u!==7&&j>4.5.u)h.33(e);10 6(p)l+=d;v+=d;6(v>=g)1p;j++}1r(8 x=0;x<h.I;x++)h[x].1V();6(l>0){4.t.y(4.N,4.S(4.t)+l+\'T\');6(a){b-=l;4.t.y(4.E,r.M(4.t.y(4.E))-l+\'T\')}}8 n=i+k-1;6(4.5.B!=\'18\'&&4.5.u&&n>4.5.u)n=4.5.u;6(j>n){k=0,j=n,v=0;1n(++k){8 e=4.L(j--);6(!e.I)1p;v+=4.S(e);6(v>=g)1p}}8 o=n-k+1;6(4.5.B!=\'18\'&&o<1)o=1;6(4.W&&a){b+=4.O;4.W=F}4.O=7;6(4.5.B!=\'18\'&&n==4.5.u&&(n-k+1)>=1){8 m=r.Y(4.L(n),!4.5.Z?\'1l\':\'1N\');6((v-m)>g)4.O=v-g-m}1n(i-->o)b+=4.S(4.L(i));4.X=4.A;4.13=4.G;4.A=o;4.G=n;z b},1i:9(p,a){6(4.Q||4.14)z;4.14=1h;8 b=4;8 c=9(){b.14=F;6(p==0)b.t.y(b.E,0);6(b.5.B==\'1Z\'||b.5.B==\'G\'||b.5.u==7||b.G<b.5.u)b.2j();b.1f();b.1M(\'2i\')};4.1M(\'31\');6(!4.5.1K||a==F){4.t.y(4.E,p+\'T\');c()}10{8 o=!4.5.Z?{\'24\':p}:{\'23\':p};4.t.1i(o,4.5.1K,4.5.2c,c)}},2j:9(s){6(s!=J)4.5.1q=s;6(4.5.1q==0)z 4.1C();6(4.1d!=7)z;8 a=4;4.1d=30(9(){a.17()},4.5.1q*2Z)},1C:9(){6(4.1d==7)z;2Y(4.1d);4.1d=7},1f:9(n,p){6(n==J||n==7){8 n=!4.Q&&4.5.u!==0&&((4.5.B&&4.5.B!=\'A\')||4.5.u==7||4.G<4.5.u);6(!4.Q&&(!4.5.B||4.5.B==\'A\')&&4.5.u!=7&&4.G>=4.5.u)n=4.O!=7&&!4.W}6(p==J||p==7){8 p=!4.Q&&4.5.u!==0&&((4.5.B&&4.5.B!=\'G\')||4.A>1);6(!4.Q&&(!4.5.B||4.5.B==\'G\')&&4.5.u!=7&&4.A==1)p=4.O!=7&&4.W}8 a=4;4.U[n?\'1u\':\'22\'](4.5.2m,4.2G)[n?\'1E\':\'V\'](4.K(\'C-17-1w\')).1J(\'1w\',n?F:1h);4.R[p?\'1u\':\'22\'](4.5.2k,4.2b)[p?\'1E\':\'V\'](4.K(\'C-11-1w\')).1J(\'1w\',p?F:1h);6(4.U.I>0&&(4.U[0].1g==J||4.U[0].1g!=n)&&4.5.1O!=7){4.U.1b(9(){a.5.1O(a,4,n)});4.U[0].1g=n}6(4.R.I>0&&(4.R[0].1g==J||4.R[0].1g!=p)&&4.5.1L!=7){4.R.1b(9(){a.5.1L(a,4,p)});4.R[0].1g=p}},1M:9(a){8 b=4.X==7?\'2a\':(4.X<4.A?\'17\':\'11\');4.12(\'2F\',a,b);6(4.X!==4.A){4.12(\'2B\',a,b,4.A);4.12(\'2z\',a,b,4.X)}6(4.13!==4.G){4.12(\'2x\',a,b,4.G);4.12(\'2v\',a,b,4.13)}4.12(\'2s\',a,b,4.A,4.G,4.X,4.13);4.12(\'2p\',a,b,4.X,4.13,4.A,4.G)},12:9(a,b,c,d,e,f,g){6(4.5[a]==J||(1R 4.5[a]!=\'2h\'&&b!=\'2i\'))z;8 h=1R 4.5[a]==\'2h\'?4.5[a][b]:4.5[a];6(!$.2W(h))z;8 j=4;6(d===J)h(j,c,b);10 6(e===J)4.L(d).1b(9(){h(j,4,d,c,b)});10{1r(8 i=d;i<=e;i++)6(i!==7&&!(i>=f&&i<=g))4.L(i).1b(9(){h(j,4,i,c,b)})}},1B:9(i){z 4.1I(\'<1F></1F>\',i)},1I:9(e,i){8 a=$(e).V(4.K(\'C-1a\')).V(4.K(\'C-1a-\'+i));a.1J(\'2V\',i);z a},K:9(c){z c+\' \'+c+(!4.5.Z?\'-2U\':\'-Z\')},S:9(e,d){8 a=e.2g!=J?e[0]:e;8 b=!4.5.Z?a.1x+r.Y(a,\'2f\')+r.Y(a,\'1l\'):a.2e+r.Y(a,\'2d\')+r.Y(a,\'1N\');6(d==J||b==d)z b;8 w=!4.5.Z?d-r.Y(a,\'2f\')-r.Y(a,\'1l\'):d-r.Y(a,\'2d\')-r.Y(a,\'1N\');$(a).y(4.N,w+\'T\');z 4.S(a)},1m:9(){z!4.5.Z?4.H[0].1x-r.M(4.H.y(\'2T\'))-r.M(4.H.y(\'2S\')):4.H[0].2e-r.M(4.H.y(\'2R\'))-r.M(4.H.y(\'3i\'))},2P:9(i,s){6(s==J)s=4.5.u;z 1k.2O((((i-1)/s)-1k.2N((i-1)/s))*s)+1}});r.16({3m:9(d){z $.16(q,d||{})},Y:9(e,p){6(!e)z 0;8 a=e.2g!=J?e[0]:e;6(p==\'1l\'&&$.2A.28){8 b={\'1y\':\'1A\',\'2M\':\'2L\',\'1H\':\'1q\'},1Y,1W;$.29(a,b,9(){1Y=a.1x});b[\'1l\']=0;$.29(a,b,9(){1W=a.1x});z 1W-1Y}z r.M($.y(a,p))},M:9(v){v=2K(v);z 2J(v)?0:v}})})(3v);',62,218,'||||this|options|if|null|var|function||||||||||||||||||||list|size||||css|return|first|wrap|jcarousel|container|lt|false|last|clip|length|undefined|className|get|intval|wh|tail|div|locked|buttonPrev|dimension|px|buttonNext|addClass|inTail|prevFirst|margin|vertical|else|prev|callback|prevLast|animating|visible|extend|next|circular|parent|item|each|scroll|timer|split|buttons|jcarouselstate|true|animate|initCallback|Math|marginRight|clipping|while|hasClass|break|auto|for|pos|setup|bind|fn|disabled|offsetWidth|display|before|block|create|stopAuto|placeholder|removeClass|li|reloadCallback|width|format|attr|animation|buttonPrevCallback|notify|marginBottom|buttonNextCallback|ceil|buttonPrevHTML|typeof|buttonNextHTML|scrollTail|funcResize|remove|oWidth2|after|oWidth|both|old|offset|unbind|top|left|start|height|window|safari|swap|init|funcPrev|easing|marginTop|offsetHeight|marginLeft|jquery|object|onAfterAnimation|startAuto|buttonPrevEvent|click|buttonNextEvent|ol|ul|itemVisibleOutCallback|reload|prepend|itemVisibleInCallback|nodeName|add|itemLastOutCallback|skin|itemLastInCallback|indexOf|itemFirstOutCallback|browser|itemFirstInCallback|empty|reset|resize|itemLoadCallback|funcNext|prototype|load|isNaN|parseInt|none|float|floor|round|index|swing|borderTopWidth|borderRightWidth|borderLeftWidth|horizontal|jcarouselindex|isFunction|normal|clearTimeout|1000|setTimeout|onBeforeAnimation|children|push|Aborting|loop|infinite|an|cause|will|This|items|set|No|jCarousel|alert|class|find|borderBottomWidth|append|html|string|defaults|OL|UL|new|has|unlock|lock|10px|0px|jQuery'.split('|'),0,{}))



 
    //  jCarousel - function-->
    //<script type="text/javascript">
    jQuery(document).ready(function() {
    jQuery('#mycarousel').jcarousel({scroll:1});
    });
    //</script>
    // /end jCarousel -->
    //<script type="text/javascript" src="/BVModules/Themes/CyclingCloseouts/scripts/hoverIntent.js"></script> 
    (function($){
	/* hoverIntent by Brian Cherne */
	$.fn.hoverIntent = function(f,g) {
		// default configuration options
		var cfg = {
			sensitivity: 7,
			interval: 100,
			timeout: 0
		};
		// override configuration options with user supplied object
		cfg = $.extend(cfg, g ? { over: f, out: g } : f );

		// instantiate variables
		// cX, cY = current X and Y position of mouse, updated by mousemove event
		// pX, pY = previous X and Y position of mouse, set by mouseover and polling interval
		var cX, cY, pX, pY;

		// A private function for getting mouse position
		var track = function(ev) {
			cX = ev.pageX;
			cY = ev.pageY;
		};

		// A private function for comparing current and previous mouse position
		var compare = function(ev,ob) {
			ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t);
			// compare mouse positions to see if they've crossed the threshold
			if ( ( Math.abs(pX-cX) + Math.abs(pY-cY) ) < cfg.sensitivity ) {
				$(ob).unbind("mousemove",track);
				// set hoverIntent state to true (so mouseOut can be called)
				ob.hoverIntent_s = 1;
				return cfg.over.apply(ob,[ev]);
			} else {
				// set previous coordinates for next time
				pX = cX; pY = cY;
				// use self-calling timeout, guarantees intervals are spaced out properly (avoids JavaScript timer bugs)
				ob.hoverIntent_t = setTimeout( function(){compare(ev, ob);} , cfg.interval );
			}
		};

		// A private function for delaying the mouseOut function
		var delay = function(ev,ob) {
			ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t);
			ob.hoverIntent_s = 0;
			return cfg.out.apply(ob,[ev]);
		};

		// A private function for handling mouse 'hovering'
		var handleHover = function(e) {
			// next three lines copied from jQuery.hover, ignore children onMouseOver/onMouseOut
			var p = (e.type == "mouseover" ? e.fromElement : e.toElement) || e.relatedTarget;
			while ( p && p != this ) { try { p = p.parentNode; } catch(e) { p = this; } }
			if ( p == this ) { return false; }

			// copy objects to be passed into t (required for event object to be passed in IE)
			var ev = jQuery.extend({},e);
			var ob = this;

			// cancel hoverIntent timer if it exists
			if (ob.hoverIntent_t) { ob.hoverIntent_t = clearTimeout(ob.hoverIntent_t); }

			// else e.type == "onmouseover"
			if (e.type == "mouseover") {
				// set "previous" X and Y position based on initial entry point
				pX = ev.pageX; pY = ev.pageY;
				// update "current" X and Y position based on mousemove
				$(ob).bind("mousemove",track);
				// start polling interval (self-calling timeout) to compare mouse coordinates over time
				if (ob.hoverIntent_s != 1) { ob.hoverIntent_t = setTimeout( function(){compare(ev,ob);} , cfg.interval );}

			// else e.type == "onmouseout"
			} else {
				// unbind expensive mousemove event
				$(ob).unbind("mousemove",track);
				// if hoverIntent state is true, then call the mouseOut function after the specified delay
				if (ob.hoverIntent_s == 1) { ob.hoverIntent_t = setTimeout( function(){delay(ev,ob);} , cfg.timeout );}
			}
		};

		// bind the function to the two event listeners
		return this.mouseover(handleHover).mouseout(handleHover);
	};
	
})(jQuery);

//end <script type="text/javascript" src="/BVModules/Themes/CyclingCloseouts/scripts/hoverIntent.js"></script> 
	
	
	
	
	
	
	//<script type="text/javascript" src="/BVModules/Themes/CyclingCloseouts/scripts/superfish.js"></script> 
	
	
	
	
/*
 * Superfish v1.4.8 - jQuery menu widget
 * Copyright (c) 2008 Joel Birch
 *
 * Dual licensed under the MIT and GPL licenses:
 * 	http://www.opensource.org/licenses/mit-license.php
 * 	http://www.gnu.org/licenses/gpl.html
 *
 * CHANGELOG: http://users.tpg.com.au/j_birch/plugins/superfish/changelog.txt
 */

;(function($){
	$.fn.superfish = function(op){

		var sf = $.fn.superfish,
			c = sf.c,
			$arrow = $(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),
			over = function(){
				var $$ = $(this), menu = getMenu($$);
				clearTimeout(menu.sfTimer);
				$$.showSuperfishUl().siblings().hideSuperfishUl();
			},
			out = function(){
				var $$ = $(this), menu = getMenu($$), o = sf.op;
				clearTimeout(menu.sfTimer);
				menu.sfTimer=setTimeout(function(){
					o.retainPath=($.inArray($$[0],o.$path)>-1);
					$$.hideSuperfishUl();
					if (o.$path.length && $$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}
				},o.delay);	
			},
			getMenu = function($menu){
				var menu = $menu.parents(['ul.',c.menuClass,':first'].join(''))[0];
				sf.op = sf.o[menu.serial];
				return menu;
			},
			addArrow = function($a){ $a.addClass(c.anchorClass).append($arrow.clone()); };
			
		return this.each(function() {
			var s = this.serial = sf.o.length;
			var o = $.extend({},sf.defaults,op);
			o.$path = $('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){
				$(this).addClass([o.hoverClass,c.bcClass].join(' '))
					.filter('li:has(ul)').removeClass(o.pathClass);
			});
			sf.o[s] = sf.op = o;
			
			$('li:has(ul)',this)[($.fn.hoverIntent && !o.disableHI) ? 'hoverIntent' : 'hover'](over,out).each(function() {
				if (o.autoArrows) addArrow( $('>a:first-child',this) );
			})
			.not('.'+c.bcClass)
				.hideSuperfishUl();
			
			var $a = $('a',this);
			$a.each(function(i){
				var $li = $a.eq(i).parents('li');
				$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});
			});
			o.onInit.call(this);
			
		}).each(function() {
			var menuClasses = [c.menuClass];
			if (sf.op.dropShadows  && !($.browser.msie && $.browser.version < 7)) menuClasses.push(c.shadowClass);
			$(this).addClass(menuClasses.join(' '));
		});
	};

	var sf = $.fn.superfish;
	sf.o = [];
	sf.op = {};
	sf.IE7fix = function(){
		var o = sf.op;
		if ($.browser.msie && $.browser.version > 6 && o.dropShadows && o.animation.opacity!=undefined)
			this.toggleClass(sf.c.shadowClass+'-off');
		};
	sf.c = {
		bcClass     : 'sf-breadcrumb',
		menuClass   : 'sf-js-enabled',
		anchorClass : 'sf-with-ul',
		arrowClass  : 'sf-sub-indicator',
		shadowClass : 'sf-shadow'
	};
	sf.defaults = {
		hoverClass	: 'sfHover',
		pathClass	: 'overideThisToUse',
		pathLevels	: 1,
		delay		: 800,
		animation	: {opacity:'show'},
		speed		: 'normal',
		autoArrows	: true,
		dropShadows : true,
		disableHI	: false,		// true disables hoverIntent detection
		onInit		: function(){}, // callback functions
		onBeforeShow: function(){},
		onShow		: function(){},
		onHide		: function(){}
	};
	$.fn.extend({
		hideSuperfishUl : function(){
			var o = sf.op,
				not = (o.retainPath===true) ? o.$path : '';
			o.retainPath = false;
			var $ul = $(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass)
					.find('>ul').hide().css('visibility','hidden');
			o.onHide.call($ul);
			return this;
		},
		showSuperfishUl : function(){
			var o = sf.op,
				sh = sf.c.shadowClass+'-off',
				$ul = this.addClass(o.hoverClass)
					.find('>ul:hidden').css('visibility','visible');
			sf.IE7fix.call($ul);
			o.onBeforeShow.call($ul);
			$ul.animate(o.animation,o.speed,function(){ sf.IE7fix.call($ul); o.onShow.call($ul); });
			return this;
		}
	});

})(jQuery);

	
	
	
	
	//end <script type="text/javascript" src="/BVModules/Themes/CyclingCloseouts/scripts/superfish.js"></script> 
    //<script type="text/javascript"> 
        $(document).ready(function(){ 
        $("ul.sf-menu").superfish({ 
            delay:    900               // 1.2 second delay on mouseout 
        }); 
        }); 
    //</script>
    // /end Superfish -->

    //<script src="/BVModules/Themes/CyclingCloseouts/scripts/quickview/facefiles/facebox.js" type="text/javascript"></script>

	/*
 * Facebox (for jQuery)
 * version: 1.1 (03/01/2008)
 * @requires jQuery v1.2 or later
 *
 * Examples at http://famspam.com/facebox/
 *
 * Licensed under the MIT:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Copyright 2007, 2008 Chris Wanstrath [ chris@ozmm.org ]
 *
 * Usage:
 *  
 *  jQuery(document).ready(function() {
 *    jQuery('a[rel*=facebox]').facebox() 
 *  })
 *
 *  <a href="#terms" rel="facebox">Terms</a>
 *    Loads the #terms div in the box
 *
 *  <a href="terms.html" rel="facebox">Terms</a>
 *    Loads the terms.html page in the box
 *
 *  <a href="terms.png" rel="facebox">Terms</a>
 *    Loads the terms.png image in the box
 *
 *
 *  You can also use it programmatically:
 * 
 *    jQuery.facebox('some html')
 *
 *  This will open a facebox with "some html" as the content.
 *    
 *    jQuery.facebox(function() { ajaxes })
 *
 *  This will show a loading screen before the passed function is called,
 *  allowing for a better ajax experience.
 *
 */
(function($) {
  $.facebox = function(data, klass) {
    $.facebox.init()
    $.facebox.loading()
    $.isFunction(data) ? data.call($) : $.facebox.reveal(data, klass)
  }

  $.facebox.settings = {
    loading_image : '/BVModules/Themes/CyclingCloseouts/scripts/quickview/facefiles/loading.gif',
    close_image   : '/BVModules/Themes/CyclingCloseouts/scripts/quickview/facefiles/closelabel.gif',
    image_types   : [ 'png', 'jpg', 'jpeg', 'gif' ],
    facebox_html  : '\
  <div id="facebox" style="display:none;"> \
    <div class="popup"> \
      <table> \
        <tbody> \
          <tr> \
            <td class="tl"/><td class="b"/><td class="tr"/> \
          </tr> \
          <tr> \
            <td class="b"/> \
            <td class="body"> \
              <div class="content"> \
              </div> \
              <div class="footer"> \
                <a href="#" class="close"> \
                  <img src="'+this.close_image+'" title="close" class="close_image" /> \
                </a> \
              </div> \
            </td> \
            <td class="b"/> \
          </tr> \
          <tr> \
            <td class="bl"/><td class="b"/><td class="br"/> \
          </tr> \
        </tbody> \
      </table> \
    </div> \
  </div>'
  }

  $.facebox.loading = function() {
    if ($('#facebox .loading').length == 1) return true

    $('#facebox .content').empty()
    $('#facebox .body').children().hide().end().
      append('<div class="loading"><img src="'+$.facebox.settings.loading_image+'"/></div>')

    var pageScroll = $.facebox.getPageScroll()
    $('#facebox').css({
      top:	pageScroll[1] + ($.facebox.getPageHeight() / 10),
      left:	pageScroll[0]
    }).show()

    $(document).bind('keydown.facebox', function(e) {
      if (e.keyCode == 27) $.facebox.close()
    })
  }

  $.facebox.reveal = function(data, klass) {
    if (klass) $('#facebox .content').addClass(klass)
    $('#facebox .content').append(data)
    $('#facebox .loading').remove()
    $('#facebox .body').children().fadeIn('normal')
  }

  $.facebox.close = function() {
    $(document).trigger('close.facebox')
    return false
  }

  $(document).bind('close.facebox', function() {
    $(document).unbind('keydown.facebox')
    $('#facebox').fadeOut(function() {
      $('#facebox .content').removeClass().addClass('content')
    })
  })

  $.fn.facebox = function(settings) {
    $.facebox.init(settings)

    var image_types = $.facebox.settings.image_types.join('|')
    image_types = new RegExp('\.' + image_types + '$', 'i')

    function click_handler() {
      $.facebox.loading(true)

      // support for rel="facebox[.inline_popup]" syntax, to add a class
      var klass = this.rel.match(/facebox\[\.(\w+)\]/)
      if (klass) klass = klass[1]

      // div
      if (this.href.match(/#/)) {
        var url    = window.location.href.split('#')[0]
        var target = this.href.replace(url,'')
        $.facebox.reveal($(target).clone().show(), klass)

      // image
      } else if (this.href.match(image_types)) {
        var image = new Image()
        image.onload = function() {
          $.facebox.reveal('<div class="image"><img src="' + image.src + '" /></div>', klass)
        }
        image.src = this.href

      // ajax
      } else {
        $.get(this.href, function(data) { $.facebox.reveal(data, klass) })
      }

      return false
    }

    this.click(click_handler)
    return this
  }

  $.facebox.init = function(settings) {
    if ($.facebox.settings.inited) {
      return true
    } else {
      $.facebox.settings.inited = true
    }

    if (settings) $.extend($.facebox.settings, settings)
    $('body').append($.facebox.settings.facebox_html)

    var preload = [ new Image(), new Image() ]
    preload[0].src = $.facebox.settings.close_image
    preload[1].src = $.facebox.settings.loading_image

    $('#facebox').find('.b:first, .bl, .br, .tl, .tr').each(function() {
      preload.push(new Image())
      preload.slice(-1).src = $(this).css('background-image').replace(/url\((.+)\)/, '$1')
    })

    $('#facebox .close').click($.facebox.close)
    $('#facebox .close_image').attr('src', $.facebox.settings.close_image)
  }

  // getPageScroll() by quirksmode.com
  $.facebox.getPageScroll = function() {
    var xScroll, yScroll;
    if (self.pageYOffset) {
      yScroll = self.pageYOffset;
      xScroll = self.pageXOffset;
    } else if (document.documentElement && document.documentElement.scrollTop) {	 // Explorer 6 Strict
      yScroll = document.documentElement.scrollTop;
      xScroll = document.documentElement.scrollLeft;
    } else if (document.body) {// all other Explorers
      yScroll = document.body.scrollTop;
      xScroll = document.body.scrollLeft;	
    }
    return new Array(xScroll,yScroll) 
  }

  // adapter from getPageSize() by quirksmode.com
  $.facebox.getPageHeight = function() {
    var windowHeight
    if (self.innerHeight) {	// all except Explorer
      windowHeight = self.innerHeight;
    } else if (document.documentElement && document.documentElement.clientHeight) { // Explorer 6 Strict Mode
      windowHeight = document.documentElement.clientHeight;
    } else if (document.body) { // other Explorers
      windowHeight = document.body.clientHeight;
    }	
    return windowHeight
  }
})(jQuery);

	
	//end <script src="/BVModules/Themes/CyclingCloseouts/scripts/quickview/facefiles/facebox.js" type="text/javascript"></script>
    //<script type="text/javascript">
        jQuery(document).ready(function($) {
        $('a[rel*=facebox]').facebox() 
        })
    //</script>
    //<script src="/BVModules/Themes/CyclingCloseouts/scripts/quickview/js/rollover.js" type="text/javascript"></script>
    

$(function () {
  $('.bubbleInfo').each(function () {
    // options
    var distance = 0;
    var time = 20;
    var hideDelay = 100;

    var hideDelayTimer = null;

    // tracker
    var beingShown = false;
    var shown = false;
    
    var trigger = $('.trigger', this);
    var popup = $('.popup', this).css('opacity', 0);
	

    // set the mouseover and mouseout on both element
    $([trigger.get(0), popup.get(0)]).mouseover(function () {
      // stops the hide event if we move from the trigger to the popup element
      if (hideDelayTimer) clearTimeout(hideDelayTimer);

      // don't trigger the animation again if we're being shown, or already visible
      if (beingShown || shown) {
        return;
      } else {
        beingShown = true;

        // reset position of popup box
        popup.css({
          top: 10,
          left: 30,
          display: 'block' // brings the popup back in to view
        })

        // (we're using chaining on the popup) now animate it's opacity and position
        .animate({
          top: '-=' + distance + 'px',
          opacity: 1
        }, time, 'swing', function() {
          // once the animation is complete, set the tracker variables
          beingShown = false;
          shown = true;
        });
      }
    }).mouseout(function () {
      // reset the timer if we get fired again - avoids double animations
      if (hideDelayTimer) clearTimeout(hideDelayTimer);
      
      // store the timer so that it can be cleared in the mouseover if required
      hideDelayTimer = setTimeout(function () {
        hideDelayTimer = null;
        popup.animate({
          top: '-=' + distance + 'px',
          opacity: 0
        }, time, 'swing', function () {
          // once the animate is complete, set the tracker variables
          shown = false;
          // hide the popup entirely after the effect (opacity alone doesn't do the job)
          popup.css('display', 'none');
        });
      }, hideDelay);
    });
  });
});
	//end <script src="/BVModules/Themes/CyclingCloseouts/scripts/quickview/js/rollover.js" type="text/javascript"></script>
	
	//  Taming Select -->
    //<script type="text/javascript" src="/BVModules/Themes/CyclingCloseouts/scripts/tamingselect.js"></script>
	
	
	function toggle() {
	var ele = document.getElementById("toggleText");
	var text = document.getElementById("displayText");
	if(ele.style.display == "block") {
    		ele.style.display = "none";
		text.innerHTML = "Shop by Brand";
  	}
	else {
		ele.style.display = "block";
		text.innerHTML = "Shop by Brand";
	}
} 

function toggle2() {
	var ele = document.getElementById("toggleText2");
	var text = document.getElementById("displayText2");
	if(ele.style.display == "block") {
    		ele.style.display = "none";
		text.innerHTML = "Price";
  	}
	else {
		ele.style.display = "block";
		text.innerHTML = "Price";
	}
} 

function toggle3() {
	var ele = document.getElementById("toggleText3");
	var text = document.getElementById("displayText3");
	if(ele.style.display == "block") {
    		ele.style.display = "none";
		text.innerHTML = "Brand";
  	}
	else {
		ele.style.display = "block";
		text.innerHTML = "Brand";
	}
} 

 //end <script type="text/javascript" src="/BVModules/Themes/CyclingCloseouts/scripts/tamingselect.js"></script>
