

/*
 * jQuery Tools 1.2.3 - The missing UI library for the Web
 * 
 * [tabs, scrollable, scrollable.autoscroll, scrollable.navigator]
 * 
 * NO COPYRIGHTS OR LICENSES. DO WHAT YOU LIKE.
 * 
 * http://flowplayer.org/tools/
 * 
 * File generated: Sat Jun 12 14:45:27 GMT 2010
 */
(function(c){function p(e,b,a){var d=this,l=e.add(this),h=e.find(a.tabs),i=b.jquery?b:e.children(b),j;h.length||(h=e.children());i.length||(i=e.parent().find(b));i.length||(i=c(b));c.extend(this,{click:function(f,g){var k=h.eq(f);if(typeof f=="string"&&f.replace("#","")){k=h.filter("[href*="+f.replace("#","")+"]");f=Math.max(h.index(k),0)}if(a.rotate){var n=h.length-1;if(f<0)return d.click(n,g);if(f>n)return d.click(0,g)}if(!k.length){if(j>=0)return d;f=a.initialIndex;k=h.eq(f)}if(f===j)return d;
g=g||c.Event();g.type="onBeforeClick";l.trigger(g,[f]);if(!g.isDefaultPrevented()){o[a.effect].call(d,f,function(){g.type="onClick";l.trigger(g,[f])});j=f;h.removeClass(a.current);k.addClass(a.current);return d}},getConf:function(){return a},getTabs:function(){return h},getPanes:function(){return i},getCurrentPane:function(){return i.eq(j)},getCurrentTab:function(){return h.eq(j)},getIndex:function(){return j},next:function(){return d.click(j+1)},prev:function(){return d.click(j-1)},destroy:function(){h.unbind(a.event).removeClass(a.current);
i.find("a[href^=#]").unbind("click.T");return d}});c.each("onBeforeClick,onClick".split(","),function(f,g){c.isFunction(a[g])&&c(d).bind(g,a[g]);d[g]=function(k){c(d).bind(g,k);return d}});if(a.history&&c.fn.history){c.tools.history.init(h);a.event="history"}h.each(function(f){c(this).bind(a.event,function(g){d.click(f,g);return g.preventDefault()})});i.find("a[href^=#]").bind("click.T",function(f){d.click(c(this).attr("href"),f)});if(location.hash)d.click(location.hash);else if(a.initialIndex===
0||a.initialIndex>0)d.click(a.initialIndex)}c.tools=c.tools||{version:"1.2.3"};c.tools.tabs={conf:{tabs:"a",current:"current",onBeforeClick:null,onClick:null,effect:"default",initialIndex:0,event:"click",rotate:false,history:false},addEffect:function(e,b){o[e]=b}};var o={"default":function(e,b){this.getPanes().hide().eq(e).show();b.call()},fade:function(e,b){var a=this.getConf(),d=a.fadeOutSpeed,l=this.getPanes();d?l.fadeOut(d):l.hide();l.eq(e).fadeIn(a.fadeInSpeed,b)},slide:function(e,b){this.getPanes().slideUp(200);
this.getPanes().eq(e).slideDown(400,b)},ajax:function(e,b){this.getPanes().eq(0).load(this.getTabs().eq(e).attr("href"),b)}},m;c.tools.tabs.addEffect("horizontal",function(e,b){m||(m=this.getPanes().eq(0).width());this.getCurrentPane().animate({width:0},function(){c(this).hide()});this.getPanes().eq(e).animate({width:m},function(){c(this).show();b.call()})});c.fn.tabs=function(e,b){var a=this.data("tabs");if(a){a.destroy();this.removeData("tabs")}if(c.isFunction(b))b={onBeforeClick:b};b=c.extend({},
c.tools.tabs.conf,b);this.each(function(){a=new p(c(this),e,b);c(this).data("tabs",a)});return b.api?a:this}})(jQuery);
(function(e){function n(f,c){var a=e(c);return a.length<2?a:f.parent().find(c)}function t(f,c){var a=this,l=f.add(a),g=f.children(),k=0,m=c.vertical;j||(j=a);if(g.length>1)g=e(c.items,f);e.extend(a,{getConf:function(){return c},getIndex:function(){return k},getSize:function(){return a.getItems().size()},getNaviButtons:function(){return o.add(p)},getRoot:function(){return f},getItemWrap:function(){return g},getItems:function(){return g.children(c.item).not("."+c.clonedClass)},move:function(b,d){return a.seekTo(k+
b,d)},next:function(b){return a.move(1,b)},prev:function(b){return a.move(-1,b)},begin:function(b){return a.seekTo(0,b)},end:function(b){return a.seekTo(a.getSize()-1,b)},focus:function(){return j=a},addItem:function(b){b=e(b);if(c.circular){e(".cloned:last").before(b);e(".cloned:first").replaceWith(b.clone().addClass(c.clonedClass))}else g.append(b);l.trigger("onAddItem",[b]);return a},seekTo:function(b,d,h){if(c.circular&&b===0&&k==-1&&d!==0)return a;if(!c.circular&&b<0||b>a.getSize()||b<-1)return a;
var i=b;if(b.jquery)b=a.getItems().index(b);else i=a.getItems().eq(b);var q=e.Event("onBeforeSeek");if(!h){l.trigger(q,[b,d]);if(q.isDefaultPrevented()||!i.length)return a}i=m?{top:-i.position().top}:{left:-i.position().left};k=b;j=a;if(d===undefined)d=c.speed;g.animate(i,d,c.easing,h||function(){l.trigger("onSeek",[b])});return a}});e.each(["onBeforeSeek","onSeek","onAddItem"],function(b,d){e.isFunction(c[d])&&e(a).bind(d,c[d]);a[d]=function(h){e(a).bind(d,h);return a}});if(c.circular){var r=a.getItems().slice(-1).clone().prependTo(g),
s=a.getItems().eq(1).clone().appendTo(g);r.add(s).addClass(c.clonedClass);a.onBeforeSeek(function(b,d,h){if(!b.isDefaultPrevented())if(d==-1){a.seekTo(r,h,function(){a.end(0)});return b.preventDefault()}else d==a.getSize()&&a.seekTo(s,h,function(){a.begin(0)})});a.seekTo(0,0)}var o=n(f,c.prev).click(function(){a.prev()}),p=n(f,c.next).click(function(){a.next()});!c.circular&&a.getSize()>1&&a.onBeforeSeek(function(b,d){setTimeout(function(){if(!b.isDefaultPrevented()){o.toggleClass(c.disabledClass,
d<=0);p.toggleClass(c.disabledClass,d>=a.getSize()-1)}},1)});c.mousewheel&&e.fn.mousewheel&&f.mousewheel(function(b,d){if(c.mousewheel){a.move(d<0?1:-1,c.wheelSpeed||50);return false}});c.keyboard&&e(document).bind("keydown.scrollable",function(b){if(!(!c.keyboard||b.altKey||b.ctrlKey||e(b.target).is(":input")))if(!(c.keyboard!="static"&&j!=a)){var d=b.keyCode;if(m&&(d==38||d==40)){a.move(d==38?-1:1);return b.preventDefault()}if(!m&&(d==37||d==39)){a.move(d==37?-1:1);return b.preventDefault()}}});
e(a).trigger("onBeforeSeek",[c.initialIndex])}e.tools=e.tools||{version:"1.2.3"};e.tools.scrollable={conf:{activeClass:"active",circular:false,clonedClass:"cloned",disabledClass:"disabled",easing:"swing",initialIndex:0,item:null,items:".items",keyboard:true,mousewheel:false,next:".next",prev:".prev",speed:400,vertical:false,wheelSpeed:0}};var j;e.fn.scrollable=function(f){var c=this.data("scrollable");if(c)return c;f=e.extend({},e.tools.scrollable.conf,f);this.each(function(){c=new t(e(this),f);e(this).data("scrollable",
c)});return f.api?c:this}})(jQuery);
(function(c){var g=c.tools.scrollable;g.autoscroll={conf:{autoplay:true,interval:3E3,autopause:true}};c.fn.autoscroll=function(d){if(typeof d=="number")d={interval:d};var b=c.extend({},g.autoscroll.conf,d),h;this.each(function(){var a=c(this).data("scrollable");if(a)h=a;var e,i,f=true;a.play=function(){if(!e){f=false;e=setInterval(function(){a.next()},b.interval);a.next()}};a.pause=function(){e=clearInterval(e)};a.stop=function(){a.pause();f=true};b.autopause&&a.getRoot().add(a.getNaviButtons()).hover(function(){a.pause();
clearInterval(i)},function(){f||(i=setTimeout(a.play,b.interval))});b.autoplay&&setTimeout(a.play,b.interval)});return b.api?h:this}})(jQuery);
(function(d){function p(c,g){var h=d(g);return h.length<2?h:c.parent().find(g)}var m=d.tools.scrollable;m.navigator={conf:{navi:".navi",naviItem:null,activeClass:"active",indexed:false,idPrefix:null,history:false}};d.fn.navigator=function(c){if(typeof c=="string")c={navi:c};c=d.extend({},m.navigator.conf,c);var g;this.each(function(){function h(a,b,i){e.seekTo(b);if(j){if(location.hash)location.hash=a.attr("href").replace("#","")}else return i.preventDefault()}function f(){return k.find(c.naviItem||
"> *")}function n(a){var b=d("<"+(c.naviItem||"a")+"/>").click(function(i){h(d(this),a,i)}).attr("href","#"+a);a===0&&b.addClass(l);c.indexed&&b.text(a+1);c.idPrefix&&b.attr("id",c.idPrefix+a);return b.appendTo(k)}function o(a,b){a=f().eq(b.replace("#",""));a.length||(a=f().filter("[href="+b+"]"));a.click()}var e=d(this).data("scrollable"),k=p(e.getRoot(),c.navi),q=e.getNaviButtons(),l=c.activeClass,j=c.history&&d.fn.history;if(e)g=e;e.getNaviButtons=function(){return q.add(k)};f().length?f().each(function(a){d(this).click(function(b){h(d(this),
a,b)})}):d.each(e.getItems(),function(a){n(a)});e.onBeforeSeek(function(a,b){setTimeout(function(){if(!a.isDefaultPrevented()){var i=f().eq(b);!a.isDefaultPrevented()&&i.length&&f().removeClass(l).eq(b).addClass(l)}},1)});e.onAddItem(function(a,b){b=n(e.getItems().index(b));j&&b.history(o)});j&&f().history(o)});return c.api?g:this}})(jQuery);


/*
 * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
 *
 * Uses the built in easing capabilities added In jQuery 1.1
 * to offer multiple easing options
 *
 * TERMS OF USE - jQuery Easing
 * 
 * Open source under the BSD License. 
 * 
 * Copyright © 2008 George McGinley Smith
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without modification, 
 * are permitted provided that the following conditions are met:
 * 
 * Redistributions of source code must retain the above copyright notice, this list of 
 * conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list 
 * of conditions and the following disclaimer in the documentation and/or other materials 
 * provided with the distribution.
 * 
 * Neither the name of the author nor the names of contributors may be used to endorse 
 * or promote products derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE. 
 *
*/

// t: current time, b: begInnIng value, c: change In value, d: duration
jQuery.easing['jswing'] = jQuery.easing['swing'];

jQuery.extend( jQuery.easing,
{
	def: 'easeOutQuad',
	swing: function (x, t, b, c, d) {
		//alert(jQuery.easing.default);
		return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
	},
	easeInQuad: function (x, t, b, c, d) {
		return c*(t/=d)*t + b;
	},
	easeOutQuad: function (x, t, b, c, d) {
		return -c *(t/=d)*(t-2) + b;
	},
	easeInOutQuad: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t + b;
		return -c/2 * ((--t)*(t-2) - 1) + b;
	},
	easeInCubic: function (x, t, b, c, d) {
		return c*(t/=d)*t*t + b;
	},
	easeOutCubic: function (x, t, b, c, d) {
		return c*((t=t/d-1)*t*t + 1) + b;
	},
	easeInOutCubic: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t + b;
		return c/2*((t-=2)*t*t + 2) + b;
	},
	easeInQuart: function (x, t, b, c, d) {
		return c*(t/=d)*t*t*t + b;
	},
	easeOutQuart: function (x, t, b, c, d) {
		return -c * ((t=t/d-1)*t*t*t - 1) + b;
	},
	easeInOutQuart: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
		return -c/2 * ((t-=2)*t*t*t - 2) + b;
	},
	easeInQuint: function (x, t, b, c, d) {
		return c*(t/=d)*t*t*t*t + b;
	},
	easeOutQuint: function (x, t, b, c, d) {
		return c*((t=t/d-1)*t*t*t*t + 1) + b;
	},
	easeInOutQuint: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
		return c/2*((t-=2)*t*t*t*t + 2) + b;
	},
	easeInSine: function (x, t, b, c, d) {
		return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
	},
	easeOutSine: function (x, t, b, c, d) {
		return c * Math.sin(t/d * (Math.PI/2)) + b;
	},
	easeInOutSine: function (x, t, b, c, d) {
		return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
	},
	easeInExpo: function (x, t, b, c, d) {
		return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
	},
	easeOutExpo: function (x, t, b, c, d) {
		return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
	},
	easeInOutExpo: function (x, t, b, c, d) {
		if (t==0) return b;
		if (t==d) return b+c;
		if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
		return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
	},
	easeInCirc: function (x, t, b, c, d) {
		return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
	},
	easeOutCirc: function (x, t, b, c, d) {
		return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
	},
	easeInOutCirc: function (x, t, b, c, d) {
		if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
		return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
	},
	easeInElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
	},
	easeOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d)==1) return b+c;  if (!p) p=d*.3;
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
	},
	easeInOutElastic: function (x, t, b, c, d) {
		var s=1.70158;var p=0;var a=c;
		if (t==0) return b;  if ((t/=d/2)==2) return b+c;  if (!p) p=d*(.3*1.5);
		if (a < Math.abs(c)) { a=c; var s=p/4; }
		else var s = p/(2*Math.PI) * Math.asin (c/a);
		if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
		return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
	},
	easeInBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158;
		return c*(t/=d)*t*((s+1)*t - s) + b;
	},
	easeOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158;
		return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
	},
	easeInOutBack: function (x, t, b, c, d, s) {
		if (s == undefined) s = 1.70158; 
		if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
		return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
	},
	easeInBounce: function (x, t, b, c, d) {
		return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
	},
	easeOutBounce: function (x, t, b, c, d) {
		if ((t/=d) < (1/2.75)) {
			return c*(7.5625*t*t) + b;
		} else if (t < (2/2.75)) {
			return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
		} else if (t < (2.5/2.75)) {
			return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
		} else {
			return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
		}
	},
	easeInOutBounce: function (x, t, b, c, d) {
		if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
		return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
	}
});

