/*
 * jquery.tools 1.1.2 - The missing UI library for the Web
 * 
 * [tools.tabs-1.0.4, tools.tabs.slideshow-1.0.2]
 * 
 * Copyright (c) 2009 Tero Piirainen
 * http://flowplayer.org/tools/
 *
 * Dual licensed under MIT and GPL 2+ licenses
 * http://www.opensource.org/licenses
 * 
 * -----
 * 
 * File generated: Wed Oct 07 15:48:09 GMT+00:00 2009
 */
(function(d){d.tools=d.tools||{};d.tools.tabs={version:"1.0.4",conf:{tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",initialIndex:0,event:"click",api:false,rotate:false},addEffect:function(e,f){c[e]=f}};var c={"default":function(f,e){this.getPanes().hide().eq(f).show();e.call()},fade:function(g,e){var f=this.getConf(),j=f.fadeOutSpeed,h=this.getPanes();if(j){h.fadeOut(j)}else{h.hide()}h.eq(g).fadeIn(f.fadeInSpeed,e)},slide:function(f,e){this.getPanes().slideUp(200);this.getPanes().eq(f).slideDown(400,e)},ajax:function(f,e){this.getPanes().eq(0).load(this.getTabs().eq(f).attr("href"),e)}};var b;d.tools.tabs.addEffect("horizontal",function(f,e){if(!b){b=this.getPanes().eq(0).width()}this.getCurrentPane().animate({width:0},function(){d(this).hide()});this.getPanes().eq(f).animate({width:b},function(){d(this).show();e.call()})});function a(g,h,f){var e=this,j=d(this),i;d.each(f,function(k,l){if(d.isFunction(l)){j.bind(k,l)}});d.extend(this,{click:function(k,n){var o=e.getCurrentPane();var l=g.eq(k);if(typeof k=="string"&&k.replace("#","")){l=g.filter("[href*="+k.replace("#","")+"]");k=Math.max(g.index(l),0)}if(f.rotate){var m=g.length-1;if(k<0){return e.click(m,n)}if(k>m){return e.click(0,n)}}if(!l.length){if(i>=0){return e}k=f.initialIndex;l=g.eq(k)}if(k===i){return e}n=n||d.Event();n.type="onBeforeClick";j.trigger(n,[k]);if(n.isDefaultPrevented()){return}c[f.effect].call(e,k,function(){n.type="onClick";j.trigger(n,[k])});n.type="onStart";j.trigger(n,[k]);if(n.isDefaultPrevented()){return}i=k;g.removeClass(f.current);l.addClass(f.current);return e},getConf:function(){return f},getTabs:function(){return g},getPanes:function(){return h},getCurrentPane:function(){return h.eq(i)},getCurrentTab:function(){return g.eq(i)},getIndex:function(){return i},next:function(){return e.click(i+1)},prev:function(){return e.click(i-1)},bind:function(k,l){j.bind(k,l);return e},onBeforeClick:function(k){return this.bind("onBeforeClick",k)},onClick:function(k){return this.bind("onClick",k)},unbind:function(k){j.unbind(k);return e}});g.each(function(k){d(this).bind(f.event,function(l){e.click(k,l);return false})});if(location.hash){e.click(location.hash)}else{if(f.initialIndex===0||f.initialIndex>0){e.click(f.initialIndex)}}h.find("a[href^=#]").click(function(k){e.click(d(this).attr("href"),k)})}d.fn.tabs=function(i,f){var g=this.eq(typeof f=="number"?f:0).data("tabs");if(g){return g}if(d.isFunction(f)){f={onBeforeClick:f}}var h=d.extend({},d.tools.tabs.conf),e=this.length;f=d.extend(h,f);this.each(function(l){var j=d(this);var k=j.find(f.tabs);if(!k.length){k=j.children()}var m=i.jquery?i:j.children(i);if(!m.length){m=e==1?d(i):j.parent().find(i)}g=new a(k,m,f);j.data("tabs",g)});return f.api?g:this}})(jQuery);
(function(b){var a=b.tools.tabs;a.plugins=a.plugins||{};a.plugins.slideshow={version:"1.0.2",conf:{next:".forward",prev:".backward",disabledClass:"disabled",autoplay:false,autopause:true,interval:3000,clickable:true,api:false}};b.prototype.slideshow=function(e){var f=b.extend({},a.plugins.slideshow.conf),c=this.length,d;e=b.extend(f,e);this.each(function(){var p=b(this),m=p.tabs(),i=b(m),o=m;b.each(e,function(t,u){if(b.isFunction(u)){m.bind(t,u)}});function n(t){return c==1?b(t):p.parent().find(t)}var s=n(e.next).click(function(){m.next()});var q=n(e.prev).click(function(){m.prev()});var h,j,l,g=false;b.extend(m,{play:function(){if(h){return}var t=b.Event("onBeforePlay");i.trigger(t);if(t.isDefaultPrevented()){return m}g=false;h=setInterval(m.next,e.interval);i.trigger("onPlay");m.next()},pause:function(){if(!h){return m}var t=b.Event("onBeforePause");i.trigger(t);if(t.isDefaultPrevented()){return m}h=clearInterval(h);l=clearInterval(l);i.trigger("onPause")},stop:function(){m.pause();g=true},onBeforePlay:function(t){return m.bind("onBeforePlay",t)},onPlay:function(t){return m.bind("onPlay",t)},onBeforePause:function(t){return m.bind("onBeforePause",t)},onPause:function(t){return m.bind("onPause",t)}});if(e.autopause){var k=m.getTabs().add(s).add(q).add(m.getPanes());k.hover(function(){m.pause();j=clearInterval(j)},function(){if(!g){j=setTimeout(m.play,e.interval)}})}if(e.autoplay){l=setTimeout(m.play,e.interval)}else{m.stop()}if(e.clickable){m.getPanes().click(function(){m.next()})}if(!m.getConf().rotate){var r=e.disabledClass;if(!m.getIndex()){q.addClass(r)}m.onBeforeClick(function(u,t){if(!t){q.addClass(r)}else{q.removeClass(r);if(t==m.getTabs().length-1){s.addClass(r)}else{s.removeClass(r)}}})}});return e.api?d:this}})(jQuery);

/*!
 * jQuery corner plugin: simple corner rounding
 * Examples and documentation at: http://jquery.malsup.com/corner/
 * version 2.02 (12-NOV-2009)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */

/**
 *  corner() takes a single string argument:  $('#myDiv').corner("effect corners width")
 *
 *  effect:  name of the effect to apply, such as round, bevel, notch, bite, etc (default is round). 
 *  corners: one or more of: top, bottom, tr, tl, br, or bl. 
 *           by default, all four corners are adorned. 
 *  width:   width of the effect; in the case of rounded corners this is the radius. 
 *           specify this value using the px suffix such as 10px (and yes, it must be pixels).
 *
 * @author Dave Methvin (http://methvin.com/jquery/jq-corner.html)
 * @author Mike Alsup   (http://jquery.malsup.com/corner/)
 */
;(function($) { 

var ua = navigator.userAgent;
var moz = $.browser.mozilla && /gecko/i.test(ua);
var webkit = $.browser.safari && /Safari\/[5-9]/.test(ua);

var expr = $.browser.msie && (function() {
    var div = document.createElement('div');
    try { div.style.setExpression('width','0+0'); }
    catch(e) { return false; }
    return true;
})();
    
function sz(el, p) { 
    return parseInt($.css(el,p))||0; 
};
function hex2(s) {
    var s = parseInt(s).toString(16);
    return ( s.length < 2 ) ? '0'+s : s;
};
function gpc(node) {
    for ( ; node && node.nodeName.toLowerCase() != 'html'; node = node.parentNode ) {
        var v = $.css(node,'backgroundColor');
        if (v == 'rgba(0, 0, 0, 0)')
            continue; // webkit
        if (v.indexOf('rgb') >= 0) { 
            var rgb = v.match(/\d+/g); 
            return '#'+ hex2(rgb[0]) + hex2(rgb[1]) + hex2(rgb[2]);
        }
        if ( v && v != 'transparent' )
            return v;
    }
    return '#ffffff';
};

function getWidth(fx, i, width) {
    switch(fx) {
    case 'round':  return Math.round(width*(1-Math.cos(Math.asin(i/width))));
    case 'cool':   return Math.round(width*(1+Math.cos(Math.asin(i/width))));
    case 'sharp':  return Math.round(width*(1-Math.cos(Math.acos(i/width))));
    case 'bite':   return Math.round(width*(Math.cos(Math.asin((width-i-1)/width))));
    case 'slide':  return Math.round(width*(Math.atan2(i,width/i)));
    case 'jut':    return Math.round(width*(Math.atan2(width,(width-i-1))));
    case 'curl':   return Math.round(width*(Math.atan(i)));
    case 'tear':   return Math.round(width*(Math.cos(i)));
    case 'wicked': return Math.round(width*(Math.tan(i)));
    case 'long':   return Math.round(width*(Math.sqrt(i)));
    case 'sculpt': return Math.round(width*(Math.log((width-i-1),width)));
    case 'dog':    return (i&1) ? (i+1) : width;
    case 'dog2':   return (i&2) ? (i+1) : width;
    case 'dog3':   return (i&3) ? (i+1) : width;
    case 'fray':   return (i%2)*width;
    case 'notch':  return width; 
    case 'bevel':  return i+1;
    }
};

$.fn.corner = function(options) {
    // in 1.3+ we can fix mistakes with the ready state
	if (this.length == 0) {
        if (!$.isReady && this.selector) {
            var s = this.selector, c = this.context;
            $(function() {
                $(s,c).corner(options);
            });
        }
        return this;
	}

    return this.each(function(index){
		var $this = $(this);
		var o = [ options || '', $this.attr($.fn.corner.defaults.metaAttr) || ''].join(' ').toLowerCase();
		//var o = (options || $this.attr($.fn.corner.defaults.metaAttr) || '').toLowerCase();
		var keep = /keep/.test(o);                       // keep borders?
		var cc = ((o.match(/cc:(#[0-9a-f]+)/)||[])[1]);  // corner color
		var sc = ((o.match(/sc:(#[0-9a-f]+)/)||[])[1]);  // strip color
		var width = parseInt((o.match(/(\d+)px/)||[])[1]) || 10; // corner width
		var re = /round|bevel|notch|bite|cool|sharp|slide|jut|curl|tear|fray|wicked|sculpt|long|dog3|dog2|dog/;
		var fx = ((o.match(re)||['round'])[0]);
		var edges = { T:0, B:1 };
		var opts = {
			TL:  /top|tl|left/.test(o),       TR:  /top|tr|right/.test(o),
			BL:  /bottom|bl|left/.test(o),    BR:  /bottom|br|right/.test(o)
		};
		if ( !opts.TL && !opts.TR && !opts.BL && !opts.BR )
			opts = { TL:1, TR:1, BL:1, BR:1 };
			
		// support native rounding
		if ($.fn.corner.defaults.useNative && fx == 'round' && (moz || webkit) && !cc && !sc) {
			if (opts.TL)
				$this.css(moz ? '-moz-border-radius-topleft' : '-webkit-border-top-left-radius', width + 'px');
			if (opts.TR)
				$this.css(moz ? '-moz-border-radius-topright' : '-webkit-border-top-right-radius', width + 'px');
			if (opts.BL)
				$this.css(moz ? '-moz-border-radius-bottomleft' : '-webkit-border-bottom-left-radius', width + 'px');
			if (opts.BR)
				$this.css(moz ? '-moz-border-radius-bottomright' : '-webkit-border-bottom-right-radius', width + 'px');
			return;
		}
			
		var strip = document.createElement('div');
		strip.style.overflow = 'hidden';
		strip.style.height = '1px';
		strip.style.backgroundColor = sc || 'transparent';
		strip.style.borderStyle = 'solid';
	
        var pad = {
            T: parseInt($.css(this,'paddingTop'))||0,     R: parseInt($.css(this,'paddingRight'))||0,
            B: parseInt($.css(this,'paddingBottom'))||0,  L: parseInt($.css(this,'paddingLeft'))||0
        };

        if (typeof this.style.zoom != undefined) this.style.zoom = 1; // force 'hasLayout' in IE
        if (!keep) this.style.border = 'none';
        strip.style.borderColor = cc || gpc(this.parentNode);
        var cssHeight = $.curCSS(this, 'height');

        for (var j in edges) {
            var bot = edges[j];
            // only add stips if needed
            if ((bot && (opts.BL || opts.BR)) || (!bot && (opts.TL || opts.TR))) {
                strip.style.borderStyle = 'none '+(opts[j+'R']?'solid':'none')+' none '+(opts[j+'L']?'solid':'none');
                var d = document.createElement('div');
                $(d).addClass('jquery-corner');
                var ds = d.style;

                bot ? this.appendChild(d) : this.insertBefore(d, this.firstChild);

                if (bot && cssHeight != 'auto') {
                    if ($.css(this,'position') == 'static')
                        this.style.position = 'relative';
                    ds.position = 'absolute';
                    ds.bottom = ds.left = ds.padding = ds.margin = '0';
                    if (expr)
                        ds.setExpression('width', 'this.parentNode.offsetWidth');
                    else
                        ds.width = '100%';
                }
                else if (!bot && $.browser.msie) {
                    if ($.css(this,'position') == 'static')
                        this.style.position = 'relative';
                    ds.position = 'absolute';
                    ds.top = ds.left = ds.right = ds.padding = ds.margin = '0';
                    
                    // fix ie6 problem when blocked element has a border width
                    if (expr) {
                        var bw = sz(this,'borderLeftWidth') + sz(this,'borderRightWidth');
                        ds.setExpression('width', 'this.parentNode.offsetWidth - '+bw+'+ "px"');
                    }
                    else
                        ds.width = '100%';
                }
                else {
                	ds.position = 'relative';
                    ds.margin = !bot ? '-'+pad.T+'px -'+pad.R+'px '+(pad.T-width)+'px -'+pad.L+'px' : 
                                        (pad.B-width)+'px -'+pad.R+'px -'+pad.B+'px -'+pad.L+'px';                
                }

                for (var i=0; i < width; i++) {
                    var w = Math.max(0,getWidth(fx,i, width));
                    var e = strip.cloneNode(false);
                    e.style.borderWidth = '0 '+(opts[j+'R']?w:0)+'px 0 '+(opts[j+'L']?w:0)+'px';
                    bot ? d.appendChild(e) : d.insertBefore(e, d.firstChild);
                }
            }
        }
    });
};

$.fn.uncorner = function() { 
	if (moz || webkit)
		this.css(moz ? '-moz-border-radius' : '-webkit-border-radius', 0);
	$('div.jquery-corner', this).remove();
	return this;
};

// expose options
$.fn.corner.defaults = {
	useNative: true, // true if plugin should attempt to use native browser support for border radius rounding
	metaAttr:  'data-corner' // name of meta attribute to use for options
};
    
})(jQuery);

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * (c) Copyright 1995-1997 International Typeface Corporation  All rights
 * reserved.
 */
Cufon.registerFont({"w":183,"face":{"font-family":"Conduit ITC","font-weight":200,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-8.25 -264 248 85.0758","underline-thickness":"16.92","underline-position":"-40.32","stemh":"21","stemv":"24","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":62},"!":{"d":"65,-223v-2,54,7,119,-13,156v-17,-37,-11,-99,-12,-156v2,-5,21,-5,25,0xm71,-12v0,10,-8,17,-18,17v-10,0,-18,-7,-18,-17v0,-10,9,-18,18,-18v10,0,18,8,18,18","w":93},"\"":{"d":"87,-225r-7,55v0,4,-5,3,-9,3v-9,-14,-6,-39,-11,-58v3,-5,23,-5,27,0xm42,-225r-7,55v0,4,-12,5,-13,0v0,-19,-10,-44,-4,-58v8,1,21,-3,24,3","w":101},"#":{"d":"184,-159v7,2,-2,11,-1,17v-4,9,-24,-3,-30,6r-12,45v6,8,39,-6,25,20v-5,9,-25,-1,-33,6v-8,21,-10,47,-21,65v-6,-1,-18,3,-16,-5r17,-59v-9,-6,-39,-4,-51,-1r-18,62v-1,5,-22,6,-20,-2r17,-59v-1,-9,-23,4,-25,-7v3,-5,2,-16,8,-17v8,-1,21,3,25,-3v5,-14,7,-31,13,-44v-4,-10,-41,5,-25,-21v4,-9,26,3,32,-6v8,-21,9,-49,22,-65v6,0,19,-2,15,5r-17,60v10,6,41,4,52,0v8,-21,10,-47,21,-65v6,1,18,-3,16,5r-17,60v2,6,16,2,23,3xm117,-88v11,-10,10,-32,16,-47v-8,-8,-40,-6,-51,-1r-13,45v9,8,33,1,48,3","w":202,"k":{"9":5,"7":15}},"$":{"d":"44,-39v14,8,27,32,41,18r0,-82v-1,-5,-9,-7,-22,-13v-43,-19,-43,-90,-3,-107v21,-8,27,-2,25,-23v0,-6,9,-2,14,-3v9,9,-6,23,23,23v18,6,38,22,29,30r-17,8v-4,0,-15,-20,-29,-20v-8,19,0,54,-3,79v0,5,8,7,23,14v45,21,48,92,4,111v-23,10,-29,1,-27,23v1,6,-9,2,-13,3v-7,1,-3,-10,-4,-15v0,-6,-8,-3,-23,-6v-19,-5,-40,-21,-33,-32xm54,-171v0,17,22,35,29,35v4,-18,3,-53,0,-72v-14,0,-29,17,-29,37xm136,-55v0,-19,-26,-48,-34,-36r0,69v0,3,0,3,3,3v15,0,31,-17,31,-36","k":{"9":14,"8":9,"6":9,"5":14,"4":3,"3":11,"0":9}},"%":{"d":"80,-196v1,34,3,66,-32,66v-35,0,-35,-31,-33,-66v0,-18,13,-31,33,-31v20,0,32,13,32,31xm144,-224r-95,222v-1,4,-20,3,-15,-3r94,-220v1,-3,16,-4,16,1xm161,-67v1,34,3,67,-32,67v-35,0,-35,-32,-33,-67v0,-18,13,-30,33,-30v20,0,32,12,32,30xm48,-146v21,0,12,-31,14,-50v0,-7,-6,-15,-14,-15v-21,1,-14,30,-15,51v0,8,7,14,15,14xm129,-16v20,-1,13,-31,14,-51v0,-7,-6,-14,-14,-14v-21,0,-14,30,-15,50v0,8,7,15,15,15","w":176},"&":{"d":"169,-63v0,32,34,32,48,46v-1,7,3,18,-3,20v-23,3,-45,-23,-58,-30v-12,14,-36,34,-70,31v-42,-4,-65,-27,-62,-71v-5,-19,26,-42,31,-46v-8,-12,-31,-31,-31,-57v0,-36,24,-60,62,-60v40,0,64,26,62,69v6,22,-33,43,-41,49r41,37v10,-22,36,-62,69,-47v-1,8,5,23,-9,20v-22,0,-39,17,-39,39xm82,-124v56,2,58,-87,4,-87v-22,0,-39,17,-39,39v0,18,11,33,35,48xm138,-44v4,-9,-59,-63,-67,-59v-42,18,-29,88,26,88v16,0,31,-10,41,-29","w":225,"k":{"T":20}},"'":{"d":"42,-225r-7,55v0,4,-12,5,-13,0v0,-19,-10,-44,-4,-58v8,1,21,-3,24,3","w":56},"(":{"d":"59,8v0,23,17,30,34,41v-1,6,3,18,-4,18v-26,-1,-54,-29,-54,-63r0,-206v-2,-34,28,-60,54,-62v7,0,3,12,4,18v-15,12,-34,17,-34,41r0,213","w":127},")":{"d":"39,-264v25,1,54,28,54,62r0,206v2,34,-28,62,-54,63v-7,0,-3,-12,-4,-18v14,-10,34,-18,34,-41r0,-213v-1,-19,-12,-31,-31,-37v-5,-1,-6,-21,1,-22","w":127},"*":{"d":"125,-171v5,6,-4,20,-11,18v-12,-8,-23,-17,-36,-24v-10,9,10,40,-2,49v-6,-1,-17,4,-17,-4v0,-15,8,-35,2,-45v-18,7,-40,40,-49,9v10,-10,32,-11,42,-22v-13,-13,-59,-17,-31,-39v13,8,23,19,37,26v10,-9,-7,-38,2,-48v6,1,18,-3,18,4v0,14,-8,34,-2,44v17,-6,41,-43,49,-10v-10,12,-33,11,-43,23v10,10,28,12,41,19","w":138,"k":{"A":14}},"+":{"d":"168,-90v-1,5,3,13,-4,13r-60,0v-3,0,-4,1,-4,4r0,60v1,7,-8,3,-13,4v-3,0,-3,-1,-3,-4r0,-60v0,-2,-1,-4,-4,-4r-60,0v-7,1,-3,-8,-4,-13v0,-3,1,-4,4,-4r60,0v3,0,4,0,4,-3r0,-60v-1,-7,8,-3,13,-4v3,0,3,1,3,4r0,60v0,3,1,3,4,3v21,2,50,-5,64,4"},",":{"d":"24,49v-19,-14,20,-34,5,-53v-14,4,-8,-14,-9,-25v3,-9,22,-2,32,-4v13,24,-10,88,-28,82","w":75,"k":{"7":13,"4":7,"1":17}},"-":{"d":"73,-92v5,3,5,24,0,25r-51,0v-7,0,-7,-23,0,-25r51,0","w":93,"k":{"v":8,"s":4,"Y":27,"X":12,"W":10,"V":15,"T":22,"S":15,"A":4,"9":14,"8":4,"6":3,"5":17,"3":23,"1":37}},".":{"d":"55,-12v0,10,-8,17,-18,17v-9,0,-17,-7,-17,-17v0,-10,8,-18,17,-18v10,0,18,8,18,18","w":75,"k":{"7":14,"4":10,"1":17}},"\/":{"d":"112,-224r-95,222v-2,4,-21,4,-18,-3r94,-220v2,-3,18,-4,19,1","w":109,"k":{"O":3,"J":30,"C":3,"A":20}},"0":{"d":"161,-55v0,39,-29,59,-75,59v-38,0,-62,-24,-62,-59v0,-80,-24,-175,74,-175v38,0,63,24,63,59r0,116xm86,-17v78,0,50,-93,50,-154v0,-25,-20,-41,-50,-39v-61,4,-38,97,-38,155v0,22,17,38,38,38","k":{"9":9,"7":18,"5":5,"4":3,"3":12,"2":12,"1":24}},"1":{"d":"152,-21v7,2,6,21,0,21r-107,0v-5,-1,-5,-18,0,-21v13,-2,34,4,42,-3r0,-152v0,-5,-3,-5,-6,-3v-11,12,-30,37,-39,11v18,-20,38,-40,58,-58v4,1,11,-2,11,3r0,199v7,8,29,1,41,3","k":{"9":26,"8":21,"7":38,"6":27,"5":28,"4":33,"3":33,"2":35,"1":21,"0":24,".":9,"-":39,",":9}},"2":{"d":"95,-210v-36,-9,-44,38,-69,11v11,-47,132,-43,132,28v0,76,-115,66,-104,147v0,3,1,3,4,3r93,0v6,0,7,19,0,21r-118,0v-12,-48,2,-91,50,-117v32,-17,51,-30,51,-54v0,-22,-18,-39,-39,-39","k":{"9":16,"8":10,"7":20,"6":10,"5":17,"4":22,"3":24,"1":44,"0":10,"-":28}},"3":{"d":"92,-210v-28,0,-33,12,-50,22v-5,-4,-14,-5,-17,-11v14,-48,146,-42,130,37v2,21,-16,33,-34,46v61,23,39,120,-40,120v-43,0,-77,-34,-37,-43v14,12,21,24,48,22v25,-2,40,-21,38,-51v-2,-30,-27,-44,-63,-39v-8,1,-3,-11,-4,-16v2,-9,20,-2,29,-4v24,0,38,-18,38,-44v0,-21,-16,-39,-38,-39","k":{"9":12,"8":7,"7":21,"6":6,"5":18,"4":10,"3":15,"2":15,"1":22,"-":7}},"4":{"d":"168,-75v7,1,6,22,0,21r-27,0v-3,0,-3,0,-3,3r0,47v-1,8,-14,3,-21,4v-11,-10,5,-44,-7,-54r-94,0v-7,-2,-1,-17,-3,-24r97,-147v7,-1,24,-4,28,2r0,145v3,8,21,1,30,3xm114,-78r0,-107v0,-6,-5,-4,-7,-2r-71,109v17,8,51,0,74,3v3,0,4,0,4,-3","k":{"9":12,"8":3,"7":17,"5":18,"4":-3,"3":14,"1":29,"0":3,".":9,",":6}},"5":{"d":"48,-39v17,8,21,25,50,22v25,-3,38,-21,38,-51v0,-43,-49,-41,-93,-39v-3,0,-4,0,-4,-3r0,-113v0,-3,1,-3,4,-3r110,0v8,-1,3,11,4,16v0,3,-1,4,-4,4r-86,0v-3,0,-4,1,-4,4r0,71v4,9,24,2,35,4v42,0,64,25,63,69v-1,42,-28,64,-74,62v-42,-2,-76,-32,-39,-43","k":{"9":15,"8":9,"7":23,"5":15,"4":14,"3":12,"2":12,"1":24,"0":6,"-":3}},"6":{"d":"48,-111v13,11,24,-29,53,-18v39,1,62,29,59,74v-2,38,-29,59,-74,59v-38,0,-62,-23,-62,-59v0,-80,-24,-182,73,-175v42,3,76,32,37,42v-13,-11,-21,-22,-48,-22v-45,0,-39,54,-38,99xm86,-17v36,0,53,-18,50,-54v-2,-24,-21,-40,-50,-38v-28,2,-38,22,-38,54v0,21,17,38,38,38","k":{"9":15,"8":9,"7":28,"6":9,"5":21,"4":14,"3":23,"2":20,"1":41,"0":6,"-":3}},"7":{"d":"41,-55v-9,-69,106,-74,93,-147v0,-3,0,-4,-3,-4r-94,0v-7,0,-3,-11,-4,-17v0,-3,1,-3,4,-3r118,0v3,0,4,0,4,3r0,35v11,64,-91,79,-94,133r0,51v0,8,-14,2,-21,4v-3,0,-3,-1,-3,-4r0,-51","k":{";":24,":":24,"9":19,"8":22,"7":15,"6":15,"5":26,"4":33,"3":21,"2":28,"1":44,"0":13,".":57,"-":32,",":56,"%":5}},"8":{"d":"126,-114v64,25,37,133,-40,118v-68,7,-86,-97,-27,-118r0,-2v-64,-23,-37,-128,39,-114v65,-6,89,92,28,114r0,2xm86,-125v33,0,52,-15,50,-46v-1,-25,-20,-41,-50,-39v-24,2,-38,19,-38,46v0,22,16,39,38,39xm86,-17v35,0,52,-16,50,-50v-2,-25,-20,-40,-50,-38v-26,2,-38,20,-38,50v0,22,17,38,38,38","k":{"9":9,"8":9,"7":18,"6":4,"5":15,"4":10,"3":17,"2":12,"1":24,".":10,"-":4,",":9}},"9":{"d":"136,-103v-13,-11,-24,30,-53,19v-44,-1,-62,-36,-59,-87v3,-40,28,-59,73,-59v38,0,63,24,63,59r0,116v0,39,-29,59,-74,59v-43,0,-76,-34,-36,-43v13,11,20,22,47,22v40,0,42,-43,39,-86xm86,-105v42,0,53,-25,50,-66v-2,-24,-20,-41,-50,-39v-32,2,-38,30,-38,67v0,21,17,38,38,38","k":{"7":18,"6":-4,"5":6,"4":6,"3":10,"2":9,"1":19,"0":7,"%":4}},":":{"d":"55,-113v0,10,-8,18,-18,18v-9,0,-17,-8,-17,-18v0,-10,8,-18,17,-18v10,0,18,8,18,18xm55,-12v0,10,-8,17,-18,17v-9,0,-17,-7,-17,-17v0,-10,8,-18,17,-18v10,0,18,8,18,18","w":75},";":{"d":"55,-113v0,10,-8,18,-18,18v-9,0,-17,-8,-17,-18v0,-10,8,-18,17,-18v10,0,18,8,18,18xm24,49v-19,-14,20,-34,5,-53v-14,4,-8,-14,-9,-25v3,-9,22,-2,32,-4v13,24,-10,88,-28,82","w":75,"k":{"j":8}},"<":{"d":"139,-163v5,-3,12,10,8,14r-104,59v-2,2,-3,5,0,7v35,22,74,39,106,63v-3,4,-5,14,-11,11r-112,-64v-3,-5,-4,-20,0,-25"},"=":{"d":"164,-127v7,1,6,18,0,16r-144,0v-7,1,-3,-7,-4,-12v0,-3,1,-4,4,-4r144,0xm164,-60v6,1,6,18,0,17r-144,0v-6,1,-3,-8,-4,-13v0,-3,1,-4,4,-4r144,0"},">":{"d":"158,-98v3,5,3,20,0,24r-114,66v-4,-3,-12,-10,-7,-15v35,-22,74,-39,106,-63v0,-1,-1,-3,-2,-4v-35,-21,-74,-38,-106,-62v3,-4,5,-14,11,-11"},"?":{"d":"96,-210v-29,0,-36,11,-53,22v-5,-4,-14,-5,-17,-11v11,-46,143,-43,133,28v10,58,-77,45,-72,100v0,8,-14,2,-21,4v-6,1,-4,-11,-4,-17v-6,-46,73,-47,73,-87v0,-22,-18,-39,-39,-39xm99,-12v0,10,-8,17,-18,17v-10,0,-18,-7,-18,-17v0,-10,9,-18,18,-18v10,0,18,8,18,18"},"@":{"d":"152,-163v-2,-9,6,-8,14,-8v4,0,5,2,5,5r0,76v0,10,7,15,19,14v8,0,14,-6,14,-14v-1,-53,13,-117,-46,-117v-50,0,-113,-8,-110,42v4,60,-21,146,46,146r92,0v8,-1,6,7,6,14v0,4,-2,5,-6,5r-92,0v-40,0,-65,-25,-65,-62r0,-103v0,-37,25,-62,65,-62r64,0v40,0,65,25,65,62v0,47,19,108,-40,108v-10,0,-18,-5,-27,-12v-4,0,-15,12,-33,12v-36,0,-47,-31,-43,-72v-5,-38,49,-50,72,-34xm152,-102v0,-27,-1,-50,-26,-50v-23,0,-26,23,-26,50v0,14,11,26,26,26v15,0,26,-12,26,-26","w":252},"A":{"d":"91,-224r67,221v-2,5,-22,5,-26,0r-14,-49v-19,-4,-55,-3,-75,0v-6,17,-8,38,-17,52v-7,-1,-25,4,-22,-5r66,-219v3,-4,16,-3,21,0xm110,-78v-11,-35,-16,-76,-30,-108r-30,108v13,6,46,5,60,0","w":161,"k":{"y":4,"w":4,"v":12,"u":4,"t":9,"s":-3,"g":6,"d":3,"Y":22,"W":14,"V":19,"U":4,"T":18,"S":-4,"Q":4,"O":4,"J":-7,"G":4,"C":4,"?":20,".":-4,"-":3,",":-4}},"B":{"d":"136,-115v16,15,30,24,30,53v0,38,-24,62,-63,62r-70,0v-3,0,-3,-1,-3,-4r0,-219v0,-3,0,-3,3,-3v68,-3,138,-4,133,66v4,15,-24,42,-30,45xm57,-125v45,3,85,1,85,-43v0,-39,-43,-41,-85,-38v-3,0,-3,1,-3,4r0,73v0,3,0,4,3,4xm57,-21v46,3,85,1,85,-46v0,-39,-43,-41,-85,-38v-3,0,-3,1,-3,4r0,77v0,3,0,3,3,3","w":187,"k":{"y":7,"u":7,"s":8,"o":6,"i":4,"e":6,"d":6,"c":6,"b":9,"a":11,"Z":10,"Y":9,"W":4,"V":4,"U":8,"T":6,"S":4,"R":11,"Q":8,"P":11,"O":8,"N":11,"M":11,"L":11,"K":11,"J":8,"I":11,"H":11,"F":11,"E":11,"D":11,"C":8,"B":11,"A":4,".":10,",":8}},"C":{"d":"86,-17v35,9,44,-40,67,-11v-14,50,-134,42,-129,-27v6,-80,-24,-183,74,-175v43,3,76,32,36,42v-14,-13,-23,-24,-48,-22v-61,4,-38,97,-38,155v0,22,17,38,38,38","w":167,"k":{"y":6,"u":5,"t":10,"q":3,"o":3,"l":4,"k":4,"i":4,"h":4,"e":3,"c":3,"a":10,"U":3,"T":4,"Q":5,"O":5,"L":6,"K":9,"J":6,"I":9,"G":5,"C":5,"A":-4,".":3,",":3}},"D":{"d":"166,-63v3,67,-66,66,-133,63v-3,0,-3,-1,-3,-4r0,-219v0,-3,0,-3,3,-3v66,-3,133,-4,133,62r0,101xm103,-21v60,-1,35,-91,39,-147v2,-39,-43,-41,-85,-38v-3,0,-3,1,-3,4r0,178v0,3,0,3,3,3r46,0","w":189,"k":{"y":5,"o":6,"j":10,"e":6,"a":6,"Y":10,"X":12,"W":5,"V":5,"U":6,"T":8,"S":5,"R":9,"Q":7,"P":9,"O":7,"N":9,"M":9,"L":9,"K":9,"J":3,"I":9,"H":9,"G":7,"F":9,"E":9,"D":9,"C":7,"B":9,"A":5,";":7,":":7,".":11,",":10}},"E":{"d":"151,-21v7,2,6,21,0,21r-118,0v-3,0,-3,-1,-3,-4r0,-219v0,-3,0,-3,3,-3r118,0v8,-1,3,11,4,16v0,3,-1,4,-4,4r-94,0v-3,0,-3,1,-3,4r0,73v0,3,0,4,3,4r77,0v8,-1,3,11,4,17v0,3,-1,3,-4,3r-77,0v-3,0,-3,1,-3,4r0,77v0,3,0,3,3,3r94,0","w":172,"k":{"y":13,"w":10,"v":10,"u":11,"s":3,"q":9,"p":7,"o":9,"j":5,"i":5,"g":13,"e":9,"d":10,"c":9,"b":7,"a":15,"Y":-4,"W":-4,"V":-5,"U":6,"Q":10,"O":11,"J":6,"H":6,"G":11,"C":11,"A":-5,".":4,"-":14,",":4}},"F":{"d":"151,-226v7,1,6,21,0,20r-94,0v-3,0,-3,1,-3,4r0,73v0,3,0,4,3,4r77,0v8,-1,3,11,4,17v0,3,-1,3,-4,3r-77,0v-3,0,-3,1,-3,4r0,97v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-219v0,-3,0,-3,3,-3r118,0","w":163,"k":{"y":9,"w":5,"u":15,"t":5,"s":6,"r":14,"o":14,"n":11,"m":11,"i":6,"g":8,"e":14,"a":23,"Z":-3,"Y":-9,"X":-7,"W":-9,"T":-7,"O":6,"L":4,"J":33,"G":6,"E":6,"C":12,"A":15,";":8,":":8,".":63,"-":9,",":63}},"G":{"d":"160,-199v-25,27,-34,-22,-74,-11v-61,3,-38,97,-38,155v0,26,20,40,50,38v32,-2,42,-30,38,-67v-7,-15,-51,13,-45,-21v0,-3,1,-4,4,-4r62,0v16,47,2,113,-71,113v-38,0,-62,-24,-62,-59v0,-83,-25,-175,80,-175v33,0,56,19,56,31","k":{"z":13,"y":8,"v":8,"u":8,"t":13,"r":9,"o":7,"l":10,"k":10,"i":10,"h":10,"e":7,"a":5,"Z":6,"Y":5,"U":9,"S":5,"R":12,"Q":9,"O":9,"N":12,"M":12,"L":9,"K":12,"J":13,"I":12,"H":12,"G":9,"F":12,"E":12,"C":9,"B":12,"A":4,".":10,",":9}},"H":{"d":"172,-4v0,7,-23,7,-25,0r0,-97v0,-3,0,-4,-3,-4r-87,0v-3,0,-3,1,-3,4r0,97v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-219v1,-6,21,-5,24,0r0,94v0,3,0,4,3,4r87,0v3,0,3,-1,3,-4r0,-94v2,-5,21,-5,25,0r0,219","w":200,"k":{"y":8,"u":8,"o":8,"i":10,"g":10,"e":8,"a":8,"Z":6,"S":6,"Q":9,"O":9,"I":11,"G":9}},"I":{"d":"54,-4v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-219v1,-6,21,-5,24,0r0,219","w":82,"k":{"w":3,"t":5,"s":8,"q":8,"o":8,"l":9,"g":10,"f":7,"e":8,"d":10,"c":8,"a":9,"Z":6,"X":4,"W":3,"T":4,"S":6,"R":11,"Q":9,"P":11,"O":9,"N":11,"M":11,"L":11,"K":11,"J":9,"I":11,"H":11,"G":9,"F":11,"E":11,"D":11,"B":11,".":7,"-":5,",":6}},"J":{"d":"25,-39v18,-1,15,22,37,22v23,0,40,-17,40,-38r0,-168v2,-5,21,-5,25,0r0,164v0,30,-29,63,-61,63v-18,0,-67,-23,-56,-35","w":150,"k":{"u":5,"o":6,"e":6,"a":6,"W":-12,"A":5,".":11,",":9}},"K":{"d":"103,-137v20,45,56,89,80,134v-3,5,-23,4,-29,1r-69,-110v-12,10,-20,25,-31,37r0,71v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-219v1,-6,21,-5,24,0r0,108v0,5,4,5,6,2r86,-112v6,-1,28,-5,25,4","w":189,"k":{"y":12,"x":-9,"w":16,"u":10,"t":15,"o":8,"g":9,"e":8,"d":9,"a":9,"Z":-6,"Y":-4,"W":-4,"U":6,"Q":9,"O":10,"J":6,"I":3,"G":10,"C":4,"A":-11,"-":14}},"L":{"d":"151,-21v7,2,6,21,0,21r-118,0v-3,0,-3,-1,-3,-4r0,-219v1,-6,21,-5,24,0r0,199v0,3,0,3,3,3r94,0","w":163,"k":{"z":-4,"y":8,"x":-8,"w":14,"v":19,"u":10,"t":10,"q":4,"o":8,"g":8,"e":8,"d":5,"c":4,"a":10,"Z":-5,"Y":31,"W":15,"V":23,"U":12,"T":33,"S":4,"R":7,"Q":4,"P":6,"O":12,"N":10,"M":10,"L":6,"K":12,"I":6,"H":6,"G":14,"F":6,"E":6,"D":6,"C":12,"B":10,"A":-10,"-":50}},"M":{"d":"184,-179r-61,143v-1,3,-10,3,-12,0r-60,-142r3,174v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-219v1,-6,19,-4,23,-1r65,151r64,-151v3,-3,21,-4,24,1r0,219v0,7,-23,7,-25,0","w":234,"k":{"y":8,"u":8,"s":8,"o":8,"i":10,"e":8,"c":8,"a":13,"Y":3,"T":4,"S":6,"O":9,"J":6,"I":11,"G":9,"C":9,".":7,",":6}},"N":{"d":"172,-4v-1,7,-18,5,-23,2r-97,-177r2,175v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-219v1,-6,16,-3,22,-2r97,179r-2,-177v2,-5,21,-5,25,0r0,219","w":200,"k":{"y":8,"u":8,"o":8,"j":10,"i":10,"g":10,"e":8,"d":10,"c":8,"a":11,"S":6,"Q":9,"O":9,"J":3,"I":11,"G":9,"C":9,".":7,"-":5,",":6}},"O":{"d":"161,-55v0,39,-29,59,-75,59v-38,0,-62,-24,-62,-59v0,-80,-24,-175,74,-175v38,0,63,24,63,59r0,116xm86,-17v78,0,50,-93,50,-154v0,-25,-20,-41,-50,-39v-61,4,-38,97,-38,155v0,22,17,38,38,38","k":{"z":4,"y":5,"u":5,"s":5,"r":6,"p":6,"n":6,"m":6,"l":6,"k":6,"j":10,"i":9,"h":6,"f":4,"c":4,"b":6,"a":7,"Z":10,"Y":8,"X":10,"W":4,"V":4,"U":6,"T":11,"S":5,"R":9,"P":9,"N":9,"M":9,"L":9,"K":9,"J":8,"I":9,"H":9,"F":9,"E":9,"D":9,"B":9,"A":4,".":10,",":9,"&":9}},"P":{"d":"103,-226v38,0,63,25,63,60v1,53,-49,67,-109,61v-3,0,-3,1,-3,4r0,97v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-219v0,-3,0,-3,3,-3r70,0xm57,-125v45,3,85,1,85,-43v0,-39,-43,-41,-85,-38v-3,0,-3,1,-3,4r0,73v0,3,0,4,3,4","w":174,"k":{"y":9,"x":-8,"w":-8,"u":9,"t":-4,"s":7,"r":6,"o":15,"i":5,"f":-3,"e":17,"d":7,"a":14,"Z":3,"X":4,"W":-3,"S":-3,"R":4,"P":4,"M":4,"L":4,"J":56,"I":4,"H":4,"F":4,"E":4,"D":4,"A":14,";":8,":":8,".":49,"-":16,",":46}},"Q":{"d":"161,-171v0,70,18,164,-48,172v-22,-5,4,42,-28,33v-7,-2,-1,-19,-3,-27v0,-6,-12,-4,-27,-11v-50,-24,-31,-103,-31,-167v0,-39,28,-59,74,-59v38,0,63,24,63,59xm104,-19v51,-7,32,-98,32,-152v0,-25,-20,-41,-50,-39v-61,4,-38,97,-38,155v0,19,17,37,32,37v6,-7,-7,-32,19,-25v7,2,-1,19,5,24","k":{"u":5,"U":6,"A":4,".":10,",":8}},"R":{"d":"166,-164v6,24,-25,42,-36,55r36,106v-2,6,-22,4,-26,0r-37,-102r-46,0v-3,0,-3,1,-3,4r0,97v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-219v0,-3,0,-3,3,-3v66,-3,136,-4,133,62xm57,-125v45,3,85,1,85,-43v0,-39,-43,-41,-85,-38v-3,0,-3,1,-3,4r0,73v0,3,0,4,3,4","k":{"y":5,"u":5,"s":5,"q":10,"o":10,"i":6,"e":10,"d":11,"c":10,"a":12,"Y":6,"U":6,"T":7,"Q":6,"O":6,"J":6,"I":9,"G":6,"C":-6,".":4,"-":13,",":4}},"S":{"d":"141,-199v-23,25,-31,-11,-62,-11v-21,0,-38,17,-38,38v0,52,107,47,107,117v0,40,-31,62,-79,59v-43,-3,-77,-34,-37,-43v14,13,24,22,53,22v22,0,38,-16,38,-38v2,-53,-115,-53,-107,-116v5,-36,27,-59,69,-59v34,0,56,19,56,31","w":157,"k":{"w":6,"t":7,"p":3,"Z":3,"T":3,"N":5,"I":5,"A":-3,".":3,",":3}},"T":{"d":"131,-226v6,2,4,20,0,20r-44,0v-3,0,-3,1,-3,4r0,198v0,7,-23,7,-25,0r0,-198v0,-3,0,-4,-3,-4r-44,0v-5,0,-5,-18,0,-20r119,0","w":142,"k":{"z":23,"y":26,"w":28,"v":18,"u":26,"s":25,"r":26,"o":26,"i":10,"h":13,"g":27,"e":26,"c":26,"a":37,"Z":-3,"Y":-9,"W":-9,"V":-10,"T":-7,"R":7,"Q":7,"O":16,"M":4,"J":46,"I":4,"G":6,"C":6,"A":18,";":27,":":27,".":24,"-":22,",":23}},"U":{"d":"161,-55v0,39,-29,59,-75,59v-38,0,-62,-24,-62,-59r0,-168v1,-6,21,-5,24,0r0,168v1,26,20,38,50,38v21,0,38,-17,38,-38r0,-168v2,-5,21,-5,25,0r0,168","k":{"z":4,"y":5,"s":5,"r":6,"p":6,"o":6,"n":6,"m":6,"l":6,"k":6,"j":8,"i":8,"g":7,"f":4,"e":6,"d":7,"c":6,"a":5,"Z":5,"S":5,"O":6,"I":8,"C":6,"A":4,".":10,",":9}},"V":{"d":"158,-223r-67,220v-2,5,-18,5,-21,0r-67,-220v2,-5,20,-4,25,-1r54,183r51,-183v4,-3,22,-4,25,1","w":161,"k":{"z":4,"y":7,"u":8,"s":10,"r":10,"o":15,"n":10,"m":10,"i":6,"g":14,"e":15,"c":13,"a":17,"Y":-12,"W":-12,"O":4,"L":-7,"J":29,"G":4,"C":4,"A":19,";":13,":":13,".":26,"-":15,",":25}},"W":{"d":"237,-224r-48,221v-1,5,-18,5,-21,0r-47,-163r-47,163v-1,5,-19,6,-20,0r-48,-221v3,-4,21,-3,26,0r34,176r51,-179v2,3,10,-2,10,3r49,176r35,-176v4,-4,21,-3,26,0","w":242,"k":{"y":6,"u":6,"s":8,"r":8,"o":10,"n":8,"m":8,"g":11,"e":10,"d":10,"c":10,"a":14,"O":4,"L":-4,"J":23,"G":4,"C":-3,"A":14,";":10,":":10,".":18,"-":10,",":17}},"X":{"d":"101,-116v14,42,38,74,55,113v-3,6,-23,4,-30,1v-15,-29,-24,-62,-42,-88v-1,0,-3,0,-4,2v-16,29,-27,62,-45,88v-8,-1,-29,4,-25,-5r54,-110r-55,-109v5,-4,23,-3,29,0r42,86v2,3,5,3,7,0r39,-86v5,-3,23,-3,29,0","w":164,"k":{"y":11,"t":11,"o":8,"e":8,"c":8,"a":4,"Z":-5,"Y":-8,"T":-7,"Q":9,"O":10,"I":4,"G":10,"A":-10,"-":12}},"Y":{"d":"156,-224r-63,119r0,101v0,7,-23,7,-25,0r0,-101r-62,-119v4,-4,22,-3,27,0r48,93v20,-28,29,-68,50,-95v8,1,21,-2,25,2","w":161,"k":{"z":14,"y":17,"x":10,"w":10,"v":8,"u":23,"t":10,"s":23,"r":20,"p":21,"o":27,"n":20,"m":20,"i":9,"g":28,"e":27,"d":28,"c":27,"a":33,"Z":-5,"W":-10,"T":-9,"S":4,"O":8,"M":3,"J":40,"I":3,"G":8,"C":8,"A":23,";":27,":":27,".":46,"-":27,",":48}},"Z":{"d":"138,-21v7,1,6,21,0,21r-122,0v-4,0,-5,-3,-3,-5r88,-198v-19,-8,-56,0,-81,-3v-7,0,-3,-11,-4,-17v0,-3,1,-3,4,-3v38,2,83,-3,118,2r-90,201v24,6,62,-1,90,2","w":157,"k":{"w":15,"u":10,"o":15,"i":10,"e":15,"c":8,"a":18,"U":8,"O":10,"G":10,"A":-6,".":3,",":3}},"[":{"d":"89,47v7,1,6,20,0,20r-50,0v-3,0,-4,0,-4,-3r0,-324v0,-3,1,-4,4,-4r50,0v7,0,3,11,4,17v-3,11,-28,-3,-34,7r0,283v2,9,21,2,30,4","w":127},"\\":{"d":"14,-227v37,70,64,151,98,224v0,5,-16,4,-19,1r-95,-222v0,-5,11,-2,16,-3","w":109},"]":{"d":"93,64v0,3,-1,3,-4,3r-50,0v-8,1,-3,-11,-4,-17v4,-10,29,4,34,-7r0,-283v-6,-11,-41,11,-34,-20v0,-3,1,-4,4,-4r50,0v3,0,4,1,4,4r0,324","w":127},"^":{"d":"248,-215v0,9,-7,17,-16,17v-9,0,-16,-8,-16,-17v0,-9,7,-15,16,-15v9,0,16,6,16,15xm244,-4v0,7,-22,7,-24,0r0,-152v1,-5,21,-5,24,0r0,152xm141,-211v16,-9,30,-21,40,-19v6,1,5,19,0,22v-27,9,-33,27,-31,62v4,14,43,-11,34,21v-3,10,-29,-4,-34,7r0,114v0,8,-14,2,-20,4v-3,0,-4,-1,-4,-4r0,-114v0,-3,-1,-4,-4,-4r-63,0v-3,0,-4,1,-4,4r0,114v0,8,-14,2,-20,4v-3,0,-4,-1,-4,-4r0,-114v-1,-10,-23,4,-17,-21v0,-8,17,3,17,-7v-16,-73,69,-107,110,-65xm126,-146v6,-37,-3,-65,-32,-64v-31,1,-43,28,-39,64v0,3,1,4,4,4r63,0v3,0,4,-1,4,-4","w":266},"_":{"d":"74,65v5,1,5,16,0,16r-76,0v-6,0,-2,-9,-3,-13v0,-3,0,-3,3,-3r76,0","w":72},"`":{"d":"76,-224v12,12,20,27,29,42v-24,7,-41,-26,-58,-39v4,-7,20,-1,29,-3","w":180},"a":{"d":"75,-141v-26,0,-36,37,-56,10v0,-11,22,-31,56,-31v39,0,63,23,63,58r0,100v1,8,-11,3,-17,4v-8,-1,2,-20,-6,-23v-7,2,-27,30,-52,23v-28,0,-46,-18,-46,-44v0,-42,47,-45,93,-42v8,0,2,-12,3,-18v0,-21,-16,-37,-38,-37xm63,-21v30,0,48,-11,51,-45v-20,-5,-73,-14,-73,24v0,12,10,21,22,21","w":163,"k":{"y":7,"w":7,"v":7,"u":7,"t":7,"s":6,"q":7,"p":7,"o":7,"g":8,"f":4,"e":7,"d":7,"c":7,"b":8,"a":14,";":8,":":8,".":5,",":4}},"b":{"d":"95,-159v47,1,56,46,56,100v0,35,-27,59,-60,59v-25,5,-37,-31,-45,-18v-1,6,3,18,-4,18v-5,-1,-17,3,-16,-4r0,-219v1,-6,21,-5,24,0r0,82v12,8,21,-24,45,-18xm88,-21v38,0,39,-38,39,-79v0,-21,-17,-39,-39,-39v-38,0,-38,39,-38,80v0,21,16,38,38,38","w":170,"k":{"z":8,"y":6,"w":5,"v":5,"u":5,"t":3,"s":3,"r":6,"q":5,"p":6,"o":5,"n":6,"m":6,"l":8,"k":8,"j":8,"i":8,"h":8,"f":4,"e":5,"d":5,"c":5,"b":8,"a":12,";":5,":":5,".":9,",":7}},"c":{"d":"82,-17v25,1,37,-39,56,-11v0,12,-22,32,-56,32v-58,1,-62,-48,-62,-108v0,-36,24,-59,62,-59v33,0,65,21,54,34r-16,8v-14,-7,-20,-21,-38,-21v-41,0,-40,45,-38,87v0,21,16,38,38,38","w":153,"k":{"y":3,"u":3,"t":4,"s":6,"r":5,"q":4,"o":4,"m":5,"l":5,"k":5,"i":5,"h":5,"g":7,"f":3,"e":4,"d":4,"c":6,"a":11,";":4,":":4,".":3,",":3}},"d":{"d":"76,-159v25,-5,37,32,45,18r0,-82v1,-6,21,-5,24,0r0,219v1,8,-11,3,-16,4v-10,0,1,-20,-7,-23v-11,6,-20,23,-43,23v-49,0,-59,-43,-59,-100v0,-34,25,-59,56,-59xm82,-21v38,0,39,-38,39,-79v0,-21,-17,-39,-39,-39v-38,0,-38,39,-38,80v0,21,16,38,38,38","w":170,"k":{"z":5,"y":6,"u":5,"s":6,"o":6,"g":8,"e":6,"d":8,"a":12,";":8,":":8,".":5,",":4}},"e":{"d":"20,-55v0,-60,10,-108,62,-108v43,0,69,33,63,81v0,3,0,4,-3,4r-94,0v-9,0,-2,16,-4,23v0,21,16,38,38,38v25,1,37,-39,56,-11v0,12,-22,32,-56,32v-38,0,-62,-23,-62,-59xm117,-95v5,1,4,-5,4,-9v0,-21,-17,-38,-39,-38v-24,1,-40,18,-38,43v0,3,1,4,4,4r69,0","w":164,"k":{"z":8,"y":6,"x":8,"w":4,"v":4,"u":6,"s":3,"r":8,"q":5,"p":8,"o":5,"n":8,"m":8,"l":8,"k":8,"j":8,"i":8,"h":8,"g":5,"f":6,"e":5,"d":5,"c":5,"b":8,"a":12,";":5,":":5,".":10,"-":3,",":9}},"f":{"d":"31,-146v-7,-52,31,-98,77,-79v-2,6,-5,19,-14,15v-31,1,-44,28,-39,64v1,9,22,2,31,4v7,0,1,12,3,17v-4,10,-29,-4,-34,7r0,114v0,8,-14,2,-20,4v-3,0,-4,-1,-4,-4r0,-114v-1,-10,-23,4,-17,-21v0,-8,18,3,17,-7","w":99,"k":{"z":-3,"w":-6,"r":3,"j":-9,"f":-3,"e":8,"b":-7,"a":15,".":15,",":14}},"g":{"d":"80,-159v25,-6,37,33,45,19v1,-6,-4,-19,4,-19v5,1,16,-3,16,3v6,67,-5,126,-74,117v-17,9,-18,28,0,35v46,-3,91,1,91,43v0,43,-49,42,-96,42v-26,0,-46,-18,-46,-41v-4,-18,21,-35,24,-39v-8,-7,-6,-43,2,-47v-1,-5,-31,-27,-26,-54v0,-33,27,-59,60,-59xm82,-58v23,-1,39,-18,39,-42v0,-21,-17,-39,-39,-39v-23,0,-39,18,-38,42v0,21,16,39,38,39xm66,60v29,-2,72,10,72,-21v0,-30,-43,-21,-72,-22v-12,0,-22,9,-22,22v0,13,10,21,22,21","w":164,"k":{"v":-3,"s":3,"o":5,"e":5,"a":12,";":-6,":":5,".":5,",":-6}},"h":{"d":"50,-141v12,8,20,-23,44,-18v32,0,57,26,57,59r0,96v0,8,-14,2,-21,4v-3,0,-3,-1,-3,-4v-4,-54,18,-135,-39,-135v-56,0,-34,82,-38,135v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-219v1,-6,21,-5,24,0r0,82","w":174,"k":{"z":4,"y":6,"w":6,"v":7,"u":6,"t":5,"s":5,"q":6,"o":6,"j":10,"g":7,"e":6,"d":7,"c":6,"a":8,";":7,":":7,".":4,",":3}},"i":{"d":"54,-215v0,9,-8,17,-17,17v-9,0,-15,-8,-15,-17v0,-9,7,-15,15,-15v9,0,17,6,17,15xm50,-4v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-152v1,-6,21,-5,24,0r0,152","w":75,"k":{"z":5,"t":4,"q":7,"o":7,"g":8,"e":7,"d":8,"c":4,"a":12,".":5,",":5}},"j":{"d":"54,-215v0,9,-8,17,-17,17v-9,0,-15,-8,-15,-17v0,-9,7,-15,15,-15v9,0,17,6,17,15xm-8,67v15,-10,34,-18,34,-41r0,-182v1,-6,21,-5,24,0r0,178v1,27,-27,65,-54,63v-7,0,-3,-12,-4,-18","w":75,"k":{"u":6,"o":7,"e":7,"a":6,";":7,":":8}},"k":{"d":"93,-109v11,39,44,70,61,106v-3,5,-23,4,-29,1v-18,-27,-32,-58,-52,-83v-10,5,-15,15,-23,21r0,60v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-219v1,-6,21,-5,24,0r0,124v0,5,3,5,6,3r58,-63v8,1,27,-4,23,6","w":160,"k":{"z":-5,"y":8,"x":-9,"u":8,"q":8,"o":8,"g":9,"e":8,"d":9,"a":9,"-":14}},"l":{"d":"50,-4v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-219v1,-6,21,-5,24,0r0,219","w":75,"k":{"y":6,"t":6,"q":6,"o":6,"g":8,"e":6,"d":8,"c":6,"a":6,".":5,",":4}},"m":{"d":"131,-136v6,-3,26,-27,47,-23v35,0,59,25,59,59r0,96v0,8,-14,2,-21,4v-3,0,-3,-1,-3,-4v-3,-52,15,-135,-35,-135v-49,0,-31,84,-34,135v0,7,-23,7,-25,0v-3,-52,15,-135,-35,-135v-49,0,-31,84,-34,135v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-152v0,-6,11,-2,16,-3v10,-1,-1,19,7,22v10,-4,23,-24,41,-22v17,-4,37,22,41,23","w":262,"k":{"z":5,"y":8,"w":8,"v":8,"u":7,"s":6,"q":7,"p":7,"o":7,"g":8,"e":7,"d":7,"c":7,"a":6,";":8,":":8,".":5,",":4}},"n":{"d":"49,-137v13,-5,19,-22,42,-22v33,0,60,24,60,59r0,96v0,8,-14,2,-21,4v-3,0,-3,-1,-3,-4v-4,-54,18,-135,-39,-135v-56,0,-34,82,-38,135v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-152v0,-6,11,-2,16,-3v10,0,-1,18,7,22","w":176,"k":{"z":5,"y":8,"w":8,"v":8,"u":7,"t":6,"s":6,"q":7,"p":7,"o":7,"g":8,"e":7,"d":7,"a":6,";":8,":":8,".":5,"-":3,",":4}},"o":{"d":"145,-104v0,61,-4,108,-63,108v-58,0,-62,-48,-62,-108v0,-36,24,-59,62,-59v38,0,63,24,63,59xm82,-17v42,0,39,-44,39,-87v0,-21,-17,-38,-39,-38v-41,0,-40,45,-38,87v0,21,16,38,38,38","w":164,"k":{"z":6,"y":5,"x":8,"w":4,"v":4,"u":5,"t":3,"s":3,"r":5,"q":5,"p":5,"o":4,"n":5,"m":5,"l":6,"k":6,"j":8,"i":7,"h":6,"g":7,"f":3,"b":6,"a":6,".":8,",":6}},"p":{"d":"49,-137v13,-5,19,-22,42,-22v49,0,60,43,60,100v0,29,-25,60,-56,59v-24,5,-37,-31,-45,-18r0,95v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-233v0,-6,11,-2,16,-3v10,0,-1,18,7,22xm88,-21v38,0,39,-38,39,-79v0,-21,-17,-39,-39,-39v-38,0,-38,39,-38,80v0,21,16,38,38,38","w":170,"k":{"z":10,"y":6,"x":8,"w":5,"v":6,"u":5,"t":4,"s":3,"r":6,"q":5,"p":8,"o":5,"m":6,"l":6,"j":8,"i":7,"h":6,"g":5,"f":5,"e":5,"d":5,"c":5,"a":4,".":9,",":7}},"q":{"d":"79,-159v25,-6,38,33,46,19v1,-6,-4,-19,4,-19v5,1,16,-3,16,3r0,233v0,8,-14,2,-20,4v-3,0,-4,-1,-4,-4v-2,-32,5,-73,-3,-100v-12,6,-19,24,-42,23v-46,-2,-56,-45,-56,-100v0,-35,26,-59,59,-59xm82,-21v38,0,39,-38,39,-79v0,-21,-17,-39,-39,-39v-38,0,-38,39,-38,80v0,21,16,38,38,38","w":170,"k":{"u":5,"e":6,"a":6}},"r":{"d":"49,-134v7,-1,27,-33,53,-25v7,1,1,15,3,22v-1,7,-9,2,-17,2v-55,2,-34,79,-38,131v-1,8,-14,3,-21,4v-3,0,-3,-1,-3,-4r0,-152v0,-6,11,-2,16,-3v10,0,-2,21,7,25","w":107,"k":{"z":-8,"y":-3,"x":-11,"w":-11,"v":-13,"u":-3,"t":-9,"p":3,"o":4,"n":3,"g":10,"f":-3,"d":9,"c":5,"a":5,";":18,":":18,".":23,"-":21,",":22}},"s":{"d":"138,-132v-24,24,-31,-20,-66,-12v-21,0,-32,9,-32,24v0,15,11,22,36,27v41,9,64,15,64,45v0,35,-27,54,-68,52v-40,-2,-76,-33,-37,-41v14,10,20,22,48,22v20,0,33,-12,33,-27v0,-13,-11,-21,-35,-26v-42,-9,-64,-13,-64,-45v0,-34,26,-50,66,-50v33,0,55,20,55,31","w":157,"k":{"z":3,"y":5,"x":4,"u":5,"t":3,"s":3,"q":4,"p":6,"o":4,"g":9,"e":4,"d":4,"c":4,"b":6,"a":10,";":5,":":8,".":6,"-":4,",":4}},"t":{"d":"58,-55v-1,23,18,29,33,41v-1,6,4,18,-4,17v-27,0,-54,-23,-54,-58r0,-80v-1,-13,-31,8,-28,-14r43,-44v19,-5,4,25,13,34v14,1,37,-7,30,17v-3,10,-29,-4,-33,7r0,80","w":110,"k":{"y":12,"w":4,"v":3,"u":6,"t":7,"s":12,"r":7,"q":12,"o":10,"i":6,"h":9,"g":12,"e":10,"d":12,"c":10,"a":16,";":5,":":5,".":5,"-":19,",":5}},"u":{"d":"127,-19v-9,-12,-24,27,-46,19v-33,0,-59,-24,-59,-59r0,-97v1,-5,21,-5,24,0v4,53,-18,135,38,135v57,0,35,-81,39,-135v1,-6,21,-5,24,0r0,152v1,8,-11,3,-17,4v-6,-1,-2,-13,-3,-19","w":172,"k":{"z":5,"y":6,"s":6,"p":7,"o":6,"g":8,"e":6,"d":6,"c":6,"b":7,"a":6,";":8,":":8,".":5,"-":3,",":4}},"v":{"d":"150,-156r-62,154v-4,4,-17,3,-22,0r-62,-154v2,-5,20,-4,25,-1v17,39,29,84,49,120v18,-40,29,-86,50,-122v7,1,20,-3,22,3","w":153,"k":{"z":-6,"w":-10,"o":4,"e":4,";":4,":":4,".":23,"-":8,",":22}},"w":{"d":"213,-156r-47,153v-2,5,-17,5,-20,0v-14,-39,-20,-85,-37,-121v-25,81,-30,124,-39,124v-5,-1,-15,3,-16,-3r-47,-153v49,-18,23,26,57,119v22,-81,28,-122,36,-122r20,0v9,-2,13,45,37,122v21,-81,24,-122,33,-122v7,0,21,-3,23,3","w":219,"k":{"o":4,"e":4,";":4,":":4,".":17,"-":6,",":16}},"x":{"d":"90,-82v12,31,33,51,48,79v-2,5,-21,4,-26,1v-14,-19,-23,-43,-39,-60v-17,17,-26,43,-42,62v-8,-1,-28,4,-23,-5v16,-26,35,-47,47,-77r-48,-74v2,-5,21,-4,26,-1v14,19,23,43,40,59v19,-16,24,-45,42,-61v7,1,27,-3,22,5","w":145,"k":{"t":-8,"q":8,"o":5,"e":8,"d":10,"c":3,"a":4,"-":14}},"y":{"d":"120,-21v-11,5,-19,21,-40,21v-32,0,-58,-24,-58,-59r0,-97v1,-5,21,-5,24,0v4,53,-18,135,38,135v57,0,35,-81,39,-135v1,-6,21,-5,24,0r0,178v0,39,-24,63,-63,63v-42,0,-76,-34,-36,-43v10,11,19,22,36,22v39,0,46,-49,36,-85","w":172,"k":{"s":6,"o":6,"l":7,"g":8,"e":6,"d":6,"c":6,"b":7,"a":6,";":7,":":8,".":5,"-":3,",":4}},"z":{"d":"136,-21v5,3,5,20,0,21r-118,0v-4,0,-5,-3,-4,-5r77,-130v-17,-8,-50,-1,-73,-3v-7,0,-3,-11,-4,-17v0,-3,1,-4,4,-4r111,0v5,0,4,3,3,6r-77,130v22,6,55,0,81,2","w":153,"k":{"o":7,"l":5,"g":12,"e":7,"d":8,"b":5,"a":3}},"{":{"d":"59,8v0,23,17,30,34,41v-1,6,3,18,-4,18v-26,-1,-54,-29,-54,-63r0,-54v1,-24,-19,-30,-34,-40r0,-16v15,-12,34,-17,34,-41r0,-55v-2,-34,28,-60,54,-62v7,0,3,12,4,18v-15,12,-35,17,-34,41v2,49,5,86,-29,107v36,18,29,58,29,106","w":127},"|":{"d":"143,-209v14,-17,61,-19,99,-17v3,0,3,0,3,3r0,219v0,8,-14,2,-20,4v-3,0,-4,-1,-4,-4r0,-198v-21,-13,-75,-2,-71,34v2,8,-4,25,4,26v14,2,37,-7,30,17v-3,10,-29,-4,-34,7r0,114v0,8,-14,2,-20,4v-3,0,-4,-1,-4,-4r0,-114v0,-3,-1,-4,-4,-4r-63,0v-3,0,-4,1,-4,4r0,114v0,8,-14,2,-20,4v-3,0,-4,-1,-4,-4r0,-114v-1,-10,-23,4,-17,-21v0,-8,17,3,17,-7v-17,-76,74,-106,112,-63xm126,-146v0,-16,0,-30,3,-42v-18,-37,-76,-22,-74,17v0,9,-4,27,4,29r63,0v3,0,4,-1,4,-4","w":270},"}":{"d":"93,-147v-1,24,18,28,34,41r0,16v-17,11,-34,16,-34,40r0,54v2,34,-28,62,-54,63v-7,0,-3,-12,-4,-18v15,-10,34,-18,34,-41v-2,-50,-3,-86,30,-108v-51,-16,-15,-88,-39,-129v-5,-9,-31,-8,-25,-31v0,-3,1,-4,4,-4v25,1,54,28,54,62r0,55","w":127},"~":{"d":"141,-211v17,-11,45,-29,62,-14v-4,6,-3,19,-14,15v-31,1,-45,28,-39,64v2,14,43,-11,34,21v-3,10,-29,-4,-34,7r0,114v0,8,-14,2,-20,4v-3,0,-4,-1,-4,-4r0,-114v0,-3,-1,-4,-4,-4r-63,0v-3,0,-4,1,-4,4r0,114v0,8,-14,2,-20,4v-3,0,-4,-1,-4,-4r0,-114v-1,-10,-23,4,-17,-21v0,-8,17,3,17,-7v-16,-73,69,-107,110,-65xm126,-146v6,-37,-3,-65,-32,-64v-31,1,-43,28,-39,64v0,3,1,4,4,4r63,0v3,0,4,-1,4,-4","w":194},"\u00a0":{"w":62}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * (c) Copyright 1995-1997 International Typeface Corporation  All rights
 * reserved.
 */
Cufon.registerFont({"w":182,"face":{"font-family":"Conduit ITC","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","bbox":"-10.7251 -261.014 257 85","underline-thickness":"30.96","underline-position":"-40.32","stemh":"38","stemv":"41","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":63},"!":{"d":"76,-223v1,56,0,111,-8,158v-2,5,-21,5,-25,0v-8,-47,-9,-102,-8,-158v0,-3,0,-4,3,-4v12,2,33,-5,38,4xm79,-21v0,13,-11,25,-24,25v-13,0,-24,-12,-24,-25v0,-13,11,-24,24,-24v13,0,24,11,24,24","w":100},"\"":{"d":"102,-224r-8,66v-3,5,-22,5,-26,0r-8,-66v7,-5,33,-5,42,0xm54,-224v-5,22,-3,51,-12,69v-7,-1,-19,3,-21,-3r-9,-66v7,-6,34,-5,42,0","w":113},"#":{"d":"188,-165v7,7,-5,24,-5,34v-4,10,-24,-1,-32,6v0,8,-11,22,-2,25v8,2,24,-5,26,4v-5,11,-3,29,-13,34v-10,1,-24,-3,-30,2r-16,57v-3,5,-28,7,-29,-2r15,-54v-5,-6,-27,-4,-35,-1v-7,19,-10,44,-20,60v-8,-1,-28,4,-25,-5r15,-54v-2,-9,-25,4,-27,-7v5,-11,2,-29,13,-34v8,-1,23,3,26,-3v0,-8,11,-21,2,-24v-8,-2,-24,5,-25,-4v5,-11,2,-29,13,-34v9,-2,25,4,29,-3r16,-56v3,-5,28,-7,29,2r-15,54v5,5,29,5,35,0v7,-19,10,-43,20,-59v8,2,26,-5,26,5r-16,54v2,6,17,2,25,3xm111,-100v8,-3,6,-17,10,-24v-5,-6,-27,-4,-35,-1v0,8,-11,21,-2,25r27,0","w":200,"k":{"9":5,"7":15}},"$":{"d":"131,-170v-7,3,-16,-33,-24,-16v1,17,-3,40,2,54v66,20,79,103,25,129v-21,10,-29,0,-27,20v-5,9,-32,7,-26,-10v0,-7,-17,-1,-35,-11v-17,-10,-32,-31,-26,-38v11,-5,20,-12,33,-16v4,-1,11,26,25,23v3,0,3,0,3,-3v-4,-32,14,-66,-23,-70v-54,-21,-55,-93,-6,-117v20,-10,32,3,29,-19v2,-7,16,-1,23,-3v6,0,2,10,3,14v2,7,35,6,42,21v11,15,19,20,14,27xm79,-145v5,-10,1,-30,2,-43v0,-3,0,-4,-3,-4v-9,0,-21,12,-21,24v0,12,12,23,22,23xm110,-83v-6,10,-5,38,0,47v8,0,17,-11,17,-24v0,-12,-10,-23,-17,-23","k":{"9":14,"8":9,"6":9,"5":14,"4":3,"3":11,"0":9}},"%":{"d":"89,-193v0,37,1,69,-36,69v-36,0,-36,-31,-36,-68v0,-21,14,-35,36,-35v22,0,36,13,36,34xm159,-224r-95,222v-4,3,-28,5,-25,-3r94,-220v4,-3,23,-4,26,1xm180,-69v0,37,1,69,-36,69v-36,0,-36,-32,-36,-69v0,-21,14,-34,36,-34v22,0,36,13,36,34xm53,-151v14,-3,4,-28,7,-42v0,-3,-3,-6,-7,-6v-14,2,-4,28,-7,41v0,4,3,7,7,7xm144,-27v14,-3,4,-28,7,-42v0,-4,-3,-7,-7,-7v-12,4,-4,29,-6,42v0,4,2,7,6,7","w":196},"&":{"d":"172,-67v4,26,33,22,43,32v-3,13,9,39,-8,39v-14,3,-48,-17,-56,-23v-8,6,-33,26,-65,23v-44,-4,-70,-29,-67,-76v-3,-16,20,-40,21,-43v0,-6,-21,-23,-21,-47v0,-42,26,-68,67,-68v69,0,89,95,39,120v0,3,11,13,13,13v9,-11,35,-47,73,-37v10,4,1,27,4,38v-12,6,-47,1,-43,29xm85,-134v19,0,27,-15,27,-33v0,-14,-12,-26,-26,-26v-34,0,-34,45,-1,59xm60,-71v-8,39,47,50,61,21v0,-3,-16,-29,-49,-42v-8,6,-12,12,-12,21","w":220,"k":{"T":20}},"'":{"d":"54,-224v-5,22,-3,51,-12,69v-7,-1,-19,3,-21,-3r-9,-66v7,-6,34,-5,42,0","w":65},"(":{"d":"71,-2v-3,20,24,23,31,29v-3,12,8,35,-8,35v-33,0,-64,-28,-64,-67r0,-189v-3,-40,31,-66,64,-67v16,0,5,23,8,35v-6,7,-35,8,-31,28r0,196","w":131},")":{"d":"60,-198v3,-20,-23,-22,-30,-28v3,-12,-7,-34,7,-35v35,0,65,26,65,67r0,189v2,38,-31,66,-65,67v-15,0,-4,-23,-7,-35v7,-6,30,-8,30,-29r0,-196","w":131},"*":{"d":"132,-170v5,7,-9,31,-18,31v-9,-4,-22,-24,-30,-15v0,11,8,28,1,35v-10,-2,-28,5,-32,-4v0,-11,8,-28,1,-35v-11,5,-20,22,-32,19v-3,-10,-18,-22,-12,-31v8,-5,33,-8,27,-17v-9,-6,-25,-6,-29,-17v7,-8,10,-25,20,-26v9,6,16,15,26,20v10,-7,-7,-30,2,-38v10,2,29,-5,32,4v0,11,-8,27,-1,34v13,-3,20,-23,33,-19v3,10,17,19,12,30v-10,5,-24,8,-32,15v7,7,22,9,32,14","w":140,"k":{"A":14}},"+":{"d":"165,-103v5,5,5,28,0,31r-55,0v-3,0,-3,1,-3,4r0,54v-2,9,-19,2,-28,4v-3,0,-3,-1,-3,-4v-2,-18,6,-47,-4,-58r-54,0v-7,-2,-7,-27,0,-31r54,0v3,0,4,-1,4,-4r0,-54v2,-8,27,-6,31,0r0,54v0,3,0,4,3,4r55,0"},",":{"d":"66,-44v8,44,-19,92,-43,88r-11,-21v-1,-1,24,-17,13,-28v-16,2,-5,-26,-8,-39v7,-10,31,-1,45,-4v2,0,4,2,4,4","w":82,"k":{"7":13,"4":7,"1":17}},"-":{"d":"86,-99v-2,12,5,32,-4,37r-64,0v-9,-4,-2,-26,-4,-37v0,-3,1,-4,4,-4r64,0v3,0,4,1,4,4","w":100,"k":{"v":8,"s":4,"Y":27,"X":12,"W":10,"V":15,"T":22,"S":15,"A":4,"9":14,"8":4,"6":3,"5":17,"3":23,"1":37}},".":{"d":"66,-21v0,13,-12,25,-25,25v-13,0,-24,-12,-24,-25v0,-13,11,-24,24,-24v13,0,25,11,25,24","w":82,"k":{"7":14,"4":10,"1":17}},"\/":{"d":"122,-224r-95,222v-4,3,-32,5,-29,-3r94,-220v5,-3,26,-5,30,1","w":118,"k":{"O":3,"J":30,"C":3,"A":20}},"0":{"d":"163,-60v0,41,-30,64,-77,64v-41,0,-67,-26,-67,-64r0,-107v0,-41,30,-63,77,-63v40,0,67,25,67,63r0,107xm86,-34v63,4,27,-86,36,-133v-1,-19,-15,-29,-36,-26v-47,6,-26,87,-26,133v0,14,12,26,26,26","k":{"9":9,"7":18,"5":5,"4":3,"3":12,"2":12,"1":24}},"1":{"d":"156,-38v6,7,5,33,0,38r-117,0v-6,-5,-5,-31,0,-38v12,-2,31,4,38,-3r0,-106v-7,-11,-12,13,-22,9v-7,-9,-23,-15,-23,-27r63,-62v8,1,21,-4,23,4r0,182v6,7,26,1,38,3","k":{"9":26,"8":21,"7":38,"6":27,"5":28,"4":33,"3":33,"2":35,"1":21,"0":24,".":9,"-":39,",":9}},"2":{"d":"19,-185v-5,-21,38,-53,75,-45v41,0,67,25,67,63v0,62,-94,70,-95,126v0,3,0,3,3,3r86,0v6,5,5,31,0,38r-127,0v-10,-7,-4,-31,-4,-45v0,-38,22,-61,63,-85v21,-13,33,-21,33,-37v-1,-19,-17,-29,-39,-26v-15,-4,-22,27,-31,23","k":{"9":16,"8":10,"7":20,"6":10,"5":17,"4":22,"3":24,"1":44,"0":10,"-":28}},"3":{"d":"138,-117v5,8,25,33,20,54v0,44,-29,70,-77,67v-31,5,-67,-28,-61,-46v11,-5,20,-12,33,-16v7,8,15,31,38,24v18,-1,26,-16,26,-38v0,-27,-29,-28,-58,-26v-9,-4,-2,-24,-4,-34v16,-11,66,7,62,-35v-2,-17,-15,-29,-36,-26v-15,-4,-22,26,-31,23v-11,-6,-25,-9,-33,-18v4,-18,38,-50,74,-42v64,-8,85,82,47,113","k":{"9":12,"8":7,"7":21,"6":6,"5":18,"4":10,"3":15,"2":15,"1":22,"-":7}},"4":{"d":"174,-53v-3,10,-27,-4,-31,7r0,42v-4,10,-27,1,-38,4v-10,-9,5,-41,-7,-50r-85,0v-10,-3,-1,-24,-4,-34r97,-143v12,2,32,-5,37,4r0,132v2,11,25,-2,31,7r0,31xm102,-91r0,-56v0,-5,-5,-5,-7,-2r-38,59v7,7,28,1,41,3v3,0,4,-1,4,-4","k":{"9":12,"8":3,"7":17,"5":18,"4":-3,"3":14,"1":29,"0":3,".":9,",":6}},"5":{"d":"57,-58v11,11,16,30,40,24v18,0,26,-16,25,-38v-2,-36,-50,-24,-85,-26v-3,0,-4,-1,-4,-4r0,-121v0,-3,1,-4,4,-4r120,0v6,5,5,31,0,38r-79,0v-8,10,0,35,-3,50v1,7,15,1,22,3v43,0,68,28,67,73v-1,45,-30,70,-78,67v-32,5,-60,-26,-63,-44","k":{"9":15,"8":9,"7":23,"5":15,"4":14,"3":12,"2":12,"1":24,"0":6,"-":3}},"6":{"d":"127,-170v-13,-9,-15,-29,-41,-23v-27,-3,-32,40,-23,63v43,-22,109,4,101,70v-5,41,-30,64,-78,64v-41,0,-67,-26,-67,-64r0,-107v0,-42,31,-66,78,-63v30,-5,69,28,62,45xm86,-34v28,0,39,-13,37,-40v-1,-18,-16,-28,-37,-26v-19,2,-26,17,-26,40v0,15,12,26,26,26","k":{"9":15,"8":9,"7":28,"6":9,"5":21,"4":14,"3":23,"2":20,"1":41,"0":6,"-":3}},"7":{"d":"162,-223v4,66,-6,96,-54,123v-38,21,-32,47,-32,96v-4,10,-27,1,-38,4v-3,0,-3,-1,-3,-4v-2,-65,-2,-100,46,-129v25,-15,41,-25,40,-52v0,-3,-1,-4,-4,-4r-86,0v-6,-5,-5,-31,0,-38r127,0v3,0,4,1,4,4","k":{";":24,":":24,"9":19,"8":22,"7":15,"6":15,"5":26,"4":33,"3":21,"2":28,"1":44,"0":13,".":57,"-":32,",":56,"%":5}},"8":{"d":"143,-115v3,7,26,32,20,52v0,44,-29,67,-77,67v-67,0,-85,-87,-46,-119v-3,-5,-27,-29,-21,-48v0,-44,29,-67,77,-67v66,0,85,83,47,115xm86,-134v24,0,38,-9,36,-33v-1,-19,-15,-28,-36,-26v-16,1,-26,14,-26,33v0,14,12,26,26,26xm86,-34v26,0,38,-11,36,-37v-1,-17,-15,-27,-36,-25v-19,2,-26,14,-26,36v0,14,12,26,26,26","k":{"9":9,"8":9,"7":18,"6":4,"5":15,"4":10,"3":17,"2":12,"1":24,".":10,"-":4,",":9}},"9":{"d":"56,-58v11,5,14,32,41,24v23,1,33,-30,23,-51v-38,21,-107,-3,-101,-56v-6,-59,19,-89,78,-89v41,0,67,25,67,63r0,107v0,42,-30,67,-78,64v-31,5,-67,-28,-61,-46xm86,-115v35,0,40,-20,37,-52v-1,-18,-15,-26,-37,-26v-24,0,-26,25,-26,52v0,15,11,26,26,26","k":{"7":18,"6":-4,"5":6,"4":6,"3":10,"2":9,"1":19,"0":7,"%":4}},":":{"d":"66,-113v0,13,-12,24,-25,24v-13,0,-24,-11,-24,-24v0,-13,11,-25,24,-25v13,0,25,12,25,25xm66,-21v0,13,-12,25,-25,25v-13,0,-24,-12,-24,-25v0,-13,11,-24,24,-24v13,0,25,11,25,24","w":82},";":{"d":"66,-113v0,13,-12,24,-25,24v-13,0,-24,-11,-24,-24v0,-13,11,-25,24,-25v13,0,25,12,25,25xm66,-44v8,44,-19,92,-43,88r-11,-21v-1,-1,24,-17,13,-28v-16,2,-5,-26,-8,-39v7,-10,31,-1,45,-4v2,0,4,2,4,4","w":82,"k":{"j":8}},"<":{"d":"136,-170v7,1,19,19,16,27r-92,55v28,22,67,34,94,57v-6,7,-9,24,-18,25r-113,-66v-3,-7,-3,-24,0,-32"},"=":{"d":"165,-134v6,5,5,28,0,31r-147,0v-7,-2,-7,-27,0,-31r147,0xm165,-72v5,5,5,28,0,31r-147,0v-7,-2,-7,-27,0,-31r147,0"},">":{"d":"159,-104v4,8,3,25,0,32r-114,67v-5,-8,-17,-20,-14,-29v30,-19,64,-33,91,-54v-27,-23,-66,-35,-93,-58v6,-7,9,-24,18,-24"},"?":{"d":"21,-185v-8,-19,37,-54,74,-45v69,-7,91,94,35,119v-27,11,-39,18,-32,45v-4,10,-27,1,-38,4v-14,-21,-2,-61,27,-72v21,-8,34,-15,34,-33v-1,-20,-17,-29,-39,-26v-15,-4,-22,27,-31,23xm105,-21v0,13,-11,25,-24,25v-13,0,-24,-12,-24,-25v0,-13,11,-24,24,-24v13,0,24,11,24,24"},"@":{"d":"225,-162v0,49,14,108,-41,108v-11,0,-19,-6,-29,-10v-31,22,-77,5,-77,-36v0,-52,20,-86,69,-70v2,-7,26,-7,29,1r0,78v0,7,5,9,12,8v5,0,8,-3,8,-8v-2,-47,14,-108,-38,-107v-44,0,-103,-8,-100,36v4,53,-21,134,39,133r93,0v8,1,9,26,0,29r-93,0v-41,0,-67,-25,-67,-64r0,-98v-2,-63,61,-65,128,-65v41,0,67,26,67,65xm127,-83v28,0,29,-63,0,-62v-19,0,-20,21,-19,42v0,11,8,20,19,20","w":254},"A":{"d":"98,-224r67,221v-8,6,-35,4,-44,0r-11,-37v-14,-4,-44,-3,-59,0v-5,13,-4,32,-14,40v-12,-3,-36,6,-40,-5r67,-219v5,-5,27,-5,34,0xm98,-84v-6,-22,-9,-48,-17,-68r-17,68v3,7,29,6,34,0","w":162,"k":{"y":4,"w":4,"v":12,"u":4,"t":9,"s":-3,"g":6,"d":3,"Y":22,"W":14,"V":19,"U":4,"T":18,"S":-4,"Q":4,"O":4,"J":-7,"G":4,"C":4,"?":20,".":-4,"-":3,",":-4}},"B":{"d":"155,-115v4,6,26,30,21,49v0,41,-26,66,-67,66r-81,0v-3,0,-4,-1,-4,-4r0,-219v0,-3,1,-4,4,-4r81,0v42,0,68,27,67,71v3,14,-20,38,-21,41xm69,-134v32,1,67,4,66,-29v-1,-30,-35,-27,-66,-26v-8,10,0,36,-3,51v0,3,0,4,3,4xm69,-38v35,1,66,3,66,-33v0,-29,-36,-26,-66,-25v-3,0,-3,0,-3,3r0,52v0,3,0,3,3,3","w":192,"k":{"y":7,"u":7,"s":8,"o":6,"i":4,"e":6,"d":6,"c":6,"b":9,"a":11,"Z":10,"Y":9,"W":4,"V":4,"U":8,"T":6,"S":4,"R":11,"Q":8,"P":11,"O":8,"N":11,"M":11,"L":11,"K":11,"J":8,"I":11,"H":11,"F":11,"E":11,"D":11,"C":8,"B":11,"A":4,".":10,",":8}},"C":{"d":"86,-34v29,6,34,-11,48,-24v11,6,23,11,33,18v-5,21,-39,53,-81,44v-41,0,-67,-26,-67,-64r0,-107v0,-44,34,-68,85,-63v30,-5,68,29,61,45r-33,16v-11,-14,-18,-28,-46,-24v-46,7,-26,87,-26,133v0,14,12,26,26,26","w":174,"k":{"y":6,"u":5,"t":10,"q":3,"o":3,"l":4,"k":4,"i":4,"h":4,"e":3,"c":3,"a":10,"U":3,"T":4,"Q":5,"O":5,"L":6,"K":9,"J":6,"I":9,"G":5,"C":5,"A":-4,".":3,",":3}},"D":{"d":"176,-67v0,41,-26,67,-67,67r-81,0v-3,0,-4,-1,-4,-4r0,-219v0,-3,1,-4,4,-4r81,0v41,0,67,26,67,67r0,93xm109,-38v45,-5,26,-81,26,-125v0,-30,-35,-27,-66,-26v-3,0,-3,1,-3,4r0,144v0,3,0,3,3,3r40,0","w":194,"k":{"y":5,"o":6,"j":10,"e":6,"a":6,"Y":10,"X":12,"W":5,"V":5,"U":6,"T":8,"S":5,"R":9,"Q":7,"P":9,"O":7,"N":9,"M":9,"L":9,"K":9,"J":3,"I":9,"H":9,"G":7,"F":9,"E":9,"D":9,"C":7,"B":9,"A":5,";":7,":":7,".":11,",":10}},"E":{"d":"155,-38v6,7,5,33,0,38r-127,0v-3,0,-4,-1,-4,-4r0,-219v0,-3,1,-4,4,-4r127,0v6,5,5,31,0,38r-86,0v-8,10,0,36,-3,51v0,3,0,4,3,4r70,0v9,4,2,24,4,34v0,3,-1,4,-4,4r-70,0v-3,0,-3,0,-3,3r0,52v0,3,0,3,3,3r86,0","w":172,"k":{"y":13,"w":10,"v":10,"u":11,"s":3,"q":9,"p":7,"o":9,"j":5,"i":5,"g":13,"e":9,"d":10,"c":9,"b":7,"a":15,"Y":-4,"W":-4,"V":-5,"U":6,"Q":10,"O":11,"J":6,"H":6,"G":11,"C":11,"A":-5,".":4,"-":14,",":4}},"F":{"d":"155,-227v6,7,5,33,0,38r-86,0v-8,10,0,36,-3,51v0,3,0,4,3,4r70,0v9,4,2,24,4,34v0,3,-1,4,-4,4r-70,0v-3,0,-3,0,-3,3r0,89v-4,10,-27,1,-38,4v-3,0,-4,-1,-4,-4r0,-219v0,-3,1,-4,4,-4r127,0","w":163,"k":{"y":9,"w":5,"u":15,"t":5,"s":6,"r":14,"o":14,"n":11,"m":11,"i":6,"g":8,"e":14,"a":23,"Z":-3,"Y":-9,"X":-7,"W":-9,"T":-7,"O":6,"L":4,"J":33,"G":6,"E":6,"C":12,"A":15,";":8,":":8,".":63,"-":9,",":63}},"G":{"d":"140,-170v-11,0,-16,-28,-30,-23v-26,-3,-50,2,-50,26v0,52,-29,142,44,133v21,2,32,-28,22,-47v-12,-2,-31,4,-38,-3r0,-31v0,-3,1,-3,4,-3r75,0v3,0,4,0,4,3v6,73,-7,119,-85,119v-41,0,-67,-26,-67,-64r0,-107v0,-46,37,-68,91,-63v30,-5,71,30,61,45","w":189,"k":{"z":13,"y":8,"v":8,"u":8,"t":13,"r":9,"o":7,"l":10,"k":10,"i":10,"h":10,"e":7,"a":5,"Z":6,"Y":5,"U":9,"S":5,"R":12,"Q":9,"O":9,"N":12,"M":12,"L":9,"K":12,"J":13,"I":12,"H":12,"G":9,"F":12,"E":12,"C":9,"B":12,"A":4,".":10,",":9}},"H":{"d":"181,-4v-4,10,-27,1,-38,4v-3,0,-3,-1,-3,-4r0,-89v0,-3,-1,-3,-4,-3r-67,0v-3,0,-3,0,-3,3r0,89v-4,10,-27,1,-38,4v-3,0,-4,-1,-4,-4r0,-219v4,-10,27,-1,38,-4v2,0,4,1,4,4r0,85v0,3,0,4,3,4r67,0v3,0,4,-1,4,-4r0,-85v0,-3,0,-4,3,-4v12,2,33,-5,38,4r0,219","w":205,"k":{"y":8,"u":8,"o":8,"i":10,"g":10,"e":8,"a":8,"Z":6,"S":6,"Q":9,"O":9,"I":11,"G":9}},"I":{"d":"66,-4v-4,10,-27,1,-38,4v-3,0,-4,-1,-4,-4r0,-219v4,-10,27,-1,38,-4v2,0,4,1,4,4r0,219","w":89,"k":{"w":3,"t":5,"s":8,"q":8,"o":8,"l":9,"g":10,"f":7,"e":8,"d":10,"c":8,"a":9,"Z":6,"X":4,"W":3,"T":4,"S":6,"R":11,"Q":9,"P":11,"O":9,"N":11,"M":11,"L":11,"K":11,"J":9,"I":11,"H":11,"G":9,"F":11,"E":11,"D":11,"B":11,".":7,"-":5,",":6}},"J":{"d":"35,-58v11,5,15,29,31,24v15,0,25,-12,25,-26r0,-163v4,-10,27,-1,38,-4v2,0,3,1,3,4r0,159v1,34,-29,68,-66,68v-26,0,-75,-31,-63,-46","w":151,"k":{"u":5,"o":6,"e":6,"a":6,"W":-12,"A":5,".":11,",":9}},"K":{"d":"113,-135v22,49,54,86,79,132v-9,6,-38,4,-49,1v-21,-30,-37,-64,-60,-92v-8,4,-11,14,-17,20r0,70v-4,10,-27,1,-38,4v-3,0,-4,-1,-4,-4r0,-219v4,-10,27,-1,38,-4v2,0,4,1,4,4v2,27,-4,62,3,84v26,-26,44,-62,70,-88v13,3,44,-7,44,6","w":187,"k":{"y":12,"x":-9,"w":16,"u":10,"t":15,"o":8,"g":9,"e":8,"d":9,"a":9,"Z":-6,"Y":-4,"W":-4,"U":6,"Q":9,"O":10,"J":6,"I":3,"G":10,"C":4,"A":-11,"-":14}},"L":{"d":"155,-38v6,7,5,33,0,38r-127,0v-3,0,-4,-1,-4,-4r0,-219v4,-10,27,-1,38,-4v2,0,4,1,4,4r0,182v0,3,0,3,3,3r86,0","w":163,"k":{"z":-4,"y":8,"x":-8,"w":14,"v":19,"u":10,"t":10,"q":4,"o":8,"g":8,"e":8,"d":5,"c":4,"a":10,"Z":-5,"Y":31,"W":15,"V":23,"U":12,"T":33,"S":4,"R":7,"Q":4,"P":6,"O":12,"N":10,"M":10,"L":6,"K":12,"I":6,"H":6,"G":14,"F":6,"E":6,"D":6,"C":12,"B":10,"A":-10,"-":50}},"M":{"d":"205,-4v-4,9,-26,2,-37,4v-3,0,-3,-1,-3,-4r3,-140v-16,37,-25,80,-44,113v-7,-1,-18,2,-22,-2r-40,-111r3,140v-4,9,-26,2,-37,4v-3,0,-4,-1,-4,-4r0,-219v4,-8,29,-4,38,-2r52,143v20,-47,33,-101,56,-145v11,2,31,-5,35,4r0,219","w":229,"k":{"y":8,"u":8,"s":8,"o":8,"i":10,"e":8,"c":8,"a":13,"Y":3,"T":4,"S":6,"O":9,"J":6,"I":11,"G":9,"C":9,".":7,",":6}},"N":{"d":"174,-4v-4,8,-28,4,-37,2r-74,-145r2,143v-4,9,-26,2,-37,4v-3,0,-4,-1,-4,-4r0,-219v4,-8,28,-4,37,-2r74,146r-2,-144v4,-9,26,-2,37,-4v2,0,4,1,4,4r0,219","w":198,"k":{"y":8,"u":8,"o":8,"j":10,"i":10,"g":10,"e":8,"d":10,"c":8,"a":11,"S":6,"Q":9,"O":9,"J":3,"I":11,"G":9,"C":9,".":7,"-":5,",":6}},"O":{"d":"171,-60v0,44,-34,64,-85,64v-41,0,-67,-26,-67,-64r0,-107v0,-44,34,-63,85,-63v40,0,67,25,67,63r0,107xm129,-60r0,-107v0,-22,-19,-29,-43,-26v-47,6,-26,87,-26,133v0,21,19,26,44,26v14,0,25,-11,25,-26","w":189,"k":{"z":4,"y":5,"u":5,"s":5,"r":6,"p":6,"n":6,"m":6,"l":6,"k":6,"j":10,"i":9,"h":6,"f":4,"c":4,"b":6,"a":7,"Z":10,"Y":8,"X":10,"W":4,"V":4,"U":6,"T":11,"S":5,"R":9,"P":9,"N":9,"M":9,"L":9,"K":9,"J":8,"I":9,"H":9,"F":9,"E":9,"D":9,"B":9,"A":4,".":10,",":9,"&":9}},"P":{"d":"102,-227v41,0,66,26,66,67v0,49,-41,71,-99,64v-3,0,-3,0,-3,3r0,89v-4,10,-27,1,-38,4v-3,0,-4,-1,-4,-4r0,-219v0,-3,1,-4,4,-4r74,0xm69,-134v30,2,58,1,58,-29v0,-27,-29,-28,-58,-26v-8,10,0,36,-3,51v0,3,0,4,3,4","w":173,"k":{"y":9,"x":-8,"w":-8,"u":9,"t":-4,"s":7,"r":6,"o":15,"i":5,"f":-3,"e":17,"d":7,"a":14,"Z":3,"X":4,"W":-3,"S":-3,"R":4,"P":4,"M":4,"L":4,"J":56,"I":4,"H":4,"F":4,"E":4,"D":4,"A":14,";":8,":":8,".":49,"-":16,",":46}},"Q":{"d":"171,-167v0,61,15,146,-32,162v-26,9,-27,6,-25,32v-4,9,-24,2,-34,4v-8,-1,-2,-17,-4,-25v0,-6,-12,-4,-26,-11v-47,-23,-31,-99,-31,-162v0,-44,34,-63,85,-63v40,0,67,25,67,63xm115,-37v27,-17,14,-89,14,-130v0,-22,-19,-29,-43,-26v-47,6,-20,87,-26,133v-2,12,12,28,17,19v-1,-14,18,-24,31,-14v2,6,2,15,7,18","w":189,"k":{"u":5,"U":6,"A":4,".":10,",":8}},"R":{"d":"176,-160v0,29,-20,44,-31,56r35,101v-7,6,-35,5,-44,0v-13,-30,-19,-66,-35,-93v-11,2,-29,-4,-35,3r0,89v-4,10,-27,1,-38,4v-3,0,-4,-1,-4,-4r0,-219v0,-3,1,-4,4,-4r81,0v41,0,67,26,67,67xm69,-134v32,1,67,4,66,-29v-1,-30,-35,-27,-66,-26v-8,10,0,36,-3,51v0,3,0,4,3,4","w":189,"k":{"y":5,"u":5,"s":5,"q":10,"o":10,"i":6,"e":10,"d":11,"c":10,"a":12,"Y":6,"U":6,"T":7,"Q":6,"O":6,"J":6,"I":9,"G":6,"C":-6,".":4,"-":13,",":4}},"S":{"d":"115,-170v-12,-4,-15,-30,-36,-23v-14,0,-26,11,-26,26v0,17,17,22,42,34v39,18,57,37,57,73v0,43,-32,68,-82,64v-31,5,-67,-28,-61,-46v11,-5,20,-12,33,-16v7,10,17,31,43,24v14,0,26,-12,26,-26v0,-18,-16,-25,-39,-36v-40,-19,-60,-35,-60,-71v0,-40,29,-65,73,-63v30,-5,69,28,62,45","w":158,"k":{"w":6,"t":7,"p":3,"Z":3,"T":3,"N":5,"I":5,"A":-3,".":3,",":3}},"T":{"d":"136,-227v6,7,5,33,0,38r-40,0v-3,0,-3,1,-3,4r0,181v-4,10,-27,1,-38,4v-3,0,-3,-1,-3,-4r0,-181v-6,-12,-39,4,-47,-8v2,-11,-5,-30,4,-34r127,0","w":144,"k":{"z":23,"y":26,"w":28,"v":18,"u":26,"s":25,"r":26,"o":26,"i":10,"h":13,"g":27,"e":26,"c":26,"a":37,"Z":-3,"Y":-9,"W":-9,"V":-10,"T":-7,"R":7,"Q":7,"O":16,"M":4,"J":46,"I":4,"G":6,"C":6,"A":18,";":27,":":27,".":24,"-":22,",":23}},"U":{"d":"171,-60v0,44,-34,64,-85,64v-41,0,-67,-26,-67,-64r0,-163v4,-10,27,-1,38,-4v2,0,3,1,3,4r0,163v1,21,19,26,44,26v14,0,25,-11,25,-26r0,-163v4,-10,27,-1,38,-4v3,0,4,1,4,4r0,163","w":189,"k":{"z":4,"y":5,"s":5,"r":6,"p":6,"o":6,"n":6,"m":6,"l":6,"k":6,"j":8,"i":8,"g":7,"f":4,"e":6,"d":7,"c":6,"a":5,"Z":5,"S":5,"O":6,"I":8,"C":6,"A":4,".":10,",":9}},"V":{"d":"165,-224r-67,221v-5,5,-27,5,-34,0r-67,-221v8,-6,35,-4,44,0r41,146r39,-146v8,-6,35,-4,44,0","w":162,"k":{"z":4,"y":7,"u":8,"s":10,"r":10,"o":15,"n":10,"m":10,"i":6,"g":14,"e":15,"c":13,"a":17,"Y":-12,"W":-12,"O":4,"L":-7,"J":29,"G":4,"C":4,"A":19,";":13,":":13,".":26,"-":15,",":25}},"W":{"d":"236,-224r-48,221v-5,5,-28,5,-34,0r-36,-142r-36,142v-4,5,-27,5,-33,0r-48,-221v8,-6,35,-4,44,0r26,147r34,-148v3,-5,22,-5,26,0r34,148v11,-49,15,-105,30,-150v13,2,33,-4,41,3","w":236,"k":{"y":6,"u":6,"s":8,"r":8,"o":10,"n":8,"m":8,"g":11,"e":10,"d":10,"c":10,"a":14,"O":4,"L":-4,"J":23,"G":4,"C":-3,"A":14,";":10,":":10,".":18,"-":10,",":17}},"X":{"d":"111,-115v15,40,37,74,54,112v-9,6,-36,4,-48,1v-12,-22,-20,-48,-34,-68v-16,20,-21,51,-38,70v-13,-2,-43,6,-44,-5r54,-110r-55,-109v9,-6,36,-3,48,-1v12,22,20,49,35,69v17,-19,20,-52,37,-71v13,2,43,-6,44,5","w":164,"k":{"y":11,"t":11,"o":8,"e":8,"c":8,"a":4,"Z":-5,"Y":-8,"T":-7,"Q":9,"O":10,"I":4,"G":10,"A":-10,"-":12}},"Y":{"d":"165,-224v-18,44,-43,80,-63,121r0,99v-4,10,-27,1,-38,4v-3,0,-4,-1,-4,-4r0,-99r-64,-121v9,-6,36,-3,48,-1v13,24,21,52,37,73v16,-20,24,-50,37,-73v11,-3,37,-5,47,1","w":162,"k":{"z":14,"y":17,"x":10,"w":10,"v":8,"u":23,"t":10,"s":23,"r":20,"p":21,"o":27,"n":20,"m":20,"i":9,"g":28,"e":27,"d":28,"c":27,"a":33,"Z":-5,"W":-10,"T":-9,"S":4,"O":8,"M":3,"J":40,"I":3,"G":8,"C":8,"A":23,";":27,":":27,".":46,"-":27,",":48}},"Z":{"d":"148,-224r-82,183v0,2,0,3,3,3r74,0v6,5,5,31,0,38r-135,0v-4,0,-4,-2,-4,-5r81,-181v-16,-8,-48,-1,-69,-3v-9,-4,-2,-24,-4,-34v0,-3,1,-4,4,-4r128,0v3,0,4,1,4,3","w":158,"k":{"w":15,"u":10,"o":15,"i":10,"e":15,"c":8,"a":18,"U":8,"O":10,"G":10,"A":-6,".":3,",":3}},"[":{"d":"98,24v7,6,7,34,0,38r-65,0v-3,0,-3,-1,-3,-4r0,-315v0,-3,0,-4,3,-4r65,0v9,4,2,24,4,34v-2,11,-26,-3,-31,7r0,241v3,7,19,1,27,3","w":131},"\\":{"d":"24,-227v38,70,64,151,98,224v-3,6,-24,4,-30,1r-95,-222v3,-7,19,-1,27,-3","w":118},"]":{"d":"102,58v0,3,-1,4,-4,4r-65,0v-6,-5,-5,-31,0,-38v8,-2,24,4,27,-3r0,-241v-3,-10,-27,4,-30,-7v2,-11,-4,-29,3,-34r65,0v3,0,4,1,4,4r0,315","w":131},"^":{"d":"257,-206v0,13,-10,24,-23,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24v13,0,23,11,23,24xm254,-4v0,3,0,4,-3,4r-35,0v-3,0,-3,-1,-3,-4r0,-157v0,-3,0,-4,3,-4r35,0v3,0,3,1,3,4r0,157xm192,-196v-12,7,-39,12,-31,43v2,11,26,-3,31,7v-2,11,4,29,-3,34v-9,2,-26,-4,-28,4r0,104v0,3,0,4,-3,4r-35,0v-3,0,-3,-1,-3,-4r0,-104v0,-3,-1,-4,-4,-4r-45,0v-3,0,-4,1,-4,4r0,104v0,3,0,4,-3,4v-12,-2,-33,5,-38,-4r0,-104v1,-9,-16,1,-16,-7r0,-31v2,-8,21,4,16,-17v0,-38,29,-67,70,-67v28,0,43,15,47,15v1,1,33,-23,49,-12r0,31xm120,-153v6,-26,-6,-40,-27,-40v-19,0,-29,17,-26,40v0,3,1,4,4,4r45,0v3,0,4,-1,4,-4","w":272},"_":{"d":"82,51v7,2,6,26,0,26r-82,0v-6,-2,-5,-22,0,-26r82,0","w":82},"`":{"d":"75,-245v15,16,25,39,38,57v-5,6,-23,3,-32,2v-18,-19,-39,-35,-55,-56v9,-8,34,-1,49,-3","w":180},"a":{"d":"22,-124v-10,-15,32,-44,60,-44v41,0,68,25,68,63r0,101v-5,8,-38,7,-41,-3v-30,16,-89,4,-89,-43v0,-41,38,-53,85,-48v11,-13,-6,-36,-23,-33v-13,-4,-24,26,-31,22xm109,-64v-19,3,-51,-10,-48,16v7,22,50,9,48,-16","w":170,"k":{"y":7,"w":7,"v":7,"u":7,"t":7,"s":6,"q":7,"p":7,"o":7,"g":8,"f":4,"e":7,"d":7,"c":7,"b":8,"a":14,";":8,":":8,".":5,",":4}},"b":{"d":"155,-102v12,71,-33,120,-94,95v-1,10,-23,7,-37,7v-3,0,-3,-1,-3,-4r0,-219v0,-3,0,-4,3,-4v12,2,33,-5,38,4v1,21,-3,48,2,65v38,-19,95,8,91,56xm88,-38v30,1,25,-35,25,-64v0,-14,-10,-25,-25,-25v-30,0,-27,33,-26,63v0,14,11,26,26,26","w":170,"k":{"z":8,"y":6,"w":5,"v":5,"u":5,"t":3,"s":3,"r":6,"q":5,"p":6,"o":5,"n":6,"m":6,"l":8,"k":8,"j":8,"i":8,"h":8,"f":4,"e":5,"d":5,"c":5,"b":8,"a":12,";":5,":":5,".":9,",":7}},"c":{"d":"83,-34v15,4,19,-19,30,-24r34,18v-4,15,-32,44,-64,44v-59,0,-68,-46,-68,-109v0,-38,27,-63,68,-63v31,0,71,30,61,45r-33,16v-8,-8,-15,-27,-28,-24v-32,0,-26,39,-26,71v0,14,11,26,26,26","w":154,"k":{"y":3,"u":3,"t":4,"s":6,"r":5,"q":4,"o":4,"m":5,"l":5,"k":5,"i":5,"h":5,"g":7,"f":3,"e":4,"d":4,"c":6,"a":11,";":4,":":4,".":3,",":3}},"d":{"d":"150,-4v-6,8,-38,6,-41,-3v-39,19,-99,-7,-94,-57v-13,-69,34,-119,91,-94v5,-17,0,-45,2,-65v4,-10,27,-1,38,-4v2,0,4,1,4,4r0,219xm83,-38v30,1,25,-35,25,-64v0,-14,-10,-25,-25,-25v-30,0,-27,33,-26,63v0,15,11,26,26,26","w":170,"k":{"z":5,"y":6,"u":5,"s":6,"o":6,"g":8,"e":6,"d":8,"a":12,";":8,":":8,".":5,",":4}},"e":{"d":"15,-105v5,-80,135,-83,135,0v0,11,5,29,-4,33r-86,0v-10,11,3,40,23,38v15,4,19,-19,30,-24r34,18v-4,15,-32,44,-64,44v-59,0,-72,-46,-68,-109xm61,-107v15,-2,38,4,47,-3v0,-10,-12,-21,-25,-21v-15,0,-31,15,-22,24","w":165,"k":{"z":8,"y":6,"x":8,"w":4,"v":4,"u":6,"s":3,"r":8,"q":5,"p":8,"o":5,"n":8,"m":8,"l":8,"k":8,"j":8,"i":8,"h":8,"g":5,"f":6,"e":5,"d":5,"c":5,"b":8,"a":12,";":5,":":5,".":10,"-":3,",":9}},"f":{"d":"26,-153v0,-43,26,-77,67,-77v44,0,17,17,15,37v-3,7,-9,0,-15,0v-20,1,-29,17,-26,40v2,11,25,-2,31,7r0,31v-3,10,-27,-4,-31,7r0,104v0,3,0,4,-3,4v-12,-2,-33,5,-38,-4r0,-104v1,-9,-16,1,-16,-7r0,-31v0,-8,16,2,16,-7","w":105,"k":{"z":-3,"w":-6,"r":3,"j":-9,"f":-3,"e":8,"b":-7,"a":15,".":15,",":14}},"g":{"d":"31,-29v14,-35,-16,-33,-16,-73v0,-47,55,-76,95,-56v0,-9,33,-11,40,-3r0,63v0,40,-30,65,-77,63v-4,4,-4,9,0,13v51,-4,92,4,92,55v0,45,-48,51,-98,48v-33,-2,-52,-21,-52,-55v0,-27,29,-26,16,-55xm83,-72v15,0,25,-13,25,-30v0,-14,-10,-25,-25,-25v-16,0,-26,12,-26,29v0,14,11,26,26,26xm67,43v22,-3,61,11,57,-17v-3,-20,-37,-11,-57,-11v-9,0,-11,8,-10,18v0,6,4,10,10,10","w":165,"k":{"v":-3,"s":3,"o":5,"e":5,"a":12,";":-6,":":5,".":5,",":-6}},"h":{"d":"155,-4v-4,10,-27,1,-38,4v-3,0,-4,-1,-4,-4v-7,-43,20,-118,-25,-123v-46,4,-19,80,-26,123v-4,10,-27,1,-38,4v-3,0,-3,-1,-3,-4r0,-219v0,-3,0,-4,3,-4v12,2,33,-5,38,4v1,21,-3,48,2,65v38,-19,91,7,91,56r0,98","w":173,"k":{"z":4,"y":6,"w":6,"v":7,"u":6,"t":5,"s":5,"q":6,"o":6,"j":10,"g":7,"e":6,"d":7,"c":6,"a":8,";":7,":":7,".":4,",":3}},"i":{"d":"66,-206v0,13,-12,24,-25,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24v13,0,25,11,25,24xm62,-4v-4,10,-27,1,-38,4v-3,0,-3,-1,-3,-4r0,-157v0,-3,0,-4,3,-4v12,2,33,-5,38,4r0,157","w":82,"k":{"z":5,"t":4,"q":7,"o":7,"g":8,"e":7,"d":8,"c":4,"a":12,".":5,",":5}},"j":{"d":"66,-206v0,13,-12,24,-25,24v-13,0,-24,-11,-24,-24v0,-13,11,-24,24,-24v13,0,25,11,25,24xm-10,50v7,-6,31,-9,31,-29r0,-182v0,-3,0,-4,3,-4v12,2,33,-5,38,4r0,179v2,36,-35,66,-68,67v-9,-4,-2,-24,-4,-35","w":82,"k":{"u":6,"o":7,"e":7,"a":6,";":7,":":8}},"k":{"d":"103,-105r62,102v-9,6,-37,4,-49,1v-15,-23,-27,-49,-44,-70v-19,7,-7,45,-10,68v-4,10,-27,1,-38,4v-3,0,-3,-1,-3,-4r0,-219v0,-3,0,-4,3,-4v12,2,33,-5,38,4r0,98v0,5,3,5,6,3v14,-14,25,-31,41,-43v15,2,38,-4,47,3v-16,21,-38,35,-53,57","w":161,"k":{"z":-5,"y":8,"x":-9,"u":8,"q":8,"o":8,"g":9,"e":8,"d":9,"a":9,"-":14}},"l":{"d":"62,-4v-4,10,-27,1,-38,4v-3,0,-3,-1,-3,-4r0,-219v0,-3,0,-4,3,-4v12,2,33,-5,38,4r0,219","w":82,"k":{"y":6,"t":6,"q":6,"o":6,"g":8,"e":6,"d":8,"c":6,"a":6,".":5,",":4}},"m":{"d":"127,-151v40,-31,107,-7,107,49r0,98v-4,10,-27,1,-38,4v-3,0,-3,-1,-3,-4v-6,-42,18,-116,-23,-123v-39,7,-16,82,-22,123v-4,10,-27,1,-38,4v-3,0,-3,-1,-3,-4v-6,-42,18,-116,-23,-123v-39,7,-16,82,-22,123v-4,10,-27,1,-38,4v-3,0,-3,-1,-3,-4r0,-157v5,-9,40,-6,40,4v14,-9,53,-9,66,6","w":254,"k":{"z":5,"y":8,"w":8,"v":8,"u":7,"s":6,"q":7,"p":7,"o":7,"g":8,"e":7,"d":7,"c":7,"a":6,";":8,":":8,".":5,",":4}},"n":{"d":"155,-4v-4,10,-27,1,-38,4v-3,0,-4,-1,-4,-4v-7,-43,20,-118,-25,-123v-46,4,-19,80,-26,123v-4,10,-27,1,-38,4v-3,0,-3,-1,-3,-4r0,-157v4,-8,39,-7,40,3v37,-18,94,6,94,56r0,98","w":175,"k":{"z":5,"y":8,"w":8,"v":8,"u":7,"t":6,"s":6,"q":7,"p":7,"o":7,"g":8,"e":7,"d":7,"a":6,";":8,":":8,".":5,"-":3,",":4}},"o":{"d":"150,-105v0,63,-9,109,-67,109v-59,0,-68,-46,-68,-109v0,-38,27,-63,68,-63v40,0,67,25,67,63xm83,-34v31,0,25,-40,25,-71v0,-14,-11,-26,-25,-26v-32,0,-26,39,-26,71v0,14,11,26,26,26","w":165,"k":{"z":6,"y":5,"x":8,"w":4,"v":4,"u":5,"t":3,"s":3,"r":5,"q":5,"p":5,"o":4,"n":5,"m":5,"l":6,"k":6,"j":8,"i":7,"h":6,"g":7,"f":3,"b":6,"a":6,".":8,",":6}},"p":{"d":"155,-102v12,69,-31,120,-91,95v-6,23,0,57,-2,84v-4,10,-27,1,-38,4v-3,0,-3,-1,-3,-4r0,-238v4,-8,39,-7,40,3v37,-18,100,5,94,56xm88,-38v30,1,25,-35,25,-64v0,-14,-10,-25,-25,-25v-30,0,-27,33,-26,63v0,14,11,26,26,26","w":170,"k":{"z":10,"y":6,"x":8,"w":5,"v":6,"u":5,"t":4,"s":3,"r":6,"q":5,"p":8,"o":5,"m":6,"l":6,"j":8,"i":7,"h":6,"g":5,"f":5,"e":5,"d":5,"c":5,"a":4,".":9,",":7}},"q":{"d":"106,-7v-40,21,-95,-13,-91,-57v-14,-72,36,-118,95,-94v0,-9,33,-11,40,-3r0,238v-4,10,-27,1,-38,4v-3,0,-4,-1,-4,-4v-1,-27,3,-60,-2,-84xm83,-38v30,1,25,-35,25,-64v0,-14,-10,-25,-25,-25v-30,0,-27,33,-26,63v0,15,11,26,26,26","w":170,"k":{"u":5,"e":6,"a":6}},"r":{"d":"59,-162v2,20,22,-9,32,-3v32,-3,18,20,21,42v-5,9,-13,-5,-25,-4v-44,5,-18,81,-25,123v-4,10,-27,1,-38,4v-3,0,-3,-1,-3,-4r0,-157v3,-10,24,-1,34,-4v3,0,4,0,4,3","w":112,"k":{"z":-8,"y":-3,"x":-11,"w":-11,"v":-13,"u":-3,"t":-9,"p":3,"o":4,"n":3,"g":10,"f":-3,"d":9,"c":5,"a":5,";":18,":":18,".":23,"-":21,",":22}},"s":{"d":"46,-56v15,9,14,29,41,23v13,0,21,-7,21,-16v0,-14,-20,-10,-50,-18v-29,-7,-42,-22,-42,-46v0,-36,29,-58,71,-55v29,-4,68,27,61,44v-11,5,-20,12,-32,15v-12,-11,-14,-23,-39,-23v-13,0,-20,5,-20,14v0,15,19,11,49,19v29,8,43,21,43,45v0,37,-28,61,-72,58v-30,5,-59,-27,-63,-43","w":165,"k":{"z":3,"y":5,"x":4,"u":5,"t":3,"s":3,"q":4,"p":6,"o":4,"g":9,"e":4,"d":4,"c":4,"b":6,"a":10,";":5,":":8,".":6,"-":4,",":4}},"t":{"d":"69,-60v-4,20,24,23,31,29v-3,12,8,35,-8,35v-31,-1,-64,-27,-64,-64r0,-63v0,-11,-24,3,-26,-8r1,-19v16,-15,27,-33,45,-46v7,1,20,-4,21,4v2,8,-4,24,3,27v9,2,26,-4,28,4v-2,11,5,30,-4,34v-8,2,-27,-5,-27,4r0,63","w":115,"k":{"y":12,"w":4,"v":3,"u":6,"t":7,"s":12,"r":7,"q":12,"o":10,"i":6,"h":9,"g":12,"e":10,"d":12,"c":10,"a":16,";":5,":":5,".":5,"-":19,",":5}},"u":{"d":"151,-4v-4,8,-39,7,-40,-3v-39,19,-94,-7,-94,-57r0,-97v4,-10,27,-1,38,-4v2,0,4,1,4,4v6,43,-19,118,25,123v45,-5,20,-80,26,-123v4,-10,27,-1,38,-4v2,0,3,1,3,4r0,157","w":172,"k":{"z":5,"y":6,"s":6,"p":7,"o":6,"g":8,"e":6,"d":6,"c":6,"b":7,"a":6,";":8,":":8,".":5,"-":3,",":4}},"v":{"d":"158,-162r-64,160v-7,4,-25,3,-33,0r-64,-160v7,-6,33,-4,43,-1r38,99v25,-66,33,-101,40,-101v13,2,33,-4,40,3","w":154,"k":{"z":-6,"w":-10,"o":4,"e":4,";":4,":":4,".":23,"-":8,",":22}},"w":{"d":"215,-162r-48,159v-5,5,-27,5,-33,0r-26,-105r-26,105v-5,5,-27,5,-33,0r-48,-159v7,-6,34,-5,43,0r23,99v9,-33,12,-73,25,-102v11,2,29,-4,35,3r23,99v9,-33,12,-73,25,-102v13,2,33,-4,40,3","w":215,"k":{"o":4,"e":4,";":4,":":4,".":17,"-":6,",":16}},"x":{"d":"101,-84v13,30,34,53,50,81v-9,6,-36,4,-47,1v-11,-15,-18,-33,-31,-46v-13,14,-19,35,-33,48v-11,-2,-38,5,-38,-5v14,-28,34,-49,44,-80r-50,-77v9,-6,35,-4,47,-1r30,46v14,-13,20,-35,34,-48v13,3,43,-7,43,6","w":147,"k":{"t":-8,"q":8,"o":5,"e":8,"d":10,"c":3,"a":4,"-":14}},"y":{"d":"54,24v10,0,14,28,30,23v23,1,32,-29,24,-52v-42,16,-91,-12,-91,-59r0,-97v4,-10,27,-1,38,-4v2,0,4,1,4,4v6,43,-19,118,25,123v45,-5,20,-80,26,-123v4,-10,27,-1,38,-4v2,0,3,1,3,4r0,179v0,41,-26,67,-67,67v-30,0,-67,-29,-61,-45","w":172,"k":{"s":6,"o":6,"l":7,"g":8,"e":6,"d":6,"c":6,"b":7,"a":6,";":7,":":8,".":5,"-":3,",":4}},"z":{"d":"146,-162r-71,121v0,2,0,3,3,3r62,0v9,4,2,24,4,34v0,3,-1,4,-4,4r-134,0v-4,0,-3,-2,-3,-5r70,-119v-13,-7,-41,0,-59,-3v-10,-2,-1,-24,-4,-34v0,-3,1,-4,4,-4r128,0v3,0,4,2,4,3","w":154,"k":{"o":7,"l":5,"g":12,"e":7,"d":8,"b":5,"a":3}},"{":{"d":"76,-2v-4,20,24,23,31,29v-3,12,8,35,-8,35v-33,0,-64,-28,-64,-67r0,-50v3,-19,-24,-22,-31,-29r0,-31v6,-8,35,-9,31,-29r0,-50v-3,-40,31,-66,64,-67v16,0,5,23,8,35v-6,7,-35,8,-31,28r0,57v3,14,-20,39,-21,42v2,4,25,29,21,43r0,54","w":136},"|":{"d":"146,-213v23,-21,66,-12,106,-14v3,0,3,1,3,4r0,219v0,3,0,4,-3,4r-35,0v-3,0,-3,-1,-3,-4r0,-181v-16,-12,-62,-3,-53,32v2,11,26,-3,31,7v-2,11,4,29,-3,34v-9,2,-26,-4,-28,4r0,104v0,3,0,4,-3,4r-35,0v-3,0,-3,-1,-3,-4r0,-104v0,-3,-1,-4,-4,-4r-45,0v-3,0,-4,1,-4,4r0,104v0,3,0,4,-3,4v-12,-2,-33,5,-38,-4r0,-104v1,-9,-16,1,-16,-7r0,-31v2,-8,21,4,16,-17v0,-35,29,-67,70,-67v22,0,36,7,50,17xm120,-153v6,-26,-5,-40,-27,-40v-19,0,-29,17,-26,40v0,3,1,4,4,4r45,0v3,0,4,-1,4,-4","w":275},"}":{"d":"102,-144v-3,20,23,22,30,29r0,31v-6,7,-34,9,-30,29r0,50v2,38,-31,66,-65,67v-15,0,-4,-23,-7,-35v7,-6,30,-8,30,-29r0,-54v-3,-16,20,-40,21,-43v-22,-19,-25,-56,-21,-99v2,-20,-23,-22,-30,-28v3,-12,-7,-34,7,-35v53,-1,73,53,65,117","w":136},"~":{"d":"187,-230v45,0,17,19,15,37v-3,7,-9,0,-15,0v-20,1,-29,17,-26,40v2,11,26,-3,31,7v-2,11,4,29,-3,34v-9,2,-26,-4,-28,4r0,104v0,3,0,4,-3,4r-35,0v-3,0,-3,-1,-3,-4r0,-104v0,-3,-1,-4,-4,-4r-45,0v-3,0,-4,1,-4,4r0,104v0,3,0,4,-3,4v-12,-2,-33,5,-38,-4r0,-104v1,-9,-16,1,-16,-7r0,-31v2,-8,21,4,16,-17v0,-38,29,-67,70,-67v28,0,43,15,47,15v3,0,18,-15,44,-15xm120,-153v6,-26,-6,-40,-27,-40v-19,0,-29,17,-26,40v0,3,1,4,4,4r45,0v3,0,4,-1,4,-4","w":199},"\u00a0":{"w":63}}});

/*** clearingInput: a jQuery plugin 0.1.2***/

(function ($) {
  $.extend($.fn, {
    clearingInput: function (options) {
      var defaults = {blurClass: 'blur'};

      options = $.extend(defaults, options);

      return this.each(function () {
        var input = $(this).addClass(options.blurClass);
        var form  = input.parents('form:first');
        var label, text;

        text = options.text || input.val();

        if (text) {
          input.val(text);

          input.blur(function () {
            if (input.val() === '') {
              input.addClass(options.blurClass).val(text);
            }
          }).focus(function () {
            if (input.val() === text) {
              input.val('');
            }
            input.removeClass(options.blurClass);
          });

          form.submit(function() {
            if (input.hasClass(options.blurClass)) {
              input.val('');
            }
          });

          input.blur();
        }

      });
    }
  });
})(jQuery);


jQuery(document).ready(function(){
	
	jQuery(".tabs").tabs(".panes  div", { 
	        // enable "cross-fading" effect 
	        effect: 'fade', 
	        fadeOutSpeed: "slow", 
	        // start from the beginning after the last tab 
	        rotate: true,
			event: 'mouseover'
			// 	        onClick: function()
			// {
			// 	
			// 	var href= this.find('a').attr('href');
			// 	window.location = href;
			// }

	    // use the slideshow plugin. It accepts its own configuration 
	    }).slideshow({
	        autoplay: true,
	        interval:  5000
	});
	
	Cufon.replace('.sprite-z-nvdems-star-heading');
	Cufon.replace('.featured');
	Cufon.now();
	
	jQuery('#global-signup label').corner('4px');
	jQuery('.cal-date').corner('10px');
	
	jQuery(".labelize input:text").clearingInput();	

});