/*
 *
 * TERMS OF USE - EASING EQUATIONS
 * 
 * Open source under the BSD License. 
 * 
 * Copyright © 2001 Robert Penner
 * All rights reserved.
 * 
 * Redistribution and use in source and binary forms, with or without modification, 
 * are permitted provided that the following conditions are met:
 * 
 * Redistributions of source code must retain the above copyright notice, this list of 
 * conditions and the following disclaimer.
 * Redistributions in binary form must reproduce the above copyright notice, this list 
 * of conditions and the following disclaimer in the documentation and/or other materials 
 * provided with the distribution.
 * 
 * Neither the name of the author nor the names of contributors may be used to endorse 
 * or promote products derived from this software without specific prior written permission.
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 
 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
 *  COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 *  EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
 *  GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 
 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 *  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE. 
 *
 */

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
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("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}})());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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Converted by Andrey V. Panov from TeX fonts
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"5,-250r36,0v40,139,55,193,58,215v8,-52,42,-156,57,-215r38,0r58,215v15,-78,39,-143,58,-215r32,0r-72,252r-39,0v-37,-129,-55,-195,-58,-217v-13,71,-40,149,-58,217r-37,0","w":348,"k":{"\u010c":10,"\u00d3":10,"\u00c1":31,"z":10,"y":10,"w":10,"v":10,"u":10,"s":10,"r":10,"p":10,"o":10,"n":10,"m":10,"g":10,"e":10,"d":10,"c":10,"a":10,"Q":10,"O":10,"G":10,"C":10,"A":31}},{"d":"13,-85v0,-46,26,-88,63,-88v21,0,39,9,53,21r0,-98r33,0r0,250r-34,0r0,-21v-12,12,-28,24,-52,24v-37,0,-63,-41,-63,-88xm128,-132v-32,-35,-92,1,-81,52v-2,29,18,58,47,56v59,-5,26,-60,34,-108","w":186},{"d":"10,0v1,-17,-2,-16,9,-31r86,-113r-89,0r0,-26r135,0r0,18r-94,125r95,0r0,27r-142,0","w":162},{"d":"23,0r0,-250r34,0r0,250r-34,0","w":81},{"d":"23,-216r0,-34r34,0r0,34r-34,0xm23,0r0,-170r34,0r0,170r-34,0","w":81},{"d":"30,0r0,-250r52,0r109,216r0,-216r34,0r0,250r-53,0r-108,-216r0,216r-34,0","w":254},{"d":"10,-14r6,-31v14,19,88,32,89,-2v0,-24,-36,-23,-54,-29v-46,-13,-65,-98,24,-99v22,0,35,4,56,13r-6,29v-20,-16,-79,-24,-81,5v4,27,39,18,64,32v39,22,47,98,-33,99v-27,0,-49,-8,-65,-17","w":144},{"d":"28,-240r27,0v14,11,25,23,40,33r39,-33r27,0r-53,47r-27,0xm13,-85v0,-70,82,-117,142,-74r-5,29v-41,-25,-101,-35,-103,45v-2,83,77,62,108,40r2,30v-17,10,-35,18,-61,18v-49,0,-83,-41,-83,-88","w":168},{"d":"10,0r91,-253r41,0r90,253r-39,0r-22,-61r-104,0r-22,61r-35,0xm77,-90r84,0v-22,-63,-39,-112,-42,-125v-6,26,-29,87,-42,125","w":243,"k":{"\u016e":10,"\u0165":10,"\u0164":31,"\u011b":10,"\u010f":10,"\u010d":10,"\u010c":10,"\u00fd":10,"\u00f3":10,"\u00e9":10,"\u00dd":31,"\u00da":10,"\u00d3":10,"y":10,"w":10,"v":10,"t":10,"q":10,"o":10,"e":10,"d":10,"c":10,"Y":31,"W":42,"V":42,"U":10,"T":31,"Q":10,"O":10,"G":10,"C":10}},{"d":"29,0r0,-250r38,0r0,221r121,0r0,29r-159,0","w":204,"k":{"\u0164":31,"\u00dd":31,"Y":31,"W":42,"V":42,"T":31}},{"d":"70,-274v30,-16,51,-39,105,-32v-33,13,-54,37,-105,32xm29,0r0,-249r174,0r0,28r-136,0r0,77r126,0r0,29r-126,0r0,85r142,0r0,30r-180,0","w":225},{"d":"31,0r0,-42r42,0r0,42r-42,0xm31,-128r0,-42r42,0r0,42r-42,0","w":105},{"d":"23,0r0,-250r34,0r0,100v61,-51,113,-14,116,64v3,77,-76,114,-115,67r0,19r-35,0xm133,-51v18,-40,3,-96,-41,-95v-59,1,-26,55,-34,99v9,32,59,33,75,-4","w":186,"k":{"\u00fd":10,"y":10,"x":10,"w":10,"r":10}},{"d":"13,-85v0,-70,82,-117,142,-74r-5,29v-41,-25,-101,-35,-103,45v-2,83,77,62,108,40r2,30v-17,10,-35,18,-61,18v-49,0,-83,-41,-83,-88","w":168},{"d":"49,-194r47,-46r35,0r-54,46r-28,0xm119,-98v10,-63,-57,-60,-88,-31r-2,-30v45,-31,125,-16,125,50r0,109r-34,0r0,-23v-14,18,-39,26,-61,26v-31,0,-45,-30,-45,-51v0,-34,48,-48,105,-50xm79,-24v28,1,46,-20,40,-57v-43,2,-71,12,-71,32v0,14,14,25,31,25","w":177,"k":{"\u00fd":10,"y":10,"w":10,"r":10}},{"d":"8,35v10,-1,26,-3,26,-17r0,-188r34,0r0,187v-11,60,-53,50,-95,36r7,-28v10,6,17,10,28,10xm34,-216r0,-34r34,0r0,34r-34,0","w":91},{"d":"43,96v-17,-2,-15,-17,0,-17r208,0v9,0,11,6,11,9v0,9,-10,8,-12,8r-207,0","w":294},{"d":"37,-250r42,0r-4,175r-34,0xm37,0r0,-42r42,0r0,42r-42,0","w":117},{"d":"226,-69v0,42,-56,69,-100,69r-96,0r0,-250r86,0v49,-5,100,29,100,64v0,41,-60,55,-61,55v36,6,71,29,71,62xm66,-29v17,0,36,1,51,1v56,0,73,-26,73,-41v0,-19,-19,-48,-80,-48r-44,0r0,88xm66,-144v51,5,120,-9,115,-41v2,-32,-67,-39,-115,-36r0,77","w":247},{"d":"21,80v24,-24,63,-70,63,-175v0,-127,-59,-169,-63,-175r27,0v25,21,70,70,70,175v0,105,-46,154,-70,175r-27,0","w":146},{"d":"8,53r34,0r0,-296r-34,0r0,-27r68,0r0,350r-68,0r0,-27","w":111},{"d":"35,-170v-9,-60,36,-94,96,-80r0,30v-18,-8,-63,-13,-63,17r0,33r40,0r0,27r-39,0r0,143r-34,0r0,-143r-25,0r0,-27r25,0","w":115,"k":{"]":-26,"?":-26,")":-26,"!":-26}},{"d":"23,60r0,-230r34,0r0,20v17,-14,37,-23,61,-23v33,0,55,42,55,88v0,74,-75,114,-115,66r0,79r-35,0xm58,-130v6,42,-20,104,29,106v24,0,51,-23,51,-61v0,-49,-52,-78,-80,-45","w":186,"k":{"\u00fd":10,"y":10,"x":10,"w":10,"r":10}},{"d":"83,-320r27,0r37,38r36,-38r28,0r-49,58r-31,0xm23,-125v0,-96,99,-160,195,-119r-6,38v-17,-11,-33,-22,-64,-22v-52,0,-87,50,-87,103v0,53,35,102,88,102v39,0,52,-10,71,-22r2,31v-21,12,-35,20,-73,20v-75,0,-126,-63,-126,-131","w":241},{"d":"5,-170r35,0v46,122,41,113,45,135v2,-30,39,-127,41,-135r33,0r-62,177v-8,36,-39,67,-85,53r-3,-29v30,12,59,2,62,-31","w":164,"k":{"\u011b":10,"\u00f3":10,"\u00e9":10,"\u00e1":10,"o":10,"e":10,"a":10,".":31,",":31}},{"d":"4,-72r0,-27r101,0r0,27r-101,0","w":126},{"d":"23,0r0,-250r34,0r0,109v9,-16,27,-32,54,-32v50,0,51,38,51,60r0,113r-34,0r0,-114v0,-16,-5,-32,-35,-32v-32,0,-35,36,-35,49r0,97r-35,0","w":186},{"d":"23,0r0,-170r33,0r1,30v10,-17,27,-33,54,-33v46,0,49,34,50,34v9,-17,27,-34,55,-34v50,0,51,37,51,60r0,113r-34,0r0,-112v0,-13,-1,-34,-36,-34v-14,0,-34,10,-34,49r0,97r-35,0r0,-112v0,-13,0,-34,-35,-34v-14,0,-35,10,-35,49r0,97r-35,0","w":290},{"d":"24,0r0,-250r32,0r0,148r63,-68r41,0r-60,65r69,105r-37,0r-54,-82r-23,24r0,58r-31,0","w":175,"k":{"\u011b":10,"\u010d":10,"\u00f3":10,"\u00e9":10,"\u00e1":10,"o":10,"e":10,"c":10,"a":10,"W":31,"V":31}},{"d":"35,-250r35,0r-4,106r-27,0","w":105},{"d":"5,-250r40,0r78,215r79,-215r35,0r-95,252r-42,0","w":243,"k":{"\u010c":10,"\u00d3":10,"\u00c1":31,"z":10,"y":10,"w":10,"v":10,"u":10,"s":10,"r":10,"p":10,"o":10,"n":10,"m":10,"g":10,"e":10,"d":10,"c":10,"a":10,"Q":10,"O":10,"G":10,"C":10,"A":31}},{"d":"112,35v7,42,-68,48,-75,45r-19,0r0,-27v46,-1,59,-2,59,-17v0,-49,-15,-84,19,-115v18,-15,38,-15,44,-16v-21,-1,-63,-12,-63,-58v0,-56,33,-100,-59,-90r0,-27v25,0,40,-2,64,6v34,12,29,34,30,39r0,71v-4,34,28,44,59,45r0,28v-28,1,-59,10,-59,45r0,71"},{"d":"52,-320r27,0r37,38r37,-38r27,0r-49,58r-30,0xm21,0v0,-11,-1,-21,5,-26r134,-196r-134,0r0,-28r184,0v0,10,1,21,-5,25r-134,196r141,0r0,29r-191,0","w":231},{"d":"69,-107v38,6,65,16,67,57v3,71,-88,58,-126,36r6,-31v17,20,88,31,89,-2v-9,-42,-92,-8,-92,-77v0,-63,74,-58,118,-38r-6,29v-19,-11,-33,-15,-55,-15v-14,0,-26,4,-26,20v0,18,24,21,25,21xm5,-240r27,0v14,11,25,23,40,33r39,-33r27,0r-53,47r-27,0","w":144},{"d":"23,0r0,-170r34,0r0,170r-34,0xm6,-194r47,-46r34,0r-54,46r-27,0","w":81},{"d":"30,0r0,-250r36,0r0,126r123,-126r43,0r-97,99r103,151r-41,0r-86,-126r-45,46r0,80r-36,0","w":253,"k":{"\u010c":10,"\u00f3":10,"v":10,"o":10,"Q":10,"G":10,"C":10}},{"d":"17,-240r27,0v14,11,25,23,40,33r39,-33r27,0r-53,47r-28,0xm10,0v1,-17,-2,-16,9,-31r86,-113r-89,0r0,-26r135,0r0,18r-94,125r95,0r0,27r-142,0","w":162},{"d":"7,-143r0,-27r29,0r0,-49r33,0r0,49r50,0r0,27r-50,0r0,84v-9,51,42,30,49,21r8,26v-21,11,-42,15,-59,15v-35,0,-31,-48,-31,-62r0,-84r-29,0xm98,-192r13,-27r-13,0r0,-42r42,0r0,42r-21,27r-21,0","w":136,"k":{"\u00fd":10,"y":10,"w":10}},{"d":"63,-320r28,0r36,38r37,-38r27,0r-48,58r-31,0xm30,0r0,-250r52,0r109,216r0,-216r34,0r0,250r-53,0r-108,-216r0,216r-34,0","w":254},{"d":"10,-86v0,-46,34,-89,80,-89v27,0,69,15,69,85r-116,0v-1,37,21,66,53,66v30,0,50,-15,58,-21r3,30v-16,10,-37,18,-61,18v-51,0,-86,-43,-86,-89xm47,-111r82,0v-9,-34,-31,-36,-39,-36v-17,0,-35,13,-43,36","w":169,"k":{"V":31}},{"d":"23,-240r27,0r40,33r40,-33r27,0r-53,47r-28,0xm10,-86v0,-46,34,-89,80,-89v27,0,69,15,69,85r-116,0v-1,37,21,66,53,66v30,0,50,-15,58,-21r3,30v-16,10,-37,18,-61,18v-51,0,-86,-43,-86,-89xm47,-111r82,0v-9,-34,-31,-36,-39,-36v-17,0,-35,13,-43,36","w":169},{"d":"66,-320r28,0r36,38r37,-38r27,0r-49,58r-30,0xm13,-220r0,-28r234,0r0,28r-98,0r0,220r-38,0r0,-220r-98,0","w":261,"k":{"\u00c1":31,"z":31,"y":31,"x":31,"w":31,"v":31,"u":31,"s":31,"r":31,"p":31,"o":31,"n":31,"g":31,"e":31,"d":31,"c":31,"a":31,"A":31}},{"d":"192,-74v9,-1,18,7,18,14v0,5,-3,14,-17,14r-156,0v-23,-2,-20,-22,-5,-27xm21,-130v0,-13,13,-14,18,-14r154,0v25,2,24,27,0,27r-156,0v-14,0,-16,-10,-16,-13","w":231},{"d":"5,0r94,-132r-89,-118r45,0r63,87r61,-87r42,0r-83,118r99,132r-44,0r-75,-105r-70,105r-43,0","w":243,"k":{"\u010c":10,"\u00d3":10,"Q":10,"O":10,"G":10,"C":10}},{"d":"44,-320r27,0r37,38r36,-38r27,0r-48,58r-30,0xm29,0r0,-249r174,0r0,28r-136,0r0,77r126,0r0,29r-126,0r0,85r142,0r0,30r-180,0","w":225},{"d":"205,-70v30,4,82,-12,89,13v0,5,-3,14,-18,14r-79,0r-25,88v-1,3,-3,15,-15,15v-7,0,-13,-6,-13,-13v0,-4,3,-12,25,-90r-53,0r-25,88v-1,3,-2,15,-14,15v-7,0,-14,-6,-14,-13v0,-4,3,-12,25,-90v-23,-4,-67,10,-67,-14v0,-22,54,-9,75,-14r14,-49r-70,0v-12,1,-19,-5,-19,-14v0,-5,3,-13,18,-13r79,0r25,-88v0,-2,2,-15,14,-15v8,0,14,7,14,13v0,6,-5,18,-25,90r52,0r26,-88v1,-2,2,-15,14,-15v9,0,14,8,14,13v0,2,-3,11,-25,90v25,4,63,-11,67,13v-1,22,-51,12,-75,14xm124,-70v17,-1,38,2,53,-1r13,-49r-52,0","w":315},{"d":"10,-56v1,-14,-4,-27,5,-36r87,-147r41,0r0,154r35,0r0,29r-35,0r0,56r-34,0r0,-56r-99,0xm45,-85r65,0r0,-125v-6,26,-32,69,-65,125"},{"d":"48,-194r47,-46r35,0r-55,46r-27,0xm23,-47r0,-123r35,0r0,120v0,22,-1,27,27,27v68,-2,36,-88,43,-147r34,0r0,170r-33,0r0,-27v-2,3,-24,30,-68,30v-37,0,-38,-29,-38,-50","w":186,"k":{"w":10}},{"d":"31,0r0,-42r42,0v-1,48,6,34,-21,82r-21,0r13,-40r-13,0","w":105},{"d":"21,-125v0,-71,52,-131,120,-131v64,0,120,56,120,131v1,45,-22,84,-55,111r44,54r-44,0r-30,-40v-83,26,-155,-38,-155,-125xm58,-123v0,84,49,106,99,100r-36,-47r40,0r26,33v23,-18,37,-47,37,-87v0,-63,-36,-104,-83,-104v-35,0,-83,28,-83,105","w":281},{"d":"0,0r67,-88r-65,-82r37,0r42,56r41,-56r36,0r-62,82r69,88r-37,0r-47,-67r-44,67r-37,0","w":164},{"d":"21,-198v0,-40,24,-72,54,-72v27,0,54,29,54,73v0,39,-24,72,-54,72v-27,0,-54,-29,-54,-73xm54,-202v0,23,0,50,21,50v13,0,22,-21,22,-45v-1,-28,-10,-46,-24,-46v-18,1,-19,23,-19,41xm75,20v-11,-1,-7,-14,-3,-21r164,-261v2,-8,17,-12,18,1r-168,271v-3,4,-5,10,-11,10xm192,-53v0,-39,23,-72,53,-72v31,0,54,35,54,73v0,39,-23,72,-53,72v-27,0,-54,-29,-54,-73xm224,-57v0,23,0,50,21,50v13,0,22,-22,22,-46v0,-28,-9,-45,-23,-45v-19,1,-20,25,-20,41","w":320},{"d":"31,0r0,-250r50,0v67,172,76,200,78,209v3,-19,75,-199,78,-209r50,0r0,250r-34,0r0,-215r-78,209r-33,0r-77,-209r0,215r-34,0","w":317},{"d":"5,-170r34,0v27,81,40,121,43,135r44,-135r33,0r-57,171r-39,0","w":164},{"d":"45,15v-15,1,-18,-22,-5,-26r122,-84r-122,-84v-15,-7,-8,-27,5,-27v53,28,95,66,144,97v1,1,10,5,10,14v0,9,-9,13,-10,14r-134,93v-2,1,-6,3,-10,3","w":231},{"d":"71,-274v30,-16,52,-39,105,-32v-33,13,-54,37,-105,32xm10,0r91,-253r41,0r90,253r-39,0r-22,-61r-104,0r-22,61r-35,0xm77,-90r84,0v-22,-63,-39,-112,-42,-125v-6,26,-29,87,-42,125","w":243,"k":{"\u016e":10,"\u0165":10,"\u0164":31,"\u011b":10,"\u010f":10,"\u010d":10,"\u010c":10,"\u00fd":10,"\u00f3":10,"\u00e9":10,"\u00dd":31,"\u00da":10,"\u00d3":10,"y":10,"w":10,"v":10,"t":10,"q":10,"o":10,"e":10,"d":10,"c":10,"Y":31,"W":42,"V":42,"U":10,"T":31,"Q":10,"O":10,"G":10,"C":10}},{"d":"7,-143r0,-27r29,0r0,-49r33,0r0,49r50,0r0,27r-50,0v3,36,-12,118,18,118v17,0,28,-11,31,-13r8,26v-21,11,-41,15,-59,15v-29,0,-31,-37,-31,-60r0,-86r-29,0","w":136,"k":{"\u00fd":10,"y":10,"w":10}},{"d":"23,0r0,-170r33,0r1,30v5,-10,21,-33,54,-33v50,0,51,39,51,60r0,113r-34,0r0,-114v0,-16,-5,-32,-35,-32v-32,0,-35,36,-35,49r0,97r-35,0","w":186},{"d":"48,-320r27,0r37,38r36,-38r27,0r-48,58r-31,0xm29,-250v87,-3,191,-5,191,70v0,31,-28,55,-62,64r73,116r-38,0r-69,-112r-58,0r0,112r-37,0r0,-250xm185,-180v0,-46,-66,-43,-119,-41r0,82v53,-1,119,9,119,-41","w":241},{"d":"58,-194r47,-46r35,0r-55,46r-27,0xm5,-170r35,0v46,122,41,113,45,135v2,-30,39,-127,41,-135r33,0r-62,177v-8,36,-39,67,-85,53r-3,-29v30,12,59,2,62,-31","w":164,"k":{"\u011b":10,"\u00f3":10,"\u00e9":10,"\u00e1":10,"o":10,"e":10,"a":10,".":31,",":31}},{"d":"87,-274v81,-46,28,-28,105,-32v-33,13,-54,37,-105,32xm1,-250r44,0r78,115r78,-115r41,0r-98,144v-13,26,-1,71,-5,106r-36,0r0,-100","w":243,"k":{"\u00c1":31,"z":31,"x":31,"w":31,"v":31,"u":31,"s":31,"r":31,"p":31,"o":31,"n":31,"g":31,"e":31,"d":31,"c":31,"a":31,"A":31}},{"d":"36,-240r35,0r47,46r-27,0"},{"d":"15,-190v29,-91,155,-52,155,26v0,37,-31,58,-60,81v-13,10,-25,21,-61,53r121,0r0,30r-151,0r0,-29v55,-51,41,-39,70,-64v26,-22,45,-42,45,-70v0,-28,-20,-50,-50,-50v-30,0,-43,23,-49,48"},{"d":"13,-85v0,-77,79,-115,116,-62r0,-26r33,0r0,233r-34,0r0,-82v-40,49,-115,18,-115,-63xm47,-85v0,32,21,61,47,61v15,0,35,-11,35,-28v-2,-41,11,-93,-31,-93v-25,0,-51,23,-51,60","w":186},{"d":"51,-170r50,-53r28,0r51,53r-28,0r-37,-36r-37,36r-27,0","w":231},{"d":"70,-194r47,-46r35,0r-54,46r-28,0xm10,-85v0,-44,33,-89,84,-89v46,0,84,40,84,90v0,47,-36,87,-84,87v-44,0,-84,-36,-84,-88xm45,-88v0,30,16,65,49,63v39,-2,50,-30,50,-65v0,-44,-24,-57,-50,-57v-21,0,-49,9,-49,59","k":{"\u00fd":10,"y":10,"x":10,"w":10,"r":10}},{"d":"29,-250v87,-3,191,-5,191,70v0,31,-28,55,-62,64r73,116r-38,0r-69,-112r-58,0r0,112r-37,0r0,-250xm185,-180v0,-46,-66,-43,-119,-41r0,82v53,-1,119,9,119,-41","w":241},{"d":"91,-274v29,-16,51,-39,104,-32v-32,13,-54,37,-104,32xm21,-124v0,-71,52,-132,120,-132v64,0,120,56,120,131v0,72,-53,131,-120,131v-63,0,-120,-55,-120,-130xm59,-129v0,68,38,107,82,107v34,0,82,-29,82,-107v0,-63,-38,-99,-82,-99v-35,0,-82,26,-82,99","w":281,"k":{"\u00dd":10,"\u00c1":10,"Y":10,"X":10,"W":10,"V":10,"A":10}},{"d":"32,-191r0,-28v36,0,59,-8,76,-23r8,0r0,215r47,0r0,27r-129,0r0,-27r47,0r0,-172v-19,6,-34,8,-49,8"},{"d":"35,80v-12,1,-17,-14,-11,-24r115,-309v0,-18,27,-23,29,-4r-118,320v-3,7,-4,17,-15,17"},{"d":"67,-87v1,32,8,64,58,64v56,0,60,-45,60,-62r0,-165r35,0r0,163v-2,125,-191,123,-191,-1r0,-162r38,0r0,163","w":249},{"d":"38,-320r27,0r37,38r37,-38r27,0r-49,58r-30,0xm247,-123v0,69,-49,124,-122,123r-96,0r0,-250r96,0v74,-1,122,55,122,127xm66,-29r52,1v74,0,92,-51,92,-95v0,-46,-18,-98,-92,-98r-52,0r0,192","w":268,"k":{"\u00dd":10,"\u00c1":10,"Y":10,"X":10,"W":10,"V":10,"A":10}},{"d":"132,-75v0,-27,-8,-50,-34,-50v-21,0,-33,14,-39,27r-31,0r0,-138r129,0r0,29r-95,0r0,67v47,-33,112,9,108,67v-5,73,-94,116,-157,44r15,-25v19,30,46,32,58,32v41,0,46,-29,46,-53"},{"d":"13,-86v0,-74,79,-115,116,-62r0,-25r33,0r0,170v1,73,-84,83,-136,53r0,-29v35,18,97,42,102,-25r-1,-37v-25,54,-114,33,-114,-45xm47,-86v0,29,24,50,47,50v35,0,35,-44,35,-80v0,-12,-12,-30,-31,-30v-24,0,-51,24,-51,60","w":186,"k":{"j":-10}},{"d":"94,6v-79,1,-114,-107,-29,-133v-17,-5,-44,-22,-44,-51v0,-32,30,-64,73,-64v41,0,74,29,74,64v0,37,-45,51,-45,51v21,6,50,27,50,60v0,38,-34,73,-79,73xm51,-68v0,25,8,46,43,46v36,0,44,-22,44,-46v0,-37,-22,-46,-44,-46v-22,0,-43,9,-43,46xm53,-178v0,22,10,37,41,37v25,0,41,-10,41,-37v0,-30,-17,-37,-41,-37v-26,0,-41,10,-41,37"},{"d":"13,-274v81,-46,28,-28,105,-32v-33,13,-54,37,-105,32xm29,0r0,-250r38,0r0,250r-38,0","w":96},{"d":"15,-206r0,-30r158,0r0,29v-52,57,-82,133,-82,210r-36,0v0,-91,43,-162,94,-209r-134,0"},{"d":"23,-47r0,-123r35,0r0,120v0,22,-1,27,27,27v68,-2,36,-88,43,-147r34,0r0,170r-33,0r0,-27v-2,3,-24,30,-68,30v-37,0,-38,-29,-38,-50","w":186,"k":{"w":10}},{"d":"41,-320r27,0r37,38r36,-38r27,0r-48,58r-30,0xm17,-19r6,-37v31,37,126,50,131,-11v-11,-75,-133,-15,-133,-118v0,-35,31,-71,85,-71v28,0,47,5,70,17r-6,38v-13,-10,-29,-25,-64,-25v-57,0,-65,61,-23,71v48,12,105,22,106,84v0,37,-31,77,-86,77v-36,0,-65,-12,-86,-25","w":209},{"d":"29,0r0,-249r169,0r0,28r-131,0r0,82r116,0r0,29r-116,0r0,110r-38,0","w":214,"k":{"\u010c":10,"\u00d3":10,"\u00c1":31,"z":10,"y":10,"w":10,"v":10,"u":10,"s":10,"r":10,"p":10,"o":10,"n":10,"m":10,"g":10,"e":10,"d":10,"c":10,"a":10,"Q":10,"O":10,"G":10,"C":10,"A":31}},{"d":"31,0r0,-42r42,0r0,42r-42,0","w":105},{"d":"183,-202r13,-27r-13,0r0,-42r42,0r0,42r-21,27r-21,0xm13,-85v0,-46,26,-88,63,-88v21,0,39,9,53,21r0,-98r33,0r0,250r-34,0r0,-21v-12,12,-28,24,-52,24v-37,0,-63,-41,-63,-88xm128,-132v-32,-35,-92,1,-81,52v-2,29,18,58,47,56v59,-5,26,-60,34,-108","w":245},{"d":"83,-278v0,-22,17,-44,42,-44v24,0,42,21,42,44v0,22,-17,43,-42,43v-24,0,-42,-20,-42,-43xm104,-279v0,10,3,17,19,17v16,0,23,-1,23,-16v0,-14,-6,-17,-20,-17v-15,0,-22,2,-22,16xm67,-87v1,32,8,64,58,64v56,0,60,-45,60,-62r0,-165r35,0r0,163v-2,125,-191,123,-191,-1r0,-162r38,0r0,163","w":249},{"d":"21,-125v0,-91,104,-166,180,-109v31,23,30,78,30,105v-3,119,-141,108,-142,4v0,-52,44,-97,96,-77v-5,-8,-16,-24,-39,-24v-45,0,-92,40,-92,101v0,52,37,101,94,101v48,0,46,-12,83,-9v-74,79,-210,18,-210,-92xm121,-125v0,32,17,55,38,55v20,0,39,-23,39,-55v0,-32,-19,-55,-38,-55v-20,0,-39,23,-39,55","w":252},{"d":"24,-247v-7,-9,0,-24,11,-23v10,0,12,9,14,13r119,323v0,8,-8,14,-14,14v-11,0,-13,-10,-15,-15"},{"d":"23,0r0,-170r33,0r0,37v6,-12,25,-39,63,-40r0,31v-22,0,-61,11,-61,57r0,85r-35,0xm13,-240r27,0v14,11,25,23,40,33r39,-33r27,0r-53,47r-27,0","w":124},{"d":"119,-98v10,-63,-57,-60,-88,-31r-2,-30v45,-31,125,-16,125,50r0,109r-34,0r0,-23v-14,18,-39,26,-61,26v-31,0,-45,-30,-45,-51v0,-34,48,-48,105,-50xm79,-24v28,1,46,-20,40,-57v-43,2,-71,12,-71,32v0,14,14,25,31,25","w":177,"k":{"\u00fd":10,"y":10,"w":10,"r":10}},{"d":"90,-274v81,-46,28,-29,104,-32v-32,13,-53,37,-104,32xm67,-87v1,32,8,64,58,64v56,0,60,-45,60,-62r0,-165r35,0r0,163v-2,125,-191,123,-191,-1r0,-162r38,0r0,163","w":249},{"d":"40,-194r47,-46r34,0r-54,46r-27,0xm10,-86v0,-46,34,-89,80,-89v27,0,69,15,69,85r-116,0v-1,37,21,66,53,66v30,0,50,-15,58,-21r3,30v-16,10,-37,18,-61,18v-51,0,-86,-43,-86,-89xm47,-111r82,0v-9,-34,-31,-36,-39,-36v-17,0,-35,13,-43,36","w":169},{"d":"28,-95v0,-105,46,-154,70,-175r28,0v-24,25,-63,70,-63,175v0,112,45,157,63,175r-28,0v-24,-21,-70,-70,-70,-175","w":146},{"d":"23,-125v0,-96,99,-160,195,-119r-6,38v-17,-11,-33,-22,-64,-22v-52,0,-87,50,-87,103v0,53,35,102,88,102v39,0,52,-10,71,-22r2,31v-21,12,-35,20,-73,20v-75,0,-126,-63,-126,-131","w":241},{"d":"29,0r0,-249r174,0r0,28r-136,0r0,77r126,0r0,29r-126,0r0,85r142,0r0,30r-180,0","w":225},{"d":"51,-213v0,-13,15,-29,42,-29v22,0,42,12,42,29v0,13,-15,29,-42,29v-22,0,-42,-12,-42,-29xm72,-213v0,14,8,18,21,18v15,0,21,-7,21,-17v0,-15,-9,-18,-21,-18v-16,0,-21,7,-21,17xm23,-47r0,-123r35,0r0,120v0,22,-1,27,27,27v68,-2,36,-88,43,-147r34,0r0,170r-33,0r0,-27v-2,3,-24,30,-68,30v-37,0,-38,-29,-38,-50","w":186,"k":{"w":10}},{"d":"42,-147v-17,1,-19,-22,-5,-28r42,-18v-48,-21,-52,-20,-52,-31v0,-8,7,-14,14,-14v7,0,8,4,45,32v-4,-33,-6,-47,-6,-52v2,-16,26,-17,28,1v0,4,0,4,-6,51v36,-28,40,-32,45,-32v17,-1,18,25,4,27r-42,18v48,21,52,21,52,32v0,8,-6,14,-14,14v-7,0,-8,-4,-45,-32v4,35,6,47,6,52v0,5,-5,12,-14,12v-24,-11,-11,-15,-8,-64v-36,28,-39,32,-44,32"},{"d":"120,-250v48,-3,97,33,96,76v0,30,-25,77,-92,77r-57,0r0,97r-38,0r0,-250r91,0xm66,-125v33,-1,64,5,90,-7v21,-10,24,-31,24,-41v0,-67,-61,-44,-114,-48r0,96","w":236,"k":{"\u011b":10,"\u00f3":10,"\u00e9":10,"\u00e1":10,"\u00c1":31,"o":10,"e":10,"a":10,"A":31,".":31,",":31}},{"d":"41,-81v-11,-1,-12,-27,0,-28r135,-93v8,-8,24,-2,23,10v0,7,-4,10,-8,13r-122,84r122,84v13,7,10,25,-5,26v-54,-26,-95,-66,-145,-96","w":231},{"d":"13,-220r0,-28r234,0r0,28r-98,0r0,220r-38,0r0,-220r-98,0","w":261,"k":{"\u00c1":31,"z":31,"y":31,"x":31,"w":31,"v":31,"u":31,"s":31,"r":31,"p":31,"o":31,"n":31,"g":31,"e":31,"d":31,"c":31,"a":31,"A":31}},{"d":"31,-128r0,-42r42,0r0,42r-42,0xm31,0r0,-42r42,0v-1,48,6,34,-21,82r-21,0r13,-40r-13,0","w":105},{"d":"67,-22v24,0,43,-8,43,-35r0,-193r37,0r0,194v-6,77,-76,70,-132,47r7,-34v13,15,27,21,45,21","w":173},{"d":"17,-240r27,0r40,33r40,-33r27,0r-53,47r-28,0xm23,0r0,-170r33,0r1,30v5,-10,21,-33,54,-33v50,0,51,39,51,60r0,113r-34,0r0,-114v0,-16,-5,-32,-35,-32v-32,0,-35,36,-35,49r0,97r-35,0","w":186},{"d":"45,-250r35,0r-4,106r-27,0xm109,-250r35,0r-4,106r-28,0"},{"d":"17,-19r6,-37v31,37,126,50,131,-11v-11,-75,-133,-15,-133,-118v0,-35,31,-71,85,-71v28,0,47,5,70,17r-6,38v-13,-10,-29,-25,-64,-25v-57,0,-65,61,-23,71v48,12,105,22,106,84v0,37,-31,77,-86,77v-36,0,-65,-12,-86,-25","w":209},{"d":"35,80r0,-350r68,0r0,27r-34,0r0,296r34,0r0,27r-68,0","w":111},{"d":"94,6v-58,0,-83,-58,-80,-122v2,-48,5,-126,80,-126v64,0,82,65,80,136v-2,57,-19,112,-80,112xm94,-215v-45,0,-46,51,-45,97v2,70,3,90,45,97v34,6,45,-54,45,-99v0,-30,-2,-95,-45,-95"},{"d":"67,-75v-3,-84,48,-89,56,-124v-1,-43,-70,-28,-92,-8r-10,-28v21,-12,40,-18,64,-18v90,-2,79,74,47,100v-37,30,-31,51,-31,78r-34,0xm63,0r0,-42r42,0r0,42r-42,0","w":178},{"d":"21,-124v0,-71,52,-132,120,-132v64,0,120,56,120,131v0,72,-53,131,-120,131v-63,0,-120,-55,-120,-130xm59,-129v0,68,38,107,82,107v34,0,82,-29,82,-107v0,-63,-38,-99,-82,-99v-35,0,-82,26,-82,99","w":281,"k":{"\u00dd":10,"\u00c1":10,"Y":10,"X":10,"W":10,"V":10,"A":10}},{"w":119},{"d":"17,-22r5,-31v16,13,29,21,59,26r0,-87v-88,-22,-72,-122,0,-138r0,-18r27,0v-3,38,10,4,53,37r-5,30v-18,-13,-27,-18,-48,-21r0,78v85,21,72,133,0,148r0,18r-27,0r0,-18v-23,-3,-42,-9,-64,-24xm81,-222v-38,14,-37,55,0,69r0,-69xm108,-28v23,-9,28,-28,28,-40v0,-30,-28,-39,-28,-39r0,79"},{"d":"10,-85v0,-44,33,-89,84,-89v46,0,84,40,84,90v0,47,-36,87,-84,87v-44,0,-84,-36,-84,-88xm45,-88v0,30,16,65,49,63v39,-2,50,-30,50,-65v0,-44,-24,-57,-50,-57v-21,0,-49,9,-49,59","k":{"\u00fd":10,"y":10,"x":10,"w":10,"r":10}},{"d":"21,-95v3,-23,55,-11,81,-14v3,-26,-10,-77,14,-80v4,0,13,2,13,14r0,66v26,3,78,-10,81,14v-3,23,-55,12,-81,14r0,66v-3,21,-23,19,-27,0r0,-66v-26,-3,-78,9,-81,-14","w":231},{"d":"72,-69v-84,-12,-74,-175,23,-173v32,0,78,22,78,122v1,92,-74,158,-146,110r14,-25v6,4,17,13,37,13v49,-1,59,-48,59,-84v-24,39,-64,36,-65,37xm81,-97v37,6,57,-25,55,-59v-2,-31,-6,-59,-41,-59v-48,0,-44,37,-44,65v0,20,0,48,30,53"},{"d":"29,0r0,-250r38,0r0,250r-38,0","w":96,"k":{"I":-10}},{"d":"44,68r0,-326v0,-10,5,-12,8,-12v8,0,9,7,9,13r0,323v0,8,-1,14,-8,14v-4,0,-9,-2,-9,-12","w":105},{"d":"5,-170r34,0r34,135v1,-21,34,-130,35,-135r31,0r36,135v2,-19,33,-125,36,-135r32,0r-48,171r-39,0r-34,-136v-1,28,-32,129,-34,136r-34,0","w":249,"k":{"\u011b":10,"\u010d":10,"\u00f3":10,"\u00e9":10,"\u00e1":10,"o":10,"e":10,"c":10,"a":10}},{"d":"1,-250r44,0r78,115r78,-115r41,0r-98,144v-13,26,-1,71,-5,106r-36,0r0,-100","w":243,"k":{"\u00c1":31,"z":31,"x":31,"w":31,"v":31,"u":31,"s":31,"r":31,"p":31,"o":31,"n":31,"g":31,"e":31,"d":31,"c":31,"a":31,"A":31}},{"d":"247,-123v0,69,-49,124,-122,123r-96,0r0,-250r96,0v74,-1,122,55,122,127xm66,-29r52,1v74,0,92,-51,92,-95v0,-46,-18,-98,-92,-98r-52,0r0,192","w":268,"k":{"\u00dd":10,"\u00c1":10,"Y":10,"X":10,"W":10,"V":10,"A":10}},{"w":119},{"d":"23,-125v-3,-96,106,-166,200,-114r-6,38v-9,-7,-29,-27,-69,-27v-52,0,-87,50,-87,103v0,53,34,102,87,102v25,0,40,-6,44,-6r0,-61r-45,0r0,-28r79,0r0,106v-98,51,-200,-9,-203,-113","w":252},{"d":"29,0r0,-250r38,0r0,106r121,0r0,-106r37,0r0,250r-37,0r0,-116r-121,0r0,116r-38,0","w":254},{"d":"31,-203v1,-30,26,-47,49,-47v26,0,46,20,69,20v11,0,22,-6,23,-20r27,0v-1,28,-22,47,-48,47v-27,0,-47,-20,-70,-20v-12,0,-22,6,-23,20r-27,0","w":231},{"d":"15,-26r6,-27v27,34,114,53,114,-15v0,-20,-9,-46,-45,-46r-27,0r0,-27v29,-2,30,-2,36,-5v13,-5,28,-19,28,-40v0,-18,-12,-29,-34,-29v-36,0,-53,28,-56,32r-16,-24v31,-51,139,-45,141,22v0,15,-6,40,-38,58v81,27,55,130,-32,133v-31,0,-57,-13,-77,-32"},{"d":"15,-56v0,-19,28,-57,54,-69v-21,-45,-8,-131,45,-131v34,0,53,32,53,59v0,31,-35,59,-59,76v16,30,42,56,53,69v9,-7,44,-37,62,-106r29,8v-13,51,-39,89,-69,117v17,16,69,7,78,2r0,31v-35,12,-80,4,-103,-14v-19,10,-41,20,-73,20v-40,0,-70,-28,-70,-62xm50,-58v0,39,58,41,84,24v-22,-23,-39,-41,-53,-66v-15,12,-31,20,-31,42xm87,-195v0,24,8,44,9,49v13,-10,40,-31,40,-52v0,-17,-9,-31,-22,-31v-11,0,-27,9,-27,34","w":281},{"d":"154,-145v41,56,14,149,-59,151v-32,0,-80,-21,-80,-122v0,-99,65,-144,140,-119r0,28v-15,-5,-23,-8,-38,-8v-53,1,-66,50,-66,85v23,-39,65,-37,65,-37v13,1,24,3,38,22xm95,-22v45,0,40,-35,42,-65v2,-25,-10,-60,-47,-52v-27,5,-39,29,-38,58v1,27,7,59,43,59"},{"d":"21,0v0,-11,-1,-21,5,-26r134,-196r-134,0r0,-28r184,0v0,10,1,21,-5,25r-134,196r141,0r0,29r-191,0","w":231},{"d":"77,-36v1,-33,-27,-44,-59,-45r0,-28v28,-1,62,-10,59,-45v8,-52,-24,-89,30,-110v25,-10,37,-5,64,-6r0,27v-44,1,-59,2,-59,17v0,53,17,78,-19,115v-16,17,-39,15,-45,16v35,2,64,21,64,58v0,56,-33,100,59,90r0,27v-25,-1,-40,3,-64,-5v-34,-12,-30,-35,-30,-40r0,-71"},{"d":"23,0r0,-170r33,0r0,37v6,-12,25,-39,63,-40r0,31v-22,0,-62,11,-62,57r0,85r-34,0","w":124}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-75-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("!zVm^;@$B1LG!E~j{;C,TzTL4s@mV;LG4s),B1fRVutK3a$9usf>^z~:lmXmi}qWVqCi4(hWizi_:;)]4(hWizhXB~t*5gE}qCz(T)!-i@:.wfonhu143VB^l{?I%*9]r~;RJ8OYKxGQWX,a$ms|c_>jtL#Hw9~{VRgl{n5Xiz@_-1*xB,{1IuXmi}q|VCXmi}qsiuXmi}g~Vqxl{n5X@sul{n5X@]ul{n5X@}{~4(hWinC94(hWin3$.u*l{n5Xi1q]@CXmi}g;3oXf?Eu@{]_l{n5W3aC$^~Xmi}qm:CXmi}g;VCXmi}grVz5,lu_l{n5WV]@o4(hWizwaiuWQuuXmi}qWVnuR:CXmi}g]V}{m4(hWin3Wf9_l{n5XizVl{n5X@;u54CXl{n5X@n~*4(hWizf*4(hWizh_!q@C4(hWinV;!~5tu}x!4(hWinwc4E)n1a5Hn,5r^,K_o4X|1hfl{n5W3ng(o(ca)]VB?|T9-R@W^z~$!ET9!oX8.n5Kl}m9-R5K^}mW-;X~^;{$BEXR.1TGV9_R^(~WB(iL?|$jB13J39_QBa$Q49%H:R{|{mWG!ntJ.aJG!mWGl|f8^;uGBuWG3|J8)EL8-Rf~l|wJ^zL]34f8^scGBzLa{z_*^1h8!1VQl9%jBnXK:,KYBo~R1s@^Bum{.4g^BumL!o%8")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":189,"face":{"font-family":"CMU Bright","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 7 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-27 -322 342 96.0331","underline-thickness":"18","underline-position":"-27","stemh":"27","stemv":"35","unicode-range":"U+0020-U+017E"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Converted by Andrey V. Panov from TeX fonts
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"75,-37v1,-31,-28,-45,-55,-45r0,-26v66,2,55,-57,55,-117v0,-10,-1,-30,32,-40v23,-7,45,-5,71,-5r0,26v-36,-1,-61,5,-55,18r0,73v2,41,-37,56,-70,58v40,4,70,18,70,59v0,51,-26,101,55,90r0,26v-42,0,-94,3,-103,-37r0,-80"},{"d":"89,-325r26,0r39,37r38,-37r26,0r-43,63r-43,0xm22,-125v-1,-139,108,-148,206,-121r-8,48v-13,-9,-30,-24,-66,-24v-61,0,-79,43,-79,96v0,53,16,98,80,98v37,0,48,-7,74,-24r4,40v-31,17,-46,20,-79,20v-72,0,-132,-30,-132,-133","w":253},{"d":"32,-245r26,0r41,31r40,-31r27,0r-48,50r-39,0xm13,-85v-2,-101,86,-105,149,-76r-5,35v-15,-12,-24,-22,-56,-22v-40,0,-39,34,-39,66v0,35,7,58,38,58v33,0,53,-16,62,-24r3,35v-21,11,-40,17,-66,17v-69,0,-86,-42,-86,-89","w":176},{"d":"33,0r0,-250r69,0r106,207r0,-207r45,0r0,250r-69,0r-107,-207r0,207r-44,0","w":285},{"d":"21,0r0,-172r47,0r1,38v6,-15,23,-40,58,-40v56,1,53,34,53,75r0,99r-49,0r0,-118v0,-17,-3,-30,-24,-30v-57,0,-30,91,-36,148r-50,0","w":201},{"d":"33,0r0,-250r53,0r0,214r106,-2r0,38r-159,0","w":209,"k":{"\u0164":33,"\u00dd":33,"Y":33,"W":44,"V":44,"T":33}},{"d":"22,-125v0,-67,26,-129,131,-129v80,0,89,52,89,124v0,21,-2,51,-23,70v-14,13,-35,18,-54,18v-64,0,-77,-44,-77,-84v0,-53,33,-92,100,-80v-10,-19,-25,-22,-36,-22v-35,0,-87,14,-87,103v0,53,18,103,89,103v50,0,48,-13,88,-10v-67,62,-220,54,-220,-93xm165,-181v-25,0,-34,30,-34,59v0,46,21,54,34,54v20,0,33,-32,33,-59v0,-46,-20,-54,-33,-54","w":263},{"d":"21,0r0,-250r48,0r0,114v6,-14,23,-38,58,-38v57,1,53,34,53,76r0,98r-49,0r0,-118v0,-17,-3,-30,-24,-30v-57,0,-30,91,-36,148r-50,0","w":201},{"d":"22,-206r0,-44r48,0r0,44r-48,0xm22,0r0,-170r48,0r0,170r-48,0","w":92},{"d":"11,-13r7,-40v5,5,24,29,60,29v39,0,35,-34,12,-40v-20,-5,-79,-11,-77,-59v3,-69,76,-58,124,-41r-6,34v-19,-14,-32,-20,-58,-20v-21,0,-24,11,-24,18v0,19,22,19,44,24v23,5,50,24,50,57v0,72,-88,61,-132,38","w":151},{"d":"33,0r0,-249r170,0r0,38r-117,-1r0,70r101,0r0,34r-101,0r0,108r-53,0","w":219,"k":{"\u010c":11,"\u00d3":11,"\u00c1":33,"z":11,"y":11,"w":11,"v":11,"u":11,"s":11,"r":11,"p":11,"o":11,"n":11,"m":11,"g":11,"e":11,"d":11,"c":11,"a":11,"Q":11,"O":11,"G":11,"C":11,"A":33}},{"d":"11,-86v0,-71,43,-90,88,-90v45,0,87,19,87,90v0,76,-42,90,-87,90v-45,0,-88,-14,-88,-90xm60,-87v0,28,0,63,39,63v39,0,39,-35,39,-63v0,-30,0,-63,-39,-63v-39,0,-39,33,-39,63","k":{"\u011b":-11,"\u010d":-11,"\u00fd":11,"\u00f3":-11,"\u00e9":-11,"y":11,"x":11,"w":11,"r":11,"q":-11,"o":-11,"e":-11,"d":-11,"c":-11}},{"d":"53,-195r35,-50r49,0r-58,50r-26,0xm11,-46v0,-54,107,-50,107,-51v-1,-25,8,-55,-26,-55v-34,0,-51,18,-60,27r-2,-36v22,-11,38,-15,64,-15v105,-4,65,93,73,176r-48,0r0,-25v-25,45,-108,35,-108,-21xm58,-47v0,13,10,25,25,25v12,0,35,-6,35,-33r0,-27v-23,2,-60,7,-60,35","w":189,"k":{"\u00fd":11,"y":11,"w":11,"r":11}},{"d":"13,-85v-2,-101,86,-105,149,-76r-5,35v-15,-12,-24,-22,-56,-22v-40,0,-39,34,-39,66v0,35,7,58,38,58v33,0,53,-16,62,-24r3,35v-21,11,-40,17,-66,17v-69,0,-86,-42,-86,-89","w":176},{"d":"13,-85v0,-35,8,-89,73,-89v22,0,34,10,45,25r0,-25r49,0r0,165v0,18,1,42,-18,58v-37,31,-97,22,-135,1r0,-33v18,14,35,25,70,25v50,0,29,-47,33,-86v-22,54,-117,50,-117,-41xm62,-86v0,22,5,51,36,51v39,-9,32,-51,33,-89v0,-8,-10,-24,-28,-24v-24,0,-41,17,-41,62","w":201,"k":{"j":-11}},{"d":"15,-124v0,-56,3,-134,84,-134v21,0,43,6,58,23v27,30,25,80,25,108v0,58,-1,135,-84,135v-80,0,-83,-73,-83,-132xm133,-129v0,-47,5,-103,-34,-103v-38,0,-35,58,-35,105v0,81,-2,99,35,109v36,-9,34,-43,34,-111"},{"d":"5,-250r48,0r53,205v7,-41,39,-148,53,-205r59,0r54,205r53,-205r43,0r-67,250r-61,0r-54,-205v-9,41,-38,143,-54,205r-59,0","w":374,"k":{"\u010c":11,"\u00d3":11,"\u00c1":33,"z":11,"y":11,"w":11,"v":11,"u":11,"s":11,"r":11,"p":11,"o":11,"n":11,"m":11,"g":11,"e":11,"d":11,"c":11,"a":11,"Q":11,"O":11,"G":11,"C":11,"A":33}},{"d":"33,0r0,-250v57,3,115,-11,160,10v67,31,42,114,-19,124r68,116r-54,0r-63,-112r-40,0r0,112r-52,0xm85,-138v46,-2,95,10,95,-41v0,-51,-50,-38,-95,-40r0,81","w":253},{"d":"9,54r36,0r0,-298r-36,0r0,-26r84,0r0,350r-84,0r0,-26","w":123},{"d":"11,-46v0,-54,107,-50,107,-51v-1,-25,8,-55,-26,-55v-34,0,-51,18,-60,27r-2,-36v22,-11,38,-15,64,-15v105,-4,65,93,73,176r-48,0r0,-25v-25,45,-108,35,-108,-21xm58,-47v0,13,10,25,25,25v12,0,35,-6,35,-33r0,-27v-23,2,-60,7,-60,35","w":189,"k":{"\u00fd":11,"y":11,"w":11,"r":11}},{"d":"54,-325r26,0r38,37r39,-37r26,0r-43,63r-43,0xm33,0r0,-250v57,3,115,-11,160,10v67,31,42,114,-19,124r68,116r-54,0r-63,-112r-40,0r0,112r-52,0xm85,-138v46,-2,95,10,95,-41v0,-51,-50,-38,-95,-40r0,81","w":253},{"d":"5,-170r44,0r34,122r33,-122r34,0r35,128r34,-128r43,0r-46,170r-61,0v-13,-48,-26,-97,-28,-121v-2,24,-19,85,-29,121r-47,0","w":267,"k":{"\u011b":11,"\u010d":11,"\u00f3":11,"\u00e9":11,"\u00e1":11,"o":11,"e":11,"c":11,"a":11}},{"d":"22,0r0,-250r48,0r0,97v14,-12,32,-21,57,-21v49,0,61,42,61,90v0,87,-72,109,-117,68r0,16r-49,0xm71,-35v3,3,11,13,28,13v37,0,40,-28,40,-62v0,-36,0,-64,-36,-64v-13,0,-23,5,-32,12r0,101","w":201,"k":{"\u011b":-11,"\u010d":-11,"\u00fd":11,"\u00f3":-11,"\u00e9":-11,"y":11,"x":11,"w":11,"r":11,"q":-11,"o":-11,"e":-11,"d":-11,"c":-11}},{"d":"24,-247v-5,-10,1,-24,11,-23v9,0,12,8,14,13r126,324v-2,19,-26,14,-27,-2"},{"d":"22,-123v0,-89,38,-135,122,-135v97,0,120,67,120,135v0,57,-16,93,-49,114r37,49r-62,0r-22,-34v-104,15,-146,-53,-146,-129xm191,-40v36,-49,34,-190,-48,-190v-17,0,-36,6,-48,20v-22,27,-21,62,-21,88v0,37,11,110,76,101r-33,-49r51,0","w":285},{"d":"98,-275r44,-36r69,0v-103,44,-44,35,-113,36xm1,-250r63,0v50,73,66,94,71,105v6,-16,58,-86,70,-105r57,0r-104,150r0,100r-53,0r0,-100","w":263,"k":{"\u00c1":33,"z":33,"x":33,"w":33,"v":33,"u":33,"s":33,"r":33,"p":33,"o":33,"n":33,"g":33,"e":33,"d":33,"c":33,"a":33,"A":33}},{"d":"11,0r0,-18r92,-127r-87,0r0,-25r142,0r0,16r-91,127r92,0r0,27r-148,0","w":171},{"d":"24,0r0,-250r43,0r0,136r54,-56r54,0r-62,65r71,105r-49,0r-50,-75r-19,19r0,56r-42,0","w":191,"k":{"\u011b":11,"\u010d":11,"\u00f3":11,"\u00e9":11,"\u00e1":11,"o":11,"e":11,"c":11,"a":11,"W":33,"V":33}},{"d":"31,-245r26,0r41,31r40,-31r27,0r-48,50r-39,0xm21,0r0,-172r47,0r1,38v6,-15,23,-40,58,-40v56,1,53,34,53,75r0,99r-49,0r0,-118v0,-17,-3,-30,-24,-30v-57,0,-30,91,-36,148r-50,0","w":201},{"d":"-25,53r7,-26v13,8,51,10,51,-7r0,-190r48,0r0,182v0,17,2,52,-53,52v-22,0,-38,-5,-53,-11xm33,-206r0,-44r48,0r0,44r-48,0","w":102},{"d":"21,-245r26,0r40,31r41,-31r26,0r-47,50r-39,0xm11,0r0,-18r92,-127r-87,0r0,-25r142,0r0,16r-91,127r92,0r0,27r-148,0","w":171},{"d":"5,-170r47,0v47,105,44,115,45,121v1,-24,24,-91,34,-121r43,0r-61,184v-20,49,-52,54,-97,48r-3,-37v9,4,18,8,32,8v28,0,30,-18,35,-33","w":180,"k":{"\u011b":11,"\u00f3":11,"\u00e9":11,"\u00e1":11,"o":11,"e":11,"a":11,".":33,",":33}},{"d":"7,-144r0,-26r25,0r0,-49r46,0r0,49r50,0r0,26r-50,0r0,87v0,21,4,33,19,33v18,0,30,-13,31,-13r6,25v-20,9,-40,16,-67,16v-35,0,-36,-36,-36,-55r0,-93r-24,0","w":145,"k":{"\u00fd":11,"y":11,"w":11}},{"d":"178,-82v-75,4,-50,55,-55,117v0,10,1,30,-32,40v-23,7,-45,5,-71,5r0,-26v35,1,60,-3,55,-18r0,-73v-3,-40,37,-56,70,-58v-35,-2,-72,-18,-70,-58v-9,-52,32,-101,-55,-91r0,-26v38,1,100,-8,103,45v4,62,-20,115,55,117r0,26"},{"d":"202,-200r14,-26r-14,0r0,-48r47,0r0,48r-24,26r-23,0xm24,-26v-29,-53,-14,-151,55,-148v23,0,39,9,52,20r0,-96r49,0r0,250r-50,0r0,-19v-29,27,-79,42,-106,-7xm62,-90v-1,44,3,68,36,68v22,0,31,-15,32,-15r0,-101v-9,-7,-16,-10,-27,-10v-38,0,-41,30,-41,58","w":263},{"d":"75,-195r35,-50r49,0r-58,50r-26,0xm11,-86v0,-71,43,-90,88,-90v45,0,87,19,87,90v0,76,-42,90,-87,90v-45,0,-88,-14,-88,-90xm60,-87v0,28,0,63,39,63v39,0,39,-35,39,-63v0,-30,0,-63,-39,-63v-39,0,-39,33,-39,63","k":{"\u011b":-11,"\u010d":-11,"\u00fd":11,"\u00f3":-11,"\u00e9":-11,"y":11,"x":11,"w":11,"r":11,"q":-11,"o":-11,"e":-11,"d":-11,"c":-11}},{"d":"66,-195r35,-50r49,0r-58,50r-26,0xm5,-170r47,0v47,105,44,115,45,121v1,-24,24,-91,34,-121r43,0r-61,184v-20,49,-52,54,-97,48r-3,-37v9,4,18,8,32,8v28,0,30,-18,35,-33","w":180,"k":{"\u011b":11,"\u00f3":11,"\u00e9":11,"\u00e1":11,"o":11,"e":11,"a":11,".":33,",":33}},{"d":"24,-153v0,-14,6,-13,60,-32v-53,-18,-60,-18,-60,-32v0,-10,8,-21,19,-21v9,0,13,8,48,40v-8,-36,-11,-50,-11,-57v2,-20,37,-20,37,1v0,5,-2,11,-11,56v41,-38,41,-40,48,-40v11,0,19,11,19,21v0,14,-6,14,-60,32v52,18,60,17,60,32v0,10,-8,20,-19,20v-9,0,-13,-8,-48,-39v11,50,11,53,11,56v0,22,-37,20,-37,0v0,-6,3,-16,11,-56v-41,38,-40,39,-47,39v-11,0,-20,-10,-20,-20"},{"d":"57,-325r25,0r39,37r38,-37r27,0r-43,63r-43,0xm22,0r0,-24r131,-192r-126,2r0,-36r193,0r0,23r-132,191r134,-2r0,38r-200,0","w":241},{"d":"22,0r0,-250r48,0r0,250r-48,0","w":92},{"d":"11,-13r7,-40v6,6,24,29,60,29v12,0,29,-3,29,-21v0,-23,-33,-20,-54,-28v-13,-4,-40,-18,-40,-50v0,-73,76,-57,124,-41r-7,34v-14,-10,-28,-20,-57,-20v-11,0,-24,2,-24,18v0,18,23,20,28,21v13,3,42,3,58,31v27,47,-9,84,-56,84v-26,0,-47,-6,-68,-17xm8,-245r26,0r41,31r40,-31r26,0r-47,50r-39,0","w":151},{"d":"31,0r0,-47r47,0r0,47r-47,0","w":110},{"d":"94,-281v0,-22,9,-44,45,-44v25,0,43,12,43,45v0,23,-9,43,-44,43v-26,0,-44,-11,-44,-44xm116,-281v0,17,9,19,22,19v12,0,22,0,22,-18v0,-18,-9,-19,-22,-19v-15,0,-22,2,-22,18xm33,-89r0,-161r53,0r0,167v0,34,4,60,52,60v53,0,54,-34,54,-61r0,-166r50,0r0,163v0,51,-20,95,-103,95v-91,0,-106,-48,-106,-97","w":275},{"d":"82,-275r44,-36r69,0v-103,45,-44,35,-113,36xm11,0r87,-250r67,0r87,250r-55,0r-19,-54r-100,0r-18,54r-49,0xm90,-85r77,0r-38,-120v-5,21,-13,41,-39,120","w":263,"k":{"\u016e":11,"\u0165":11,"\u0164":33,"\u011b":11,"\u010f":11,"\u010d":11,"\u010c":11,"\u00fd":11,"\u00f3":11,"\u00e9":11,"\u00dd":33,"\u00da":11,"\u00d3":11,"y":11,"w":11,"v":11,"t":11,"q":11,"o":11,"e":11,"d":11,"c":11,"Y":33,"W":44,"V":44,"U":11,"T":33,"Q":11,"O":11,"G":11,"C":11}},{"d":"104,-275r44,-36r69,0v-103,45,-44,35,-113,36xm33,-89r0,-161r53,0r0,167v0,34,4,60,52,60v53,0,54,-34,54,-61r0,-166r50,0r0,163v0,51,-20,95,-103,95v-91,0,-106,-48,-106,-97","w":275},{"d":"22,-52v0,-14,15,-13,15,-13r166,0v7,1,16,2,16,13v0,14,-16,13,-16,13r-165,0v-7,-1,-16,-2,-16,-13xm22,-138v0,-14,16,-12,16,-13r165,0v7,1,16,2,16,13v0,14,-16,13,-16,13r-166,0v-7,-1,-15,-2,-15,-13","w":241},{"d":"76,-275r44,-36r70,1v-103,44,-49,33,-114,35xm33,0r0,-249r176,0r0,38r-123,-1r0,65r112,0r0,35r-112,0r0,73r128,-1r0,40r-181,0","w":231},{"d":"5,-170r45,0r40,128r41,-128r43,0r-53,170r-62,0","w":180},{"d":"105,80v-101,-81,-100,-269,0,-350r26,0v-19,24,-51,64,-51,175v0,130,46,165,51,175r-26,0","w":154},{"d":"22,0r0,-170r48,0r0,170r-48,0xm10,-195r36,-50r49,0r-58,50r-27,0","w":92},{"d":"33,-204v1,-29,24,-46,51,-46v36,0,52,20,74,20v5,0,23,-2,25,-20r25,0v-1,29,-24,46,-51,46v-35,0,-51,-20,-73,-20v-6,0,-23,2,-25,20r-26,0","w":241},{"d":"11,0r87,-250r67,0r87,250r-55,0r-19,-54r-100,0r-18,54r-49,0xm90,-85r77,0r-38,-120v-5,21,-13,41,-39,120","w":263,"k":{"\u016e":11,"\u0165":11,"\u0164":33,"\u011b":11,"\u010f":11,"\u010d":11,"\u010c":11,"\u00fd":11,"\u00f3":11,"\u00e9":11,"\u00dd":33,"\u00da":11,"\u00d3":11,"y":11,"w":11,"v":11,"t":11,"q":11,"o":11,"e":11,"d":11,"c":11,"Y":33,"W":44,"V":44,"U":11,"T":33,"Q":11,"O":11,"G":11,"C":11}},{"d":"24,-26v-29,-53,-14,-151,55,-148v23,0,39,9,52,20r0,-96r49,0r0,250r-50,0r0,-19v-29,27,-79,42,-106,-7xm62,-90v-1,44,3,68,36,68v22,0,31,-15,32,-15r0,-101v-9,-7,-16,-10,-27,-10v-38,0,-41,30,-41,58","w":201},{"d":"46,-195r35,-50r49,0r-58,50r-26,0xm57,-90v2,34,3,67,47,68v31,0,52,-15,64,-24r2,32v-51,29,-159,33,-159,-72v0,-46,17,-90,86,-90v68,0,75,46,75,86r-115,0xm58,-109r74,0v-4,-33,-21,-41,-35,-41v-31,0,-37,31,-39,41","w":183},{"d":"57,-213v0,-25,21,-32,46,-32v36,0,42,18,42,31v0,25,-22,32,-47,32v-36,-1,-41,-18,-41,-31xm79,-213v0,15,8,18,22,18v17,0,21,-4,21,-18v0,-15,-6,-19,-21,-19v-15,0,-22,4,-22,19xm21,-47r0,-123r50,0r0,123v0,22,-2,29,22,29v17,0,38,-12,38,-45r0,-107r49,0r0,170r-48,0r0,-29v-6,12,-23,33,-58,33v-48,0,-53,-21,-53,-51","w":201,"k":{"w":11}},{"d":"11,-55r0,-34r87,-161r56,0r0,161r32,0r0,34r-32,0r0,55r-45,0r0,-55r-98,0xm49,-89r62,0r0,-124v-6,23,-59,117,-62,124"},{"d":"38,-245r49,0r36,50r-27,0"},{"d":"67,-325r26,0r39,37r38,-37r27,0r-44,63r-42,0xm14,-210r0,-38r235,0r0,38r-91,-2r0,212r-53,0r0,-212","w":263,"k":{"\u00c1":33,"z":33,"y":33,"x":33,"w":33,"v":33,"u":33,"s":33,"r":33,"p":33,"o":33,"n":33,"g":33,"e":33,"d":33,"c":33,"a":33,"A":33}},{"d":"44,-325r26,0r39,37r38,-37r26,0r-43,63r-43,0xm33,0r0,-249r176,0r0,38r-123,-1r0,65r112,0r0,35r-112,0r0,73r128,-1r0,40r-181,0","w":231},{"d":"22,0r0,-24r131,-192r-126,2r0,-36r193,0r0,23r-132,191r134,-2r0,38r-200,0","w":241},{"d":"11,-144r0,-26r20,0v-10,-74,42,-95,106,-80r0,36v-11,-21,-66,-15,-59,10r0,34r35,0r0,26r-34,0r0,144r-48,0r0,-144r-20,0","w":120,"k":{"]":-27,"?":-27,")":-27,"!":-27}},{"d":"31,0r0,-47r47,0r0,47r-47,0xm31,-123r0,-47r47,0r0,47r-47,0","w":110},{"d":"22,60r0,-230r48,0r0,18v47,-36,118,-35,118,66v0,88,-71,112,-117,70r0,76r-49,0xm98,-22v36,1,44,-43,41,-76v-1,-15,-5,-48,-37,-48v-19,0,-31,11,-31,11r0,100v2,2,10,13,27,13","w":201,"k":{"\u011b":-11,"\u010d":-11,"\u00fd":11,"\u00f3":-11,"\u00e9":-11,"y":11,"x":11,"w":11,"r":11,"q":-11,"o":-11,"e":-11,"d":-11,"c":-11}},{"d":"33,0r0,-250r53,0r0,250r-53,0xm26,-275r43,-36r70,1v-103,44,-47,33,-113,35","w":119},{"d":"61,-170r40,-53r39,0r41,53r-27,0r-33,-31r-34,31r-26,0","w":241},{"d":"108,-82v-29,-5,-81,13,-86,-13v6,-25,58,-9,86,-13v5,-29,-12,-80,13,-86v26,6,8,58,13,86r67,0v10,-1,18,4,18,13v0,27,-57,8,-85,13r0,67v0,10,-3,19,-13,19v-27,0,-8,-57,-13,-86","w":241},{"d":"57,-90v2,34,3,67,47,68v31,0,52,-15,64,-24r2,32v-51,29,-159,33,-159,-72v0,-46,17,-90,86,-90v68,0,75,46,75,86r-115,0xm58,-109r74,0v-4,-33,-21,-41,-35,-41v-31,0,-37,31,-39,41","w":183,"k":{"V":33}},{"d":"4,-72r0,-26r106,0r0,26r-106,0","w":132},{"d":"33,0r0,-250r53,0r0,103r113,0r0,-103r54,0r0,250r-54,0r0,-113r-113,0r0,113r-53,0","w":285},{"d":"22,-198v0,-37,12,-72,65,-72v54,0,65,39,65,73v0,40,-16,72,-65,72v-39,0,-65,-20,-65,-73xm65,-203v0,23,-3,51,22,52v23,0,24,-33,24,-47v0,-23,-4,-46,-24,-46v-22,0,-22,23,-22,41xm87,20v-15,0,-20,-20,-9,-28r191,-252v3,-15,31,-11,29,5v0,4,-2,7,-5,11r-192,256v-1,1,-6,8,-14,8xm218,-53v0,-52,26,-72,66,-72v56,0,65,38,64,79v-1,31,-13,66,-65,66v-39,0,-65,-20,-65,-73xm261,-58v1,23,-3,51,22,52v23,0,24,-33,24,-47v0,-23,-4,-46,-24,-46v-22,0,-22,23,-22,41","w":370},{"d":"30,80r0,-350r84,0r0,26r-36,0r0,298r36,0r0,26r-84,0","w":123},{"d":"82,-73v-55,0,-65,-42,-66,-86v-2,-55,19,-99,83,-99v79,0,82,85,82,129v0,37,-3,85,-33,113v-31,29,-86,32,-120,7r18,-31v44,32,95,3,84,-70v-6,15,-19,37,-48,37xm67,-174v0,52,-5,74,29,75v14,0,34,-8,34,-62v0,-28,0,-65,-31,-65v-35,0,-32,33,-32,52"},{"d":"27,-207r0,-26v42,0,68,-8,88,-25r13,0r0,232r42,0r0,26r-137,0r0,-26r45,0r0,-187v-17,4,-34,6,-51,6"},{"d":"22,80v20,-25,51,-64,51,-175v0,-130,-46,-166,-51,-175r26,0v100,81,100,269,0,350r-26,0","w":154},{"d":"80,4v-45,0,-67,-49,-67,-89v0,-64,28,-89,71,-89v28,0,41,18,47,26r0,-26r49,0r0,234r-50,0r0,-79v-13,14,-30,23,-50,23xm102,-146v-21,-2,-40,32,-40,61v0,31,6,63,37,63v15,0,24,-8,32,-17v-4,-42,16,-102,-29,-107","w":201},{"d":"69,-78v-4,-76,47,-87,47,-124v0,-49,-71,-20,-82,0r-12,-35v19,-10,40,-17,68,-17v56,0,75,22,75,53v0,32,-20,42,-26,47v-36,34,-32,48,-32,76r-38,0xm64,0r0,-47r47,0r0,47r-47,0","w":186},{"d":"93,-275r43,-36r70,0v-103,45,-44,35,-113,36xm22,-124v0,-102,54,-134,120,-134v73,0,122,36,122,135v0,68,-25,131,-121,131v-100,0,-121,-66,-121,-132xm198,-54v26,-63,23,-176,-55,-176v-57,0,-68,52,-68,115v0,46,20,96,68,94v12,0,42,-3,55,-33","w":285,"k":{"\u00dd":11,"\u00c1":11,"Y":11,"X":11,"W":11,"V":11,"A":11}},{"d":"31,0r0,-47r47,0v-3,59,11,30,-23,87r-24,0r14,-40r-14,0","w":110},{"d":"16,-7r8,-43v5,7,17,23,42,23v33,0,36,-20,36,-28r0,-195r52,0r0,194v-6,80,-79,72,-138,49","w":186},{"d":"42,-250r47,0r-4,172r-38,0xm42,0r0,-47r47,0r0,47r-47,0","w":132},{"d":"66,-148v39,0,54,-10,54,-49v0,-15,-3,-29,-26,-29v-34,0,-49,26,-53,31r-19,-28v17,-20,39,-35,73,-35v65,0,75,37,75,62v0,36,-28,53,-40,60v12,3,51,13,51,63v0,40,-17,81,-86,81v-31,0,-57,-11,-79,-29r6,-33v19,16,42,28,71,28v36,-1,37,-26,35,-52v-5,-60,-27,-40,-62,-44r0,-26"},{"d":"7,-144r0,-26r25,0r0,-49r46,0r0,49r50,0r0,26r-50,0r0,88v-8,47,44,29,50,19r6,25v-20,9,-40,16,-67,16v-35,0,-36,-35,-36,-54r0,-94r-24,0xm104,-192r14,-27r-14,0r0,-47r47,0r0,47r-24,27r-23,0","w":145,"k":{"\u00fd":11,"y":11,"w":11}},{"d":"33,-89r0,-161r53,0r0,167v0,34,4,60,52,60v53,0,54,-34,54,-61r0,-166r50,0r0,163v0,51,-20,95,-103,95v-91,0,-106,-48,-106,-97","w":275},{"d":"1,-250r63,0v50,73,66,94,71,105v6,-16,58,-86,70,-105r57,0r-104,150r0,100r-53,0r0,-100","w":263,"k":{"\u00c1":33,"z":33,"x":33,"w":33,"v":33,"u":33,"s":33,"r":33,"p":33,"o":33,"n":33,"g":33,"e":33,"d":33,"c":33,"a":33,"A":33}},{"d":"116,-177v57,1,64,43,65,89v0,20,0,42,-13,62v-21,33,-51,34,-68,34v-82,0,-84,-88,-84,-131v0,-57,12,-81,22,-96v23,-35,73,-49,118,-32r0,34v-22,-17,-74,-5,-78,13v-6,10,-11,28,-11,63v8,-18,22,-36,49,-36xm67,-91v0,32,2,65,34,65v37,-1,30,-40,30,-73v0,-27,1,-52,-29,-52v-27,0,-35,32,-35,60"},{"d":"16,-211r0,-39r165,0r0,36v-52,62,-79,142,-79,218r-51,0v0,-81,35,-160,102,-216"},{"d":"16,-53v0,-34,28,-50,53,-67v-25,-50,-6,-138,53,-138v33,0,62,27,62,59v0,29,-34,55,-67,78v20,32,45,59,51,62v8,-8,42,-35,60,-101r36,10v-10,38,-30,78,-67,113v20,13,57,9,79,1r0,38v-31,17,-112,-7,-113,-14v-57,37,-147,21,-147,-41xm81,-96v-19,6,-24,67,9,68v15,0,31,-5,41,-8v-17,-16,-34,-34,-50,-60xm95,-197v0,20,6,40,10,52v13,-10,38,-27,38,-54v0,-12,-5,-33,-22,-33v-10,0,-26,9,-26,35","w":299},{"d":"55,-195r35,-50r49,0r-58,50r-26,0xm21,-47r0,-123r50,0r0,123v0,22,-2,29,22,29v17,0,38,-12,38,-45r0,-107r49,0r0,170r-48,0r0,-29v-6,12,-23,33,-58,33v-48,0,-53,-21,-53,-51","w":201,"k":{"w":11}},{"d":"31,-123r0,-47r47,0r0,47r-47,0xm31,0r0,-47r47,0v-3,59,11,30,-23,87r-24,0r14,-40r-14,0","w":110},{"d":"5,0r97,-133r-91,-117r64,0r54,75r52,-75r61,0r-86,118r102,132r-64,0r-65,-94r-63,94r-61,0","w":263,"k":{"\u010c":11,"\u00d3":11,"Q":11,"O":11,"G":11,"C":11}},{"w":125},{"d":"33,0r0,-250v125,1,231,-21,231,128v0,153,-109,117,-231,122xm85,-31v49,-1,88,8,113,-29v21,-30,15,-77,8,-114v-24,-56,-65,-43,-121,-45r0,188","w":285,"k":{"\u00dd":11,"\u00c1":11,"Y":11,"X":11,"W":11,"V":11,"A":11}},{"d":"22,-52v0,-13,10,-13,19,-13r58,0r18,-60r-77,0v-12,0,-18,-3,-18,-13v0,-14,15,-13,19,-13r84,0v28,-94,27,-99,40,-99v7,0,12,7,12,13v0,5,-15,52,-25,86r59,0v28,-94,27,-99,40,-99v7,0,12,7,12,13v0,5,-15,52,-25,86v24,4,64,-12,69,13v0,13,-13,13,-17,13r-60,0r-18,60r77,0v11,0,18,2,18,13v0,13,-12,13,-19,13r-84,0v-28,92,-26,99,-39,99v-8,0,-13,-7,-13,-13v0,-3,2,-8,25,-86r-59,0v-28,92,-26,99,-39,99v-8,0,-13,-7,-13,-13v0,-3,2,-8,25,-86v-23,-4,-69,11,-69,-13xm126,-65r59,0r18,-60r-59,0","w":330},{"d":"41,-250r49,0r-11,107r-26,0xm107,-250r49,0r-11,107r-27,0"},{"d":"32,-61v9,20,34,35,55,35v39,0,38,-28,38,-63v0,-23,-1,-47,-23,-47v-26,0,-36,29,-36,29r-36,0r0,-143r135,0r0,36r-88,0r0,57v52,-18,101,8,101,78v0,69,-45,87,-89,87v-45,0,-68,-28,-76,-38"},{"d":"78,-325r26,0r39,37r38,-37r26,0r-43,63r-43,0xm33,0r0,-250r69,0r106,207r0,-207r45,0r0,250r-69,0r-107,-207r0,207r-44,0","w":285},{"d":"43,-80v-18,-14,-16,-16,0,-29r141,-111v6,-8,24,-6,24,8v0,7,-4,10,-8,13r-133,104r133,104v11,3,9,28,-5,26v-55,-34,-102,-76,-152,-115","w":241},{"d":"17,-21r7,-39v17,13,30,22,62,27r0,-73v-49,-11,-64,-46,-64,-75v0,-58,38,-69,64,-72r0,-17r26,0r0,17v23,1,39,8,57,19r-7,38v-12,-8,-25,-19,-50,-21r0,63v47,11,64,48,64,80v0,41,-17,73,-64,77r0,17r-26,0r0,-16v-1,-1,-31,0,-69,-25xm64,-189v0,21,19,27,22,28v-1,-18,2,-40,-1,-56v-4,1,-21,6,-21,28xm112,-34v5,-1,22,-6,22,-32v0,-20,-14,-29,-22,-33r0,65"},{"d":"21,0r0,-172r47,0r1,38v6,-15,23,-40,58,-40v48,0,49,27,53,38v6,-14,22,-38,57,-38v58,1,53,36,53,76r0,98r-49,0r0,-118v0,-17,-3,-30,-24,-30v-59,0,-31,91,-37,148r-49,0r0,-118v0,-17,-3,-30,-24,-30v-57,0,-30,91,-36,148r-50,0","w":312},{"d":"17,-17r9,-47v24,20,47,33,83,33v62,0,49,-61,17,-69v-28,-7,-104,-21,-104,-83v0,-38,19,-75,87,-75v30,0,48,5,76,18r-8,47v-10,-9,-28,-28,-68,-28v-36,0,-42,19,-42,31v0,34,49,33,78,43v69,25,84,155,-36,155v-33,0,-64,-9,-92,-25","w":219},{"d":"45,-325r26,0r39,37r38,-37r27,0r-44,63r-42,0xm17,-17r9,-47v24,20,47,33,83,33v62,0,49,-61,17,-69v-28,-7,-104,-21,-104,-83v0,-38,19,-75,87,-75v30,0,48,5,76,18r-8,47v-10,-9,-28,-28,-68,-28v-36,0,-42,19,-42,31v0,34,49,33,78,43v69,25,84,155,-36,155v-33,0,-64,-9,-92,-25","w":219},{"d":"30,-250r49,0r-11,107r-27,0","w":110},{"d":"22,-125v0,-82,37,-133,132,-133v32,0,53,5,80,18r-9,47v-11,-9,-29,-29,-71,-29v-65,0,-79,48,-79,97v0,51,16,97,80,97v17,0,30,-4,33,-4r0,-52r-35,0r0,-34r84,0r0,109v-23,10,-51,17,-84,17v-105,0,-131,-64,-131,-133","w":263},{"d":"40,62r0,-314v3,-25,29,-27,29,1r0,317v-3,18,-29,21,-29,-4","w":110},{"d":"33,0r0,-250r65,0r54,132v26,64,13,42,24,65v10,-41,56,-142,77,-197r66,0r0,250r-45,0r0,-205v-16,52,-55,139,-77,197r-43,0r-77,-197r0,205r-44,0","w":352},{"w":125},{"d":"134,-250v51,-5,97,26,97,78v0,72,-67,76,-92,76r-53,0r0,96r-53,0r0,-250r101,0xm85,-125v49,-1,95,10,95,-47v0,-58,-46,-45,-95,-47r0,94","w":253,"k":{"\u011b":11,"\u00f3":11,"\u00e9":11,"\u00e1":11,"\u00c1":33,"o":11,"e":11,"a":11,"A":33,".":33,",":33}},{"d":"33,0r0,-250r47,0r0,115r115,-115r57,0r-99,100r105,150r-54,0r-83,-119r-41,41r0,78r-47,0","w":275,"k":{"\u010c":11,"\u00f3":11,"v":11,"o":11,"Q":11,"G":11,"C":11}},{"d":"22,-124v0,-102,54,-134,120,-134v73,0,122,36,122,135v0,68,-25,131,-121,131v-100,0,-121,-66,-121,-132xm198,-54v26,-63,23,-176,-55,-176v-57,0,-68,52,-68,115v0,46,20,96,68,94v12,0,42,-3,55,-33","w":285,"k":{"\u00dd":11,"\u00c1":11,"Y":11,"X":11,"W":11,"V":11,"A":11}},{"d":"45,-325r26,0r39,37r38,-37r27,0r-44,63r-42,0xm33,0r0,-250v125,1,231,-21,231,128v0,153,-109,117,-231,122xm85,-31v49,-1,88,8,113,-29v21,-30,15,-77,8,-114v-24,-56,-65,-43,-121,-45r0,188","w":285,"k":{"\u00dd":11,"\u00c1":11,"Y":11,"X":11,"W":11,"V":11,"A":11}},{"d":"46,35v-15,1,-17,-21,-5,-26r133,-104r-133,-104v-12,-8,-9,-26,5,-26v56,33,102,77,152,116v18,14,17,15,0,28r-141,111v-4,3,-7,5,-11,5","w":241},{"d":"14,-210r0,-38r235,0r0,38r-91,-2r0,212r-53,0r0,-212","w":263,"k":{"\u00c1":33,"z":33,"y":33,"x":33,"w":33,"v":33,"u":33,"s":33,"r":33,"p":33,"o":33,"n":33,"g":33,"e":33,"d":33,"c":33,"a":33,"A":33}},{"d":"20,-245r26,0r41,31r40,-31r26,0r-47,50r-39,0xm22,0r0,-172r46,0r0,43v6,-16,24,-44,61,-45r0,37v-82,4,-54,68,-59,137r-48,0","w":133},{"d":"22,0r0,-172r46,0r0,43v6,-16,23,-44,60,-45r0,37v-82,4,-53,69,-58,137r-48,0","w":133},{"d":"242,-69v0,85,-118,68,-209,69r0,-250v61,3,121,-11,167,12v28,14,31,41,31,53v0,43,-45,52,-53,54v18,3,64,13,64,62xm192,-71v0,-50,-56,-48,-108,-46r0,86v0,0,108,7,108,-40xm84,-143v46,0,96,5,97,-41v0,-14,-8,-35,-53,-35r-44,0r0,76","w":263},{"d":"5,-250r56,0r74,205v21,-71,48,-137,73,-205r50,0r-92,250r-68,0","w":263,"k":{"\u010c":11,"\u00d3":11,"\u00c1":33,"z":11,"y":11,"w":11,"v":11,"u":11,"s":11,"r":11,"p":11,"o":11,"n":11,"m":11,"g":11,"e":11,"d":11,"c":11,"a":11,"Q":11,"O":11,"G":11,"C":11,"A":33}},{"d":"21,-47r0,-123r50,0r0,123v0,22,-2,29,22,29v17,0,38,-12,38,-45r0,-107r49,0r0,170r-48,0r0,-29v-6,12,-23,33,-58,33v-48,0,-53,-21,-53,-51","w":201,"k":{"w":11}},{"d":"0,0r69,-88r-67,-82r49,0r38,49r35,-49r49,0r-65,82r72,88r-50,0r-41,-61r-40,61r-49,0","w":180},{"d":"51,122v-27,-2,-24,-30,0,-30r204,0v17,0,19,9,19,15v0,5,-2,15,-18,15r-205,0","w":308},{"d":"16,-72v0,-31,14,-54,45,-63v-8,-3,-39,-11,-39,-53v0,-35,15,-70,77,-70v62,0,77,35,77,70v0,46,-40,52,-40,53v31,9,45,32,45,63v0,40,-16,80,-82,80v-66,0,-83,-40,-83,-80xm67,-77v0,27,-4,51,31,51v38,0,33,-30,33,-53v0,-25,-3,-43,-32,-43v-35,0,-32,31,-32,45xm68,-190v-1,26,4,43,30,42v33,-1,32,-20,32,-43v0,-25,-7,-35,-31,-35v-32,0,-30,20,-31,36"},{"d":"30,-245r27,0r40,31r41,-31r26,0r-47,50r-40,0xm57,-90v2,34,3,67,47,68v31,0,52,-15,64,-24r2,32v-51,29,-159,33,-159,-72v0,-46,17,-90,86,-90v68,0,75,46,75,86r-115,0xm58,-109r74,0v-4,-33,-21,-41,-35,-41v-31,0,-37,31,-39,41","w":183},{"d":"33,0r0,-249r176,0r0,38r-123,-1r0,65r112,0r0,35r-112,0r0,73r128,-1r0,40r-181,0","w":231},{"d":"33,0r0,-250r53,0r0,250r-53,0","w":119,"k":{"I":-11}},{"d":"35,80v-11,1,-16,-15,-10,-24r122,-309v-1,-14,27,-26,28,-4r-124,319v-3,6,-6,18,-16,18"},{"d":"16,-207v10,-25,31,-51,77,-51v55,0,85,41,85,83v0,51,-89,96,-124,137r124,-1r0,39r-159,0r0,-36r56,-55v16,-15,52,-45,52,-84v0,-24,-14,-47,-40,-47v-28,0,-40,24,-46,47"},{"d":"22,-125v-1,-139,108,-148,206,-121r-8,48v-13,-9,-30,-24,-66,-24v-61,0,-79,43,-79,96v0,53,16,98,80,98v37,0,48,-7,74,-24r4,40v-31,17,-46,20,-79,20v-72,0,-132,-30,-132,-133","w":253}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+-66-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("KEQ1[(TpX`,=KjD9r(&kgEg,8fT1Q(,=8fikX`SBQ?tu>NpY$1:1W_]R>1:1W_]RQ]7=C]cHX8TE[1:1W_cDW`TBW&r%8`&nrCA:TAcj_]&EegiKzWTM.+S%C2?`8>QX[nr$0IdYs!D(BHGa|uL={R:kNp1foy7}9t,^ZCdo>D:n2?:1W_c!QeG|8e2RWC+yXD:1W_]oQ8Dp0?:1W_]RQD:1W_c(W1:1W_c(QjGnrCA:TfSu8e2RWC>:zD:1W_]fQ?:1W_csW?:1W_c!>C1nrCAR>NDfK&:1W_cDQe7cQ&:1W_cDM?:1W_]fQsSI8e2RWC>p8e2RWC&d`(>}n&:1W_csQ&y|Q%1gi?u7W%D:.1:1W_c!Wk:KgCTnrCA:Ts??`C>oiD:1W_c(>CL>8e2RWE]RSjTngs?nrCA:T_ntiE1C8e2RWC>RiprtC%c+%p,nrCA:WE2^?&:1W_]1M8ij?B?y8NdnrCA:W`i&%?R{W!WYzBTR[EDpKjgYK%:G.CAun_1YzBAu[_1Rz(:D[(rpXj:B.`g=QY7B[eDRXeW,$op9X`>H>Y7{XNp{8YIZMBror1R=KCtH.NH=K1R=noSG[(?=X?R=>oHGij,GzBSDno+H[E,s>8SG[fy=XE,NrE7d[`2GK`Q{nYI9XC:uMku|X%DB`fT[X?1r.8c[X?1,K%IG")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":198,"face":{"font-family":"CMU Bright","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":"-25 -325 368 122","underline-thickness":"18","underline-position":"-27","stemh":"7","stemv":"49","unicode-range":"U+0020-U+017E"}}));


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

;(function(b){function H(){v.hide();r.onerror=r.onload=null;F&&F.abort();l.empty()}function Q(){b.fancybox('<p id="fancybox_error">The requested content cannot be loaded.<br />Please try again later.</p>',{scrolling:"no",padding:20,transitionIn:"none",transitionOut:"none"})}function B(){H();var a=q[s];e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));var d,f,o=a.title||b(a).title||e.title||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?
b(a).children("img:first"):b(a);if(o==""&&e.orig)o=e.orig.attr("alt");d=a.nodeName&&/^(?:javascript|#)/i.test(a.href)?e.href||null:e.href||a.href||null;if(e.type){f=e.type;if(!d)d=e.content}else if(e.content)f="html";else if(d)if(d.match(I))f="image";else if(d.match(T))f="swf";else if(b(a).hasClass("iframe"))f="iframe";else if(d.match(/#/)){a=d.substr(d.indexOf("#"));f=b(a).length>0?"inline":"ajax"}else f="ajax";else f="inline";e.type=f;e.href=d;e.title=o;if(e.autoDimensions&&e.type!=="iframe"&&e.type!==
"swf"){e.width="auto";e.height="auto"}if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=false;e.enableEscapeButton=false;e.showCloseButton=false}if(b.isFunction(e.onStart))if(e.onStart(q,s,e)===false){h=false;return}l.css("padding",t+e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(i.children())});switch(f){case "html":l.html(e.content);G();break;case "inline":b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",
function(){b(this).replaceWith(i.children())}).bind("fancybox-cancel",function(){b(this).replaceWith(l.children())});b(a).appendTo(l);G();break;case "image":h=false;b.fancybox.showActivity();r=new Image;r.onerror=function(){Q()};r.onload=function(){r.onerror=null;r.onload=null;U()};r.src=d;break;case "swf":var u="",w="";u+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+d+'"></param>';b.each(e.swf,function(p,R){u+=
'<param name="'+p+'" value="'+R+'"></param>';w+=" "+p+'="'+R+'"'});u+='<embed src="'+d+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+w+"></embed></object>";l.html(u);G();break;case "ajax":a=d.split("#",2);f=e.ajax.data||{};if(a.length>1){d=a[0];typeof f=="string"?(f+="&selector="+a[1]):(f.selector=a[1])}h=false;b.fancybox.showActivity();F=b.ajax(b.extend(e.ajax,{url:d,data:f,error:Q,success:function(p){if(F.status==200){l.html(p);G()}}}));break;case "iframe":b('<iframe id="fancybox-frame" name="fancybox-frame'+
(new Date).getTime()+'" frameborder="0" hspace="0" scrolling="'+e.scrolling+'" src="'+e.href+'"></iframe>').appendTo(l);J();break}}function U(){h=true;e.width=r.width;e.height=r.height;b("<img />").attr({id:"fancybox-img",src:r.src,alt:e.title}).appendTo(l);J()}function G(){l.width(e.width);l.height(e.height);if(e.width=="auto")e.width=l.width();if(e.height=="auto")e.height=l.height();J()}function J(){v.hide();if(g.is(":visible")&&b.isFunction(c.onCleanup))if(c.onCleanup(j,n,c)===false){b.event.trigger("fancybox-cancel");
h=false;return}j=q;n=s;c=e;i.get(0).scrollTop=0;i.get(0).scrollLeft=0;if(c.overlayShow){K&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});y.css({"background-color":c.overlayColor,opacity:c.overlayOpacity}).unbind().show()}m=V();W();if(g.is(":visible")){b(z.add(C).add(D)).hide();var a=g.position();k={top:a.top,left:a.left,width:g.width(),height:g.height()};
var d=k.width==m.width&&k.height==m.height;i.fadeOut(c.changeFade,function(){function f(){i.html(l.contents()).fadeIn(c.changeFade,L)}b.event.trigger("fancybox-change");i.css({top:c.padding,left:c.padding,width:Math.max(k.width-c.padding*2,1),height:Math.max(k.height-c.padding*2,1)}).empty().css("overflow","hidden");A.prop=0;b(A).animate({prop:1},{duration:d?0:c.changeSpeed,easing:c.easingChange,step:M,complete:f})})}else{g.css("opacity",1);if(c.transitionIn=="elastic"){k=S();i.css({top:c.padding,
left:c.padding,width:Math.max(k.width-c.padding*2,1),height:Math.max(k.height-c.padding*2,1)}).html(l.contents());g.css(k).show();if(c.opacity)m.opacity=0;A.prop=0;b(A).animate({prop:1},{duration:c.speedIn,easing:c.easingIn,step:M,complete:L})}else{i.css({top:c.padding,left:c.padding,width:Math.max(m.width-c.padding*2,1),height:Math.max(m.height-c.padding*2-x,1)}).html(l.contents());g.css(m).fadeIn(c.transitionIn=="none"?0:c.speedIn,L)}}}function M(a){var d=Math.round(k.width+(m.width-k.width)*a),
f=Math.round(k.height+(m.height-k.height)*a),o=Math.round(k.top+(m.top-k.top)*a),u=Math.round(k.left+(m.left-k.left)*a);g.css({width:d+"px",height:f+"px",top:o+"px",left:u+"px"});d=Math.max(d-c.padding*2,0);f=Math.max(f-(c.padding*2+x*a),0);i.css({width:d+"px",height:f+"px"});if(typeof m.opacity!=="undefined")g.css("opacity",a<0.5?0.5:a)}function L(){i.css("overflow",overflow=c.scrolling=="auto"?c.type=="image"||c.type=="iframe"||c.type=="swf"?"hidden":"auto":c.scrolling=="yes"?"auto":"visible");
if(!b.support.opacity){i.get(0).style.removeAttribute("filter");g.get(0).style.removeAttribute("filter")}b("#fancybox-title").show();c.hideOnContentClick&&i.one("click",b.fancybox.close);c.hideOnOverlayClick&&y.one("click",b.fancybox.close);c.showCloseButton&&z.show();X();b(window).bind("resize.fb",b.fancybox.center);c.centerOnScroll?b(window).bind("scroll.fb",b.fancybox.center):b(window).unbind("scroll.fb");b.isFunction(c.onComplete)&&c.onComplete(j,n,c);h=false;Y()}function V(){var a=N(),d={},f=
c.margin,o=c.autoScale,u=(t+f)*2,w=(t+f)*2,p=c.padding*2;if(c.width.toString().indexOf("%")>-1){d.width=a[0]*parseFloat(c.width)/100-t*2;o=false}else d.width=c.width+p;if(c.height.toString().indexOf("%")>-1){d.height=a[1]*parseFloat(c.height)/100-t*2;o=false}else d.height=c.height+p;if(o&&(d.width>a[0]-u||d.height>a[1]-w))if(e.type=="image"||e.type=="swf"){u+=p;w+=p;o=Math.min(Math.min(a[0]-u,c.width)/c.width,Math.min(a[1]-w,c.height)/c.height);d.width=Math.round(o*(d.width-p))+p;d.height=Math.round(o*
(d.height-p))+p}else{d.width=Math.min(d.width,a[0]-u);d.height=Math.min(d.height,a[1]-w)}d.top=a[3]+(a[1]-(d.height+t*2))*0.5;d.left=a[2]+(a[0]-(d.width+t*2))*0.5;if(c.autoScale==false){d.top=Math.max(a[3]+f,d.top);d.left=Math.max(a[2]+f,d.left)}return d}function S(){var a=e.orig?b(e.orig):false,d={};if(a&&a.length){a=Z(a);d={width:a.width+c.padding*2,height:a.height+c.padding*2,top:a.top-c.padding-t,left:a.left-c.padding-t}}else{a=N();d={width:1,height:1,top:a[3]+a[1]*0.5,left:a[2]+a[0]*0.5}}return d}
function X(){b(document).unbind("keydown.fb").bind("keydown.fb",function(a){if(a.keyCode==27&&c.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if(a.keyCode==37){a.preventDefault();b.fancybox.prev()}else if(a.keyCode==39){a.preventDefault();b.fancybox.next()}});if(b.fn.mousewheel){g.unbind("mousewheel.fb");j.length>1&&g.bind("mousewheel.fb",function(a,d){a.preventDefault();h||d==0||(d>0?b.fancybox.prev():b.fancybox.next())})}if(c.showNavArrows){if(c.cyclic&&j.length>1||n!=0)C.show();
if(c.cyclic&&j.length>1||n!=j.length-1)D.show()}}function Y(){if(j.length-1>n){var a=j[n+1].href;if(typeof a!=="undefined"&&a.match(I)){var d=new Image;d.src=a}}if(n>0){a=j[n-1].href;if(typeof a!=="undefined"&&a.match(I)){d=new Image;d.src=a}}}function $(){if(v.is(":visible")){b("div",v).css("top",O*-40+"px");O=(O+1)%12}else clearInterval(P)}function N(){return[b(window).width(),b(window).height(),b(document).scrollLeft(),b(document).scrollTop()]}function Z(a){var d=a.offset();d.top+=parseFloat(a.css("paddingTop"))||
0;d.left+=parseFloat(a.css("paddingLeft"))||0;d.top+=parseFloat(a.css("border-top-width"))||0;d.left+=parseFloat(a.css("border-left-width"))||0;d.width=a.width();d.height=a.height();return d}function W(){b("#fancybox-title").remove();x=0;if(c.titleShow!=false){var a=c.title;a=b.isFunction(c.titleFormat)?c.titleFormat(a,j,n,c):aa(a);if(!(!a||a=="")){var d=m.width-c.padding*2;b('<div id="fancybox-title" class="'+("fancybox-title-"+c.titlePosition)+'" />').css({width:d,paddingLeft:c.padding,paddingRight:c.padding}).html(a).appendTo("body");
switch(c.titlePosition){case "inside":x=b("#fancybox-title").outerHeight(true)-c.padding;m.height+=x;break;case "over":b("#fancybox-title").css("bottom",c.padding);break;default:b("#fancybox-title").css("bottom",b("#fancybox-title").outerHeight(true)*-1);break}b("#fancybox-title").appendTo(E).hide();K&&b("#fancybox-title span").fixPNG()}}}function aa(a){if(a&&a.length)switch(c.titlePosition){case "inside":return a;case "over":return'<span id="fancybox-title-over">'+a+"</span>";default:return'<span id="fancybox-title-wrap"><span id="fancybox-title-left"></span><span id="fancybox-title-main">'+
a+'</span><span id="fancybox-title-right"></span></span>'}return false}function ba(){if(!b("#fancybox-wrap").length){b("body").append(l=b('<div id="fancybox-tmp"></div>'),v=b('<div id="fancybox-loading"><div></div></div>'),y=b('<div id="fancybox-overlay"></div>'),g=b('<div id="fancybox-wrap"></div>'));E=b('<div id="fancybox-outer"></div>').append('<div class="fancy-bg" id="fancy-bg-n"></div><div class="fancy-bg" id="fancy-bg-ne"></div><div class="fancy-bg" id="fancy-bg-e"></div><div class="fancy-bg" id="fancy-bg-se"></div><div class="fancy-bg" id="fancy-bg-s"></div><div class="fancy-bg" id="fancy-bg-sw"></div><div class="fancy-bg" id="fancy-bg-w"></div><div class="fancy-bg" id="fancy-bg-nw"></div>').appendTo(g);
E.append(i=b('<div id="fancybox-inner"></div>'),z=b('<a id="fancybox-close"></a>'),C=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),D=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));z.click(b.fancybox.close);v.click(b.fancybox.cancel);C.click(function(a){a.preventDefault();b.fancybox.prev()});D.click(function(a){a.preventDefault();b.fancybox.next()});b.support.opacity||E.find(".fancy-bg").fixPNG();
if(K){b(z.add(".fancy-ico").add("div",v)).fixPNG();y.get(0).style.setExpression("height","document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");v.get(0).style.setExpression("top","(-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'");E.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>')}}}
var l,v,y,g,E,i,z,C,D,s=0,e={},q=[],n=0,c={},j=[],F=null,r=new Image,I=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,T=/[^\.]\.(swf)\s*$/i,P,O=1,k,m,h=false,t=20,A=b.extend(b("<div/>")[0],{prop:0}),x=0,K=!b.support.opacity&&!window.XMLHttpRequest;b.fn.fixPNG=function(){return this.each(function(){var a=b(this).css("backgroundImage");if(a.match(/^url\(["']?(.*\.png)["']?\)$/i)){a=RegExp.$1;b(this).css({backgroundImage:"none",filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod="+
(b(this).css("backgroundRepeat")=="no-repeat"?"crop":"scale")+", src='"+a+"')"}).each(function(){var d=b(this).css("position");d!="absolute"&&d!="relative"&&b(this).css("position","relative")}).css("zoom",1)}})};b.fn.fancybox=function(a){b(this).data("fancybox",b.extend({},a));b(this).unbind("click.fb").bind("click.fb",function(d){d.preventDefault();if(!h){h=true;b(this).blur();q=[];s=0;d=b(this).attr("rel")||"";if(!d||d==""||d==="nofollow")q.push(this);else{q=b("a[rel="+d+"], area[rel="+d+"]");s=
q.index(this)}B();return false}});return this};b.fancybox=function(a,d){if(!h){h=true;q=[];s=0;if(b.isArray(a)){for(var f=0,o=a.length;f<o;f++)if(typeof a[f]=="object")b(a[f]).data("fancybox",b.extend({},d,a[f]));else a[f]=b({}).data("fancybox",b.extend({content:a[f]},d));q=jQuery.merge(q,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},d,a));else a=b({}).data("fancybox",b.extend({content:a},d));q.push(a)}B()}};b.fancybox.showActivity=function(){clearInterval(P);v.show();P=setInterval($,
66)};b.fancybox.hideActivity=function(){v.hide()};b.fancybox.next=function(){return b.fancybox.pos(n+1)};b.fancybox.prev=function(){return b.fancybox.pos(n-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);if(a>-1&&j.length>a){s=a;B()}if(c.cyclic&&j.length>1&&a<0){s=j.length-1;B()}if(c.cyclic&&j.length>1&&a>=j.length){s=0;B()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");H();e&&b.isFunction(e.onCancel)&&e.onCancel(q,s,e);h=false}};b.fancybox.close=function(){function a(){y.fadeOut("fast");
g.hide();b.event.trigger("fancybox-cleanup");i.empty();b.isFunction(c.onClosed)&&c.onClosed(j,n,c);j=e=[];n=s=0;c=e={};h=false}if(!(h||g.is(":hidden"))){h=true;if(c&&b.isFunction(c.onCleanup))if(c.onCleanup(j,n,c)===false){h=false;return}H();b(z.add(C).add(D)).hide();b("#fancybox-title").remove();g.add(i).add(y).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");i.css("overflow","hidden");if(c.transitionOut=="elastic"){k=S();var d=g.position();m={top:d.top,left:d.left,
width:g.width(),height:g.height()};if(c.opacity)m.opacity=1;A.prop=1;b(A).animate({prop:0},{duration:c.speedOut,easing:c.easingOut,step:M,complete:a})}else g.fadeOut(c.transitionOut=="none"?0:c.speedOut,a)}};b.fancybox.resize=function(){if(!(h||g.is(":hidden"))){h=true;var a=i.wrapInner("<div style='overflow:auto'></div>").children(),d=a.height();g.css({height:d+c.padding*2+x});i.css({height:d});a.replaceWith(a.children());b.fancybox.center()}};b.fancybox.center=function(){h=true;var a=N(),d=c.margin,
f={};f.top=a[3]+(a[1]-(g.height()-x+t*2))*0.5;f.left=a[2]+(a[0]-(g.width()+t*2))*0.5;f.top=Math.max(a[3]+d,f.top);f.left=Math.max(a[2]+d,f.left);g.css(f);h=false};b.fn.fancybox.defaults={padding:10,margin:20,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.3,overlayColor:"#666",titleShow:true,titlePosition:"outside",
titleFormat:null,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,onStart:null,onCancel:null,onComplete:null,onCleanup:null,onClosed:null};b(document).ready(function(){ba()})})(jQuery);

$(function(){											

	$("a[rel^='clearbox']").fancybox({ 'zoomSpeedIn': 1000, 'zoomSpeedOut': 0, 'overlayShow': true, 'enableEscapeButton': true, 'titleShow': true, 'padding': 0, 'overlayOpacity': 0.75, 'overlayColor': '#dedede' });
	
	$('.hp-box .box-inner').css({backgroundPosition: '0 0'});
	
	$('.hp-box .box-inner').each(function(){
		$(this).mouseover(function(){
			$(this).stop().animate({backgroundPosition: '0 -224px'}, { queue:false, easing:'easeOutExpo', duration:500 });
			
		}).mouseout(function(){
			$(this).stop().animate({backgroundPosition: '0 0'}, { queue:false, easing:'easeOutExpo', duration:500 });
		});
	});
	
	$('.hp-box .box-inner').each(function(){
		$(this).mouseover(function(){
			$("ul", this).stop().animate({left: '15px'}, { queue:false, easing:'easeOutExpo', duration:500 });																												
		}).mouseout(function(){
			$("ul", this).stop().animate({left: '-313px'}, { queue:false, easing:'easeOutExpo', duration:500 });
		});
	});
	
	$(".scrollable").scrollable({
		circular: true,
		easing: 'custom',
		speed: 1000 
	}).navigator({
		navi: '.posuvnik'
	}).autoscroll({
		interval: 10000
	});
	
	$(".scrollable2").scrollable({
		circular: true,
		easing: 'custom',
		speed: 700
	}).autoscroll({
		interval: 5000
	});
	
	$.easing.custom = function (x, t, b, c, d) {
		if (t==0) return b;
		if (t==d) return b+c;
		if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
		return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
	}

});

Cufon.replace('.cuf, .cufon, h1:not(".nocufon"), h2:not(".nocufon"), h3:not(".nocufon"), h4:not(".nocufon"), h5:not(".nocufon")', {
	hover: true
});

(function($) {
	if(!document.defaultView || !document.defaultView.getComputedStyle){ // IE6-IE8
		var oldCurCSS = jQuery.curCSS;
		jQuery.curCSS = function(elem, name, force){
			if(name === 'background-position'){
				name = 'backgroundPosition';
			}
			if(name !== 'backgroundPosition' || !elem.currentStyle || elem.currentStyle[ name ]){
				return oldCurCSS.apply(this, arguments);
			}
			var style = elem.style;
			if ( !force && style && style[ name ] ){
				return style[ name ];
			}
			return oldCurCSS(elem, 'backgroundPositionX', force) +' '+ oldCurCSS(elem, 'backgroundPositionY', force);
		};
	}
	
	var oldAnim = $.fn.animate;
	$.fn.animate = function(prop){
		if('background-position' in prop){
			prop.backgroundPosition = prop['background-position'];
			delete prop['background-position'];
		}
		if('backgroundPosition' in prop){
			prop.backgroundPosition = '('+ prop.backgroundPosition;
		}
		return oldAnim.apply(this, arguments);
	};
	
	function toArray(strg){
		strg = strg.replace(/left|top/g,'0px');
		strg = strg.replace(/right|bottom/g,'100%');
		strg = strg.replace(/([0-9\.]+)(\s|\)|$)/g,"$1px$2");
		var res = strg.match(/(-?[0-9\.]+)(px|\%|em|pt)\s(-?[0-9\.]+)(px|\%|em|pt)/);
		return [parseFloat(res[1],10),res[2],parseFloat(res[3],10),res[4]];
	}
	
	$.fx.step. backgroundPosition = function(fx) {
		if (!fx.bgPosReady) {
			var start = $.curCSS(fx.elem,'backgroundPosition');
			
			if(!start){//FF2 no inline-style fallback
				start = '0px 0px';
			}
			
			start = toArray(start);
			
			fx.start = [start[0],start[2]];
			
			var end = toArray(fx.options.curAnim.backgroundPosition);
			fx.end = [end[0],end[2]];
			
			fx.unit = [end[1],end[3]];
			fx.bgPosReady = true;
		}
		//return;
		var nowPosX = [];
		nowPosX[0] = ((fx.end[0] - fx.start[0]) * fx.pos) + fx.start[0] + fx.unit[0];
		nowPosX[1] = ((fx.end[1] - fx.start[1]) * fx.pos) + fx.start[1] + fx.unit[1];           
		fx.elem.style.backgroundPosition = nowPosX[0]+' '+nowPosX[1];

	};
})(jQuery);
