/*  
	Description: Scripts for "Maja's Theme" for majahajduk.com
	Version: 1.0
	Author: Gallivan Media
	Author URI: http://gallivanmedia.com
	Date created: July 27, 2010
	Date modified: September 9, 2010
*/

// FUNCTION: initialise(): initialises site functions
function initialise() {
	(function(jQuery){
		// Font replacement
		Cufon.set('fontFamily', 'Euphemia-Italic');
		Cufon.replace('#navigation, #contact-info, h1, h2, h3, h4, h5, h6, .post-date, .post-author, .post-title, .post-comment-link, #copyright', { hover: true, hoverables: { a: true } });
		// Portfolio filtering
		jQuery("#navigation li a.search-filter").click(function() {
			jQuery("#footer").fadeOut(1);
			jQuery("h2.page-title").fadeOut("slow");
			jQuery("#blog-posts").fadeOut("fast");
			jQuery("#portfolio").fadeIn("slow");
			if (!jQuery(this).hasClass("active")) {
				var filterType = jQuery(this).attr("rel");
				jQuery("a.zoom").attr("rel", "");
				jQuery("div.photo").fadeOut(50);
				jQuery("div."+filterType).delay(100).fadeIn(400).parent("a.zoom").attr("rel","gallery");
			}
			jQuery("#navigation a").removeClass("active");
			jQuery(this).addClass("active");
			Cufon.replace('#navigation');
			jQuery("#footer").fadeIn("slow");
			return false;
		});
		// Photo information
		jQuery('.photobox').hover(function() {
			jQuery(".infobox", this).stop().animate({top: '0px'}, { queue: false, duration: 160});
			jQuery(".info", this).stop().animate({top: '0px'}, { queue: false, duration: 160});
		}, function() {
			jQuery(".infobox", this).stop().animate({top: '140px'}, { queue: false, duration: 160});
			jQuery(".info", this).stop().animate({top: '140px'}, { queue: false, duration: 160});
		});
		// Photo zooming
		jQuery("a.zoom").fancybox({
			'hideOnContentClick': false,
			'showCloseButton': true,
			'titlePosition': 'none'
		});
		jQuery("a#button-about").fancybox({
			'titleShow': false,
			'speedIn': 300, 
			'speedOut': 100,
			'padding': 10,
			'margin': 10,
			'centerOnScroll': false,
			'hideOnContentClick': true
		});
	})(jQuery);
}

// PLUG-INS

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/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){var m,u,x,g,D,i,z,A,B,p=0,e={},q=[],n=0,c={},j=[],E=null,s=new Image,G=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,S=/[^\.]\.(swf)\s*$/i,H,I=1,k,l,h=false,y=b.extend(b("<div/>")[0],{prop:0}),v=0,O=!b.support.opacity&&!window.XMLHttpRequest,J=function(){u.hide();s.onerror=s.onload=null;E&&E.abort();m.empty()},P=function(){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"})},
K=function(){return[b(window).width(),b(window).height(),b(document).scrollLeft(),b(document).scrollTop()]},T=function(){var a=K(),d={},f=c.margin,o=c.autoScale,t=(20+f)*2,w=(20+f)*2,r=c.padding*2;if(c.width.toString().indexOf("%")>-1){d.width=a[0]*parseFloat(c.width)/100-40;o=false}else d.width=c.width+r;if(c.height.toString().indexOf("%")>-1){d.height=a[1]*parseFloat(c.height)/100-40;o=false}else d.height=c.height+r;if(o&&(d.width>a[0]-t||d.height>a[1]-w))if(e.type=="image"||e.type=="swf"){t+=r;
w+=r;o=Math.min(Math.min(a[0]-t,c.width)/c.width,Math.min(a[1]-w,c.height)/c.height);d.width=Math.round(o*(d.width-r))+r;d.height=Math.round(o*(d.height-r))+r}else{d.width=Math.min(d.width,a[0]-t);d.height=Math.min(d.height,a[1]-w)}d.top=a[3]+(a[1]-(d.height+40))*0.5;d.left=a[2]+(a[0]-(d.width+40))*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},U=function(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},V=function(){var a=c.title,d=l.width-c.padding*2,f="fancybox-title-"+c.titlePosition;b("#fancybox-title").remove();v=0;if(c.titleShow!==false){a=b.isFunction(c.titleFormat)?c.titleFormat(a,j,n,c):U(a);if(!(!a||a==="")){b('<div id="fancybox-title" class="'+f+'" />').css({width:d,paddingLeft:c.padding,
paddingRight:c.padding}).html(a).appendTo("body");switch(c.titlePosition){case "inside":v=b("#fancybox-title").outerHeight(true)-c.padding;l.height+=v;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(D).hide()}}},W=function(){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)A.show();if(c.cyclic&&j.length>1||n!=j.length-1)B.show()}},X=function(){var a,d;if(j.length-1>n){a=j[n+1].href;if(typeof a!=="undefined"&&a.match(G)){d=new Image;d.src=a}}if(n>0){a=
j[n-1].href;if(typeof a!=="undefined"&&a.match(G)){d=new Image;d.src=a}}},L=function(){i.css("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&&x.one("click",b.fancybox.close);c.showCloseButton&&z.show();W();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;X()},M=function(a){var d=Math.round(k.width+(l.width-k.width)*a),f=Math.round(k.height+(l.height-k.height)*a),o=Math.round(k.top+(l.top-k.top)*a),t=Math.round(k.left+(l.left-k.left)*a);g.css({width:d+"px",height:f+"px",top:o+"px",left:t+"px"});d=Math.max(d-c.padding*2,0);f=Math.max(f-(c.padding*2+v*a),0);i.css({width:d+"px",height:f+
"px"});if(typeof l.opacity!=="undefined")g.css("opacity",a<0.5?0.5:a)},Y=function(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},Q=function(){var a=e.orig?b(e.orig):false,d={};if(a&&a.length){a=Y(a);d={width:a.width+c.padding*2,height:a.height+c.padding*2,top:a.top-c.padding-20,left:a.left-c.padding-
20}}else{a=K();d={width:1,height:1,top:a[3]+a[1]*0.5,left:a[2]+a[0]*0.5}}return d},N=function(){u.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=p;c=e;i.get(0).scrollTop=0;i.get(0).scrollLeft=0;if(c.overlayShow){O&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});
x.css({"background-color":c.overlayColor,opacity:c.overlayOpacity}).unbind().show()}l=T();V();if(g.is(":visible")){b(z.add(A).add(B)).hide();var a=g.position(),d;k={top:a.top,left:a.left,width:g.width(),height:g.height()};d=k.width==l.width&&k.height==l.height;i.fadeOut(c.changeFade,function(){var f=function(){i.html(m.contents()).fadeIn(c.changeFade,L)};b.event.trigger("fancybox-change");i.empty().css("overflow","hidden");if(d){i.css({top:c.padding,left:c.padding,width:Math.max(l.width-c.padding*
2,1),height:Math.max(l.height-c.padding*2-v,1)});f()}else{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)});y.prop=0;b(y).animate({prop:1},{duration:c.changeSpeed,easing:c.easingChange,step:M,complete:f})}})}else{g.css("opacity",1);if(c.transitionIn=="elastic"){k=Q();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(m.contents());g.css(k).show();if(c.opacity)l.opacity=
0;y.prop=0;b(y).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(l.width-c.padding*2,1),height:Math.max(l.height-c.padding*2-v,1)}).html(m.contents());g.css(l).fadeIn(c.transitionIn=="none"?0:c.speedIn,L)}}},F=function(){m.width(e.width);m.height(e.height);if(e.width=="auto")e.width=m.width();if(e.height=="auto")e.height=m.height();N()},Z=function(){h=true;e.width=s.width;e.height=s.height;b("<img />").attr({id:"fancybox-img",
src:s.src,alt:e.title}).appendTo(m);N()},C=function(){J();var a=q[p],d,f,o,t,w;e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));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(G))f=
"image";else if(d.match(S))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,p,e)===false){h=false;
return}m.css("padding",20+e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(i.children())});switch(f){case "html":m.html(e.content);F();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(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();
s=new Image;s.onerror=function(){P()};s.onload=function(){s.onerror=null;s.onload=null;Z()};s.src=d;break;case "swf":t='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+d+'"></param>';w="";b.each(e.swf,function(r,R){t+='<param name="'+r+'" value="'+R+'"></param>';w+=" "+r+'="'+R+'"'});t+='<embed src="'+d+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+w+"></embed></object>";m.html(t);
F();break;case "ajax":a=d.split("#",2);f=e.ajax.data||{};if(a.length>1){d=a[0];if(typeof f=="string")f+="&selector="+a[1];else f.selector=a[1]}h=false;b.fancybox.showActivity();E=b.ajax(b.extend(e.ajax,{url:d,data:f,error:P,success:function(r){if(E.status==200){m.html(r);F()}}}));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(m);N();break}},$=function(){if(u.is(":visible")){b("div",
u).css("top",I*-40+"px");I=(I+1)%12}else clearInterval(H)},aa=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),u=b('<div id="fancybox-loading"><div></div></div>'),x=b('<div id="fancybox-overlay"></div>'),g=b('<div id="fancybox-wrap"></div>'));if(!b.support.opacity){g.addClass("fancybox-ie");u.addClass("fancybox-ie")}D=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);
D.append(i=b('<div id="fancybox-inner"></div>'),z=b('<a id="fancybox-close"></a>'),A=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),B=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));z.click(b.fancybox.close);u.click(b.fancybox.cancel);A.click(function(a){a.preventDefault();b.fancybox.prev()});B.click(function(a){a.preventDefault();b.fancybox.next()});if(O){x.get(0).style.setExpression("height",
"document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'");u.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'");D.prepend('<iframe id="fancybox-hide-sel-frame" src="javascript:\'\';" scrolling="no" frameborder="0" ></iframe>')}}};
b.fn.fancybox=function(a){b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(d){d.preventDefault();if(!h){h=true;b(this).blur();q=[];p=0;d=b(this).attr("rel")||"";if(!d||d==""||d==="nofollow")q.push(this);else{q=b("a[rel="+d+"], area[rel="+d+"]");p=q.index(this)}C();return false}});return this};b.fancybox=function(a,d){if(!h){h=true;d=typeof d!=="undefined"?d:{};q=[];p=d.index||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)}if(p>q.length||p<0)p=0;C()}};b.fancybox.showActivity=function(){clearInterval(H);u.show();H=setInterval($,66)};b.fancybox.hideActivity=function(){u.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,10);if(a>-1&&j.length>a){p=a;C()}if(c.cyclic&&j.length>1&&a<0){p=j.length-1;C()}if(c.cyclic&&j.length>1&&a>=j.length){p=0;C()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");J();e&&b.isFunction(e.onCancel)&&e.onCancel(q,p,e);h=false}};b.fancybox.close=function(){function a(){x.fadeOut("fast");g.hide();b.event.trigger("fancybox-cleanup");i.empty();b.isFunction(c.onClosed)&&c.onClosed(j,n,c);j=e=[];n=p=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}J();b(z.add(A).add(B)).hide();b("#fancybox-title").remove();g.add(i).add(x).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");i.css("overflow","hidden");if(c.transitionOut=="elastic"){k=Q();var d=g.position();l={top:d.top,left:d.left,width:g.width(),height:g.height()};if(c.opacity)l.opacity=1;y.prop=1;b(y).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(){var a,d;if(!(h||g.is(":hidden"))){h=true;a=i.wrapInner("<div style='overflow:auto'></div>").children();d=a.height();g.css({height:d+c.padding*2+v});i.css({height:d});a.replaceWith(a.children());b.fancybox.center()}};b.fancybox.center=function(){h=true;var a=K(),d=c.margin,f={};f.top=a[3]+(a[1]-(g.height()-v+40))*0.5;f.left=a[2]+(a[0]-(g.width()+40))*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(){aa()})})(jQuery);

// FONTS

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

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (C) 2004, Tiro Typeworks. All rights reserved.
 * 
 * Manufacturer:
 * Tiro Typeworks
 * 
 * Designer:
 * Wm. Ross Mills
 * 
 * Vendor URL:
 * http://www.tiro.com/syllabics
 */
Cufon.registerFont({"w":209,"face":{"font-family":"Euphemia-Italic","font-weight":400,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 11 5 3 4 1 2 2 1 4","ascent":"288","descent":"-72","x-height":"3","bbox":"-40 -306 374 95.1034","underline-thickness":"8.78906","underline-position":"-8.78906","slope":"-12","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":181},"!":{"d":"64,-22v2,27,-43,35,-40,4v0,-21,40,-31,40,-4xm40,-71r32,-204r35,0r-42,204r-25,0","w":82},"\"":{"d":"161,-283r-20,73r-18,0r6,-73r32,0xm106,-283r-20,73r-18,0r6,-73r32,0","w":135},"#":{"d":"121,-79r87,0r36,-114r-87,0xm287,-53r-61,0r-26,80r-26,0r25,-80r-87,0r-25,80r-26,0r25,-80r-61,0r9,-26r60,0r37,-114r-61,0r8,-26r61,0r24,-76r26,0r-24,76r87,0r24,-76r26,0r-24,76r61,0r-8,26r-61,0r-36,114r61,0","w":320},"$":{"d":"142,-258v-49,-1,-65,78,-16,92xm116,-23v48,3,73,-71,30,-94v-4,-3,-9,-5,-13,-7xm64,-200v2,-52,34,-77,82,-82r4,-24r15,0r-4,23v27,2,43,14,55,32r-21,22v-11,-13,-20,-26,-39,-28r-17,98v28,14,62,27,62,69v0,58,-38,86,-90,93r-5,29r-14,0r5,-30v-33,-2,-52,-16,-68,-38r26,-22v12,15,24,31,46,35r19,-109v-27,-12,-57,-27,-56,-68"},"%":{"d":"225,-48v-1,18,6,31,25,30v37,-3,41,-43,43,-81v0,-17,-6,-28,-24,-28v-38,2,-41,43,-44,79xm199,-46v3,-55,19,-101,74,-104v36,-1,49,26,45,63v-5,51,-21,90,-72,91v-33,0,-49,-16,-47,-50xm90,-182v0,18,7,30,24,30v38,0,42,-42,44,-81v0,-17,-6,-29,-24,-28v-39,2,-42,42,-44,79xm64,-180v3,-53,18,-104,74,-104v32,0,46,20,46,52v0,54,-20,101,-73,102v-32,0,-49,-17,-47,-50xm49,4r273,-296r13,10r-271,295","w":332},"&":{"d":"60,-68v-3,63,90,52,118,22v-24,-29,-44,-61,-68,-92v-23,16,-49,31,-50,70xm127,-169v24,-16,54,-26,55,-65v0,-18,-10,-26,-27,-27v-49,-2,-55,63,-28,92xm274,-120v-16,26,-35,49,-58,71r44,49r-47,0r-21,-27v-41,43,-181,53,-164,-44v8,-44,38,-67,72,-85v-10,-13,-21,-30,-20,-54v2,-48,35,-68,80,-73v58,-6,64,68,28,97v-16,13,-33,24,-51,34r64,86v16,-18,27,-35,40,-54r33,0","w":267},"'":{"d":"107,-283r-20,73r-18,0r6,-73r32,0","w":84},"(":{"d":"66,-102v-1,49,12,85,32,121r-12,9v-53,-63,-67,-177,-14,-252v18,-26,42,-53,72,-79r8,9v-45,49,-85,103,-86,192","w":110},")":{"d":"93,-180v0,-46,-13,-81,-34,-113r13,-10v64,74,65,166,14,245v-17,28,-41,57,-71,86r-10,-9v47,-56,88,-108,88,-199","w":110},"*":{"d":"197,-274r-60,43r45,43r-15,15r-37,-39r-7,50r-20,0r10,-51r-52,41r-9,-15r59,-44r-45,-43r15,-15r38,40r8,-52r20,0r-10,51r50,-39","w":173},"+":{"d":"161,-240r-14,84r79,0r-4,23r-79,0r-15,85r-23,0r15,-85r-79,0r4,-23r79,0r14,-84r23,0","w":217},".":{"d":"63,-22v3,26,-43,36,-39,4v1,-20,38,-31,39,-4","w":79},",":{"d":"48,-35v37,0,22,56,4,67v-9,10,-21,14,-33,21r-6,-10v17,-10,35,-17,35,-44v-9,6,-26,2,-24,-11v1,-13,10,-23,24,-23","w":88},"-":{"d":"139,-139r-8,22r-92,0r8,-22r92,0","w":131},"\u00ad":{"d":"139,-139r-8,22r-92,0r8,-22r92,0","w":131},"\/":{"d":"6,40r237,-344r16,9r-237,344","w":217},"0":{"d":"66,-75v-8,61,68,69,91,25v19,-37,34,-92,35,-151v0,-33,-7,-58,-41,-56v-74,2,-76,113,-85,182xm223,-198v-4,101,-30,199,-120,202v-51,2,-69,-34,-67,-87v3,-97,30,-200,119,-200v50,0,70,33,68,85"},"1":{"d":"98,-24r39,-221r-57,28r5,-29v29,-10,46,-32,87,-29r-44,251r52,0r-4,24r-132,0r4,-24r50,0"},"2":{"d":"196,-219v4,-51,-74,-43,-99,-19r-13,-21v40,-34,147,-37,143,37v-7,114,-129,113,-165,196r128,0r-4,26r-161,0v12,-117,161,-103,171,-219"},"3":{"d":"175,-93v0,-43,-36,-49,-80,-48v3,-7,-1,-21,9,-21v46,-1,82,-18,82,-62v0,-49,-79,-37,-103,-16r-13,-22v41,-27,148,-37,147,35v0,45,-30,63,-65,72v33,6,53,27,55,64v7,93,-114,117,-181,74r16,-21v45,35,133,19,133,-55"},"4":{"d":"65,-102r91,0r23,-131xm152,-77r-121,0r2,-18r158,-180r25,0r-30,173r27,0r-4,25r-28,0r-13,77r-30,0"},"5":{"d":"176,-109v5,-57,-73,-60,-99,-31r-16,0r24,-135r136,0r-5,26r-107,0r-14,78v43,-26,120,-6,112,56v7,96,-94,148,-176,101r14,-26v17,9,32,19,60,18v48,-3,67,-39,71,-87"},"6":{"d":"112,-21v48,0,71,-34,73,-83v1,-33,-17,-49,-50,-48v-49,-1,-74,21,-70,76v2,33,15,55,47,55xm108,5v-109,3,-70,-169,-33,-226v28,-43,94,-79,157,-51r-14,25v-72,-31,-131,25,-142,91v40,-36,145,-29,140,44v-5,70,-37,114,-108,117"},"7":{"d":"205,-250r-144,0r5,-25r173,0r-3,19r-155,256r-29,0"},"8":{"d":"111,-20v69,7,100,-88,33,-110r-29,-10v-33,12,-59,33,-59,76v0,31,24,41,55,44xm151,-259v-59,-5,-85,72,-30,92v6,3,12,5,17,7v32,-10,61,-25,61,-61v0,-27,-21,-35,-48,-38xm228,-225v0,44,-33,65,-69,75v27,13,54,26,54,66v0,63,-46,86,-108,88v-49,1,-79,-20,-79,-66v0,-49,35,-74,73,-89v-19,-13,-40,-23,-39,-55v3,-53,42,-77,96,-77v40,0,72,18,72,58"},"9":{"d":"148,-258v-45,5,-68,35,-71,86v-3,60,87,55,111,23v15,-42,16,-115,-40,-109xm227,-205v0,124,-61,240,-197,200r14,-26v33,18,84,9,103,-16v14,-19,28,-45,35,-73v-43,35,-141,24,-135,-50v5,-67,40,-113,106,-113v49,0,74,28,74,78"},":":{"d":"97,-167v3,26,-43,36,-39,4v1,-20,38,-31,39,-4xm72,-22v3,26,-43,36,-39,4v1,-20,38,-31,39,-4","w":89},";":{"d":"53,-35v37,0,22,56,4,67v-9,10,-21,14,-33,21r-6,-10v17,-10,35,-17,35,-44v-9,6,-26,2,-24,-11v1,-13,10,-23,24,-23xm97,-169v3,26,-43,36,-39,4v1,-20,38,-31,39,-4","w":89},"<":{"d":"37,-131r1,-4r147,-138r17,19r-129,119v25,45,59,81,86,124r-22,18","w":173},"=":{"d":"40,-119r181,0r-3,22r-182,0xm50,-176r182,0r-4,22r-182,0","w":220},">":{"d":"34,7r-16,-18r129,-121v-25,-45,-59,-80,-87,-122r23,-19r100,138r-1,4","w":173},"?":{"d":"61,-259v39,-41,146,-29,121,55v-7,71,-87,66,-93,137r-26,0v3,-81,89,-73,93,-154v2,-47,-63,-42,-82,-19xm63,3v-11,0,-17,-8,-16,-21v1,-20,39,-31,39,-4v0,14,-9,25,-23,25","w":171},"@":{"d":"374,-155v0,86,-34,151,-120,158v-21,2,-26,-16,-20,-34v-12,20,-28,34,-57,34v-41,0,-61,-27,-62,-70v-3,-92,76,-130,167,-108r-23,149v1,7,7,10,15,8v55,-10,66,-73,71,-134v10,-127,-174,-132,-227,-52v-75,71,-78,303,84,274v6,-1,12,-2,19,-4v1,24,-15,30,-42,29v-95,-3,-141,-56,-141,-152v0,-135,72,-226,204,-226v80,0,132,45,132,128xm144,-72v0,48,47,69,75,34v23,-28,21,-79,32,-119v-59,-20,-107,21,-107,85","w":374},"A":{"d":"91,-115r80,0r-17,-126xm147,-275r29,0r44,275r-33,0r-13,-94r-93,0r-46,94r-30,0","w":224},"B":{"d":"194,-216v1,-43,-51,-37,-94,-37r-17,98v59,3,109,-6,111,-61xm183,-86v0,-49,-52,-49,-104,-47r-19,110v65,3,122,-3,123,-63xm213,-87v0,89,-92,92,-187,87r48,-275v66,2,151,-14,150,54v-1,42,-26,64,-60,74v29,7,49,24,49,60","w":219},"C":{"d":"144,-21v36,1,56,-15,74,-34r20,15v-24,26,-49,44,-99,44v-114,0,-103,-163,-54,-226v23,-55,130,-88,179,-31r-21,21v-16,-12,-29,-28,-59,-25v-75,7,-103,75,-103,151v0,47,19,83,63,85","w":243},"D":{"d":"211,-172v0,-63,-42,-86,-111,-81r-40,230v104,5,151,-55,151,-149xm243,-175v-4,126,-74,188,-217,175r48,-275v95,-6,173,8,169,100","w":238},"E":{"d":"217,-251r-117,0r-17,94r94,0r-4,23r-94,0r-19,110r123,0r-4,24r-153,0r48,-275r147,0","w":194},"F":{"d":"217,-251r-117,0r-17,94r94,0r-4,23r-94,0r-23,134r-30,0r48,-275r147,0","w":185},"G":{"d":"74,-110v-5,74,54,105,125,81r18,-103r30,0r-21,120v-25,11,-55,17,-93,16v-65,-1,-92,-44,-92,-108v0,-112,70,-203,189,-172v14,4,22,15,33,25r-24,21v-14,-17,-29,-29,-58,-27v-75,6,-102,70,-107,147","w":242},"H":{"d":"74,-275r30,0r-21,123r136,0r21,-123r30,0r-47,275r-30,0r22,-129r-136,0r-23,129r-30,0","w":248},"I":{"d":"26,0r48,-275r30,0r-48,275r-30,0","w":82},"J":{"d":"43,-66v-2,53,76,58,92,17v25,-66,28,-152,44,-226r29,0r-34,195v-1,67,-75,106,-138,71v-12,-11,-19,-26,-22,-48","w":187},"K":{"d":"26,0r48,-275r30,0r-22,118r129,-118r37,0r-147,133r110,142r-38,0r-96,-123r-21,123r-30,0","w":219},"L":{"d":"180,0r-154,0r48,-275r30,0r-44,251r124,0","w":185},"M":{"d":"154,0r-28,0r-33,-208r-36,208r-30,0r48,-275r30,0r40,244r124,-244r31,0r-48,275r-30,0r36,-208","w":279},"N":{"d":"95,-226r-39,226r-30,0r48,-275r30,0r97,227r40,-227r30,0r-48,275r-29,0","w":249},"O":{"d":"76,-109v-9,89,97,114,142,52v49,-42,75,-205,-28,-200v-78,4,-106,67,-114,148xm195,-283v132,-9,109,188,44,245v-25,22,-52,42,-96,42v-67,0,-100,-40,-100,-105v0,-103,53,-175,152,-182","w":288},"P":{"d":"194,-212v1,-45,-49,-42,-94,-41r-20,114v65,3,113,-13,114,-73xm225,-214v-4,76,-63,103,-149,98r-20,116r-30,0r48,-275v70,0,154,-11,151,61","w":203},"Q":{"d":"146,-21v79,0,116,-72,116,-153v0,-50,-22,-83,-72,-83v-78,0,-114,66,-114,149v0,50,20,87,70,87xm294,-178v0,88,-44,147,-108,175v8,26,27,42,50,57r-22,24v-26,-19,-52,-39,-61,-74v-74,3,-110,-36,-110,-105v0,-103,52,-182,151,-182v65,0,100,40,100,105","w":288},"R":{"d":"194,-212v0,-44,-49,-40,-94,-40r-19,112v64,3,112,-12,113,-72xm225,-215v-1,51,-31,76,-71,91r55,124r-35,0r-51,-118r-47,1r-20,117r-30,0r48,-275v69,1,153,-12,151,60","w":213},"S":{"d":"213,-74v3,92,-154,99,-194,39r24,-23v18,19,33,37,69,37v53,0,91,-51,48,-84v-39,-30,-104,-38,-106,-103v-3,-84,139,-96,177,-40r-21,20v-20,-45,-123,-41,-123,13v0,80,123,54,126,141","w":211},"T":{"d":"250,-250r-86,0r-43,250r-30,0r43,-250r-85,0r4,-25r201,0","w":211},"U":{"d":"212,-20v-47,37,-187,39,-173,-43r35,-212r30,0r-34,205v-3,69,124,57,139,10v20,-65,27,-145,42,-215r29,0v-16,74,-20,160,-45,225v-5,13,-13,22,-23,30","w":258},"V":{"d":"228,-275r31,0r-138,275r-29,0r-39,-275r32,0r31,232","w":217},"W":{"d":"323,-275r32,0r-113,275r-31,0r-14,-224r-95,224r-29,0r-19,-275r33,0r0,226r107,-226r24,0r17,226","w":312},"X":{"d":"152,-151r67,151r-32,0r-56,-124r-94,124r-31,0r115,-146r-58,-129r33,0r45,104r86,-104r31,0","w":224},"Y":{"d":"89,0r22,-126r-55,-149r32,0r43,123r86,-123r32,0r-107,146r-23,129r-30,0"},"Z":{"d":"63,-275r167,0r-4,22r-181,225r143,0r-4,28r-174,0r4,-24r183,-223r-139,0","w":194},"[":{"d":"79,-303r55,0r-2,13r-31,0r-52,304r30,0r-2,14r-56,0","w":100},"\\":{"d":"181,49r-118,-344r21,-9r117,343","w":218},"]":{"d":"70,28r-56,0r3,-14r30,0r53,-303r-31,0r3,-14r55,0","w":100},"^":{"d":"242,-133r-32,0v-18,-39,-30,-85,-51,-121r-92,121r-32,0r130,-162r5,0","w":229},"_":{"d":"-8,43r181,0r-3,20r-182,0","w":179},"`":{"d":"70,-212r-73,-49r20,-22r61,60","w":0},"a":{"d":"33,-71v0,-96,79,-139,176,-115r-27,171r2,15r-28,0v0,-12,-1,-24,2,-34v-12,22,-30,37,-62,37v-41,0,-63,-29,-63,-74xm63,-76v0,63,70,70,90,21v13,-32,15,-74,24,-111v-62,-24,-114,24,-114,90","w":211},"b":{"d":"176,-119v0,-55,-60,-61,-94,-35r-22,128v65,27,116,-25,116,-93xm207,-126v0,100,-71,145,-180,125r48,-274r28,0r-18,101v15,-10,36,-18,60,-19v43,0,62,26,62,67"},"c":{"d":"108,-18v29,1,41,-12,56,-26r17,13v-18,21,-40,34,-77,34v-47,0,-69,-29,-71,-75v-3,-85,76,-149,153,-107v4,3,8,8,11,13r-21,16v-9,-13,-19,-24,-42,-22v-49,4,-71,42,-71,93v0,33,13,59,45,61","w":188},"d":{"d":"63,-76v-5,58,62,70,92,32r21,-114v-11,-7,-27,-11,-45,-11v-49,0,-64,44,-68,93xm33,-72v-3,-83,70,-149,146,-107r17,-96r28,0r-41,236v-2,14,-1,27,1,39v-18,2,-33,1,-29,-24v-14,16,-31,27,-60,27v-42,0,-61,-31,-62,-75","w":207},"e":{"d":"100,-20v27,-1,48,-9,64,-21r12,20v-19,16,-44,24,-78,24v-45,0,-68,-29,-68,-73v0,-69,35,-120,101,-123v32,-2,57,14,57,44v0,58,-68,61,-128,63v-3,33,6,66,40,66xm160,-146v0,-38,-65,-26,-76,-3v-10,11,-17,28,-21,45v45,-1,97,-1,97,-42","w":183},"f":{"d":"-29,48v33,28,55,-10,61,-47r27,-168r-25,0r3,-16r27,-7v3,-64,53,-113,120,-84v-9,10,-13,32,-27,17v-48,-15,-61,26,-66,67r38,0r-6,23r-36,0r-35,197v-6,40,-51,66,-92,43","w":107},"g":{"d":"33,-72v-4,-86,76,-149,152,-106r3,-12r28,0v-15,61,-29,129,-35,194v-8,75,-108,101,-160,53r19,-21v30,44,115,24,113,-31r4,-20v-15,12,-34,18,-59,18v-45,0,-63,-32,-65,-75xm63,-77v-7,58,59,70,97,39r21,-118v-56,-37,-124,11,-118,79","w":216},"h":{"d":"171,-127v14,-55,-56,-47,-90,-28r-27,155r-27,0r48,-275r27,0r-17,100v39,-28,127,-29,114,46r-23,129r-27,0","w":203},"i":{"d":"70,-249v-2,-20,32,-27,34,-6v2,21,-33,28,-34,6xm62,-190r28,0r-33,190r-27,0","w":88},"j":{"d":"67,-249v-1,-19,32,-27,34,-6v2,21,-33,28,-34,6xm52,11v-8,37,-35,57,-82,54r7,-25v27,2,44,-11,48,-32r34,-198r28,0","w":83},"k":{"d":"73,-117r89,-73r37,0r-96,78r67,112r-33,0r-53,-100r-15,11r-16,89r-27,0r47,-275r28,0","w":180},"l":{"d":"88,-5v-24,12,-63,13,-56,-27r42,-243r28,0r-42,243v0,14,14,11,26,11","w":89},"m":{"d":"162,-132v14,-50,-51,-42,-80,-24r-27,156r-28,0r32,-190r26,0v0,6,-1,11,-1,16v23,-18,87,-31,103,1v36,-27,126,-35,113,38r-24,135r-28,0r24,-142v3,-42,-56,-27,-81,-16v0,57,-17,105,-24,158r-27,0","w":302},"n":{"d":"172,-130v13,-55,-62,-43,-91,-23r-26,153r-28,0r32,-190r27,0v0,5,-1,11,-1,18v34,-30,129,-35,116,39r-23,133r-28,0","w":204},"o":{"d":"65,-74v0,32,17,55,48,55v51,0,74,-45,74,-96v0,-32,-15,-56,-48,-56v-49,0,-73,43,-74,97xm216,-118v0,67,-37,121,-105,121v-49,0,-76,-24,-75,-74v2,-72,38,-122,108,-122v47,0,72,29,72,75","w":219},"p":{"d":"174,-120v5,-55,-57,-58,-94,-36r-20,119v11,10,25,16,44,16v51,0,65,-47,70,-99xm204,-124v6,87,-72,160,-148,109r-16,95r-28,0r45,-270r25,0r-1,14v18,-9,37,-17,62,-17v43,0,59,28,61,69","w":207},"q":{"d":"63,-77v-7,57,62,71,97,38r21,-117v-55,-35,-125,10,-118,79xm33,-70v-4,-87,77,-151,152,-108r4,-12r27,0v-20,86,-31,181,-48,270r-28,0r17,-97v-14,12,-34,20,-59,20v-45,0,-64,-29,-65,-73","w":213},"r":{"d":"81,-158v17,-20,42,-38,78,-34r-12,29v-32,-6,-59,9,-70,30r-23,133r-28,0r32,-190r26,0","w":125},"s":{"d":"133,-52v-9,-50,-90,-25,-92,-83v-2,-63,98,-74,131,-36r-18,18v-19,-36,-115,-13,-77,29v30,21,82,16,84,65v2,71,-113,79,-143,31r21,-18v14,32,90,40,94,-6","w":170},"t":{"d":"118,-2v-38,14,-80,3,-71,-47r20,-117r-27,0r4,-18r27,-6r9,-48r27,0r-8,48r46,0r-7,24r-43,0r-20,126v-4,27,29,20,45,15","w":128},"u":{"d":"144,-20v-34,30,-130,40,-116,-37r24,-133r27,0r-23,139v1,47,71,27,92,9r26,-148r27,0r-30,177r0,13v-14,0,-35,6,-27,-20","w":204},"v":{"d":"81,-28r77,-162r30,0r-99,190r-27,0r-34,-190r30,0","w":169},"w":{"d":"28,-190r30,0r13,147r64,-147r18,0r15,147r62,-147r30,0r-90,190r-19,0r-14,-150r-64,150r-20,0","w":242},"x":{"d":"4,0r83,-98r-44,-92r30,0r30,74r59,-74r29,0r-77,91r46,99r-30,0r-33,-79r-63,79r-30,0","w":172},"y":{"d":"86,-38r77,-152r30,0r-130,233v-16,28,-52,46,-96,35r10,-26v51,16,74,-26,89,-64r-41,-178r30,0","w":177},"z":{"d":"52,-190r138,0r-4,22r-136,142r114,0r-5,26r-147,0r4,-22r138,-142r-107,0","w":173},"{":{"d":"51,-59v4,-21,7,-54,-24,-47r4,-22v67,2,24,-109,71,-144v11,-14,31,-15,57,-14r-4,21v-81,-9,-24,117,-91,147v30,25,9,83,5,125v-1,22,12,29,35,26r-4,21v-42,5,-67,-11,-59,-53","w":119},"|":{"d":"149,-277r-62,356r-23,0r62,-356r23,0","w":182},"}":{"d":"109,-173v-4,21,-6,52,24,45r-4,22v-84,1,5,173,-128,160r4,-21v79,7,27,-118,92,-151v-36,-20,-7,-83,-6,-123v1,-20,-12,-27,-34,-24r3,-21v42,-5,67,11,60,52","w":119},"~":{"d":"169,-107v20,0,33,-10,42,-21r15,15v-19,33,-79,45,-113,16v-24,-12,-58,-5,-67,18r-17,-13v13,-19,34,-39,64,-39v32,0,46,22,76,24","w":218},"\u00a1":{"d":"53,-168v-1,-26,43,-36,41,-4v0,22,-40,30,-41,4xm77,-119r-31,204r-36,0r42,-204r25,0","w":86},"\u00a2":{"d":"33,-87v2,-62,33,-103,95,-107r7,-23r16,2r-7,23v18,3,30,11,38,26r-23,18v-7,-7,-12,-16,-22,-20r-37,123v24,4,37,-13,49,-26r19,16v-16,22,-38,35,-75,35r-8,26r-16,-3r8,-25v-28,-8,-45,-29,-44,-65xm121,-170v-55,-1,-76,91,-36,122","w":155},"\u00a3":{"d":"204,-244v-45,-38,-110,8,-87,75r4,29r58,0r-4,19r-53,0v-2,47,-28,70,-52,95r111,0r-5,26r-146,0v0,-33,26,-35,38,-56v11,-19,24,-35,23,-65r-44,0r4,-19r40,0v-32,-92,45,-178,132,-128","w":202},"\u00a9":{"d":"134,-125v-8,53,60,67,86,30r14,13v-16,16,-33,27,-64,26v-42,0,-60,-27,-60,-66v0,-68,47,-120,119,-102v8,2,14,8,20,16r-16,13v-42,-42,-105,12,-99,70xm238,-19v-94,64,-235,-10,-191,-137v24,-69,73,-121,160,-127v129,-8,145,172,65,237v-12,9,-22,19,-34,27xm257,-59v65,-55,57,-212,-53,-204v-84,6,-133,61,-140,147v-7,88,96,128,164,80v10,-7,19,-15,29,-23","w":315},"\u2122":{"d":"262,-117r-15,0r-28,-101r-17,101r-28,0r23,-132r-53,0r-23,132r-28,0r23,-132r-54,0r5,-26r165,0r31,115r71,-115r31,0r-28,158r-28,0r17,-101","w":334},"\u00d7":{"d":"20,-12r88,-86r-56,-83r20,-15r56,81r82,-80r16,14r-85,83r59,87r-22,16r-57,-86r-87,85","w":215},"\u00e0":{"d":"33,-71v0,-96,79,-139,176,-115r-27,171r2,15r-28,0v0,-12,-1,-24,2,-34v-12,22,-30,37,-62,37v-41,0,-63,-29,-63,-74xm63,-76v0,63,70,70,90,21v13,-32,15,-74,24,-111v-62,-24,-114,24,-114,90xm181,-212r-73,-49r20,-22r61,60","w":211},"\u00e1":{"d":"121,-223r64,-60r17,22r-72,49xm33,-71v0,-96,79,-139,176,-115r-27,171r2,15r-28,0v0,-12,-1,-24,2,-34v-12,22,-30,37,-62,37v-41,0,-63,-29,-63,-74xm63,-76v0,63,70,70,90,21v13,-32,15,-74,24,-111v-62,-24,-114,24,-114,90","w":211},"\u00e4":{"d":"197,-230v-9,1,-15,-7,-14,-17v2,-18,34,-25,34,-3v0,12,-7,20,-20,20xm135,-250v3,22,-34,28,-33,5v-1,-20,33,-27,33,-5xm33,-71v0,-96,79,-139,176,-115r-27,171r2,15r-28,0v0,-12,-1,-24,2,-34v-12,22,-30,37,-62,37v-41,0,-63,-29,-63,-74xm63,-76v0,63,70,70,90,21v13,-32,15,-74,24,-111v-62,-24,-114,24,-114,90","w":211},"\u00e7":{"d":"130,43v0,41,-51,62,-80,36r16,-18v12,18,42,8,41,-15v-1,-12,-8,-21,-21,-22r10,-25r18,0r-7,15v12,4,23,12,23,29xm108,-18v29,1,41,-12,56,-26r17,13v-18,21,-40,34,-77,34v-47,0,-69,-29,-71,-75v-3,-85,76,-149,153,-107v4,3,8,8,11,13r-21,16v-9,-13,-19,-24,-42,-22v-49,4,-71,42,-71,93v0,33,13,59,45,61","w":185},"\u00e8":{"d":"106,-20v27,-1,48,-9,64,-21r12,20v-19,16,-44,24,-78,24v-45,0,-68,-29,-68,-73v0,-69,35,-120,101,-123v32,-2,57,14,57,44v0,58,-68,61,-128,63v-3,33,6,66,40,66xm166,-146v0,-38,-65,-26,-76,-3v-10,11,-17,28,-21,45v45,-1,97,-1,97,-42xm158,-212r-73,-49r20,-22r61,60","w":194},"\u00e9":{"d":"116,-223r64,-60r17,22r-72,49xm106,-20v27,-1,48,-9,64,-21r12,20v-19,16,-44,24,-78,24v-45,0,-68,-29,-68,-73v0,-69,35,-120,101,-123v32,-2,57,14,57,44v0,58,-68,61,-128,63v-3,33,6,66,40,66xm166,-146v0,-38,-65,-26,-76,-3v-10,11,-17,28,-21,45v45,-1,97,-1,97,-42","w":194},"\u00ec":{"d":"62,-190r28,0r-33,190r-27,0xm98,-212r-73,-49r20,-22r61,60","w":88},"\u00ed":{"d":"62,-190r28,0r-33,190r-27,0xm40,-223r64,-60r17,22r-72,49","w":88},"\u00ef":{"d":"62,-190r28,0r-33,190r-27,0xm142,-250v3,23,-35,27,-34,5v0,-18,34,-29,34,-5xm61,-250v3,22,-34,28,-34,5v0,-18,33,-27,34,-5","w":88},"\u00f1":{"d":"166,-236v14,-1,23,-8,28,-19r13,8v-10,16,-22,34,-45,34v-19,0,-23,-19,-41,-20v-14,-1,-23,10,-29,19r-13,-7v8,-17,22,-33,45,-34v21,-1,26,16,42,19xm172,-130v13,-55,-62,-43,-91,-23r-26,153r-28,0r32,-190r27,0v0,5,-1,11,-1,18v34,-30,129,-35,116,39r-23,133r-28,0","w":198},"\u00f2":{"d":"65,-74v0,32,17,55,48,55v51,0,74,-45,74,-96v0,-32,-15,-56,-48,-56v-49,0,-73,43,-74,97xm216,-118v0,67,-37,121,-105,121v-49,0,-76,-24,-75,-74v2,-72,38,-122,108,-122v47,0,72,29,72,75xm163,-212r-73,-49r20,-22r61,60","w":219},"\u00f3":{"d":"126,-223r64,-60r17,22r-73,49xm65,-74v0,32,17,55,48,55v51,0,74,-45,74,-96v0,-32,-15,-56,-48,-56v-49,0,-73,43,-74,97xm216,-118v0,67,-37,121,-105,121v-49,0,-76,-24,-75,-74v2,-72,38,-122,108,-122v47,0,72,29,72,75","w":219},"\u00f5":{"d":"173,-236v13,-1,22,-9,28,-19r12,8v-10,28,-52,47,-75,17v-16,-9,-34,4,-39,16r-13,-7v8,-17,22,-33,45,-34v21,-1,26,16,42,19xm65,-74v0,32,17,55,48,55v51,0,74,-45,74,-96v0,-32,-15,-56,-48,-56v-49,0,-73,43,-74,97xm216,-118v0,67,-37,121,-105,121v-49,0,-76,-24,-75,-74v2,-72,38,-122,108,-122v47,0,72,29,72,75","w":219},"\u00f6":{"d":"200,-230v-9,1,-15,-7,-14,-17v2,-18,34,-25,34,-3v0,12,-7,20,-20,20xm138,-250v3,22,-34,28,-33,5v-1,-20,33,-27,33,-5xm65,-74v0,32,17,55,48,55v51,0,74,-45,74,-96v0,-32,-15,-56,-48,-56v-49,0,-73,43,-74,97xm216,-118v0,67,-37,121,-105,121v-49,0,-76,-24,-75,-74v2,-72,38,-122,108,-122v47,0,72,29,72,75","w":219},"\u00f9":{"d":"144,-20v-34,30,-130,40,-116,-37r24,-133r27,0r-23,139v1,47,71,27,92,9r26,-148r27,0r-30,177r0,13v-14,0,-35,6,-27,-20xm164,-212r-73,-49r20,-22r61,60","w":198},"\u00fa":{"d":"98,-223r64,-60r17,22r-72,49xm144,-20v-34,30,-130,40,-116,-37r24,-133r27,0r-23,139v1,47,71,27,92,9r26,-148r27,0r-30,177r0,13v-14,0,-35,6,-27,-20","w":198},"\u00fc":{"d":"196,-250v3,22,-35,28,-34,5v-2,-20,35,-27,34,-5xm115,-250v2,22,-36,28,-34,3v1,-17,33,-25,34,-3xm144,-20v-34,30,-130,40,-116,-37r24,-133r27,0r-23,139v1,47,71,27,92,9r26,-148r27,0r-30,177r0,13v-14,0,-35,6,-27,-20","w":198},"\u2018":{"d":"76,-216v-37,0,-22,-56,-4,-67v9,-10,21,-14,33,-21r6,10v-16,11,-35,18,-35,44v9,-6,25,-3,24,11v-1,14,-10,23,-24,23","w":71},"\u2019":{"d":"86,-304v37,0,21,55,4,66v-9,10,-21,15,-33,22r-6,-11v16,-11,35,-17,35,-44v-9,6,-26,3,-24,-10v1,-13,9,-23,24,-23","w":71},"\u201c":{"d":"141,-216v-37,0,-22,-56,-4,-67v9,-10,21,-14,33,-21r6,10v-16,11,-35,18,-35,44v9,-6,25,-3,24,11v-1,14,-10,23,-24,23xm76,-216v-37,0,-22,-56,-4,-67v9,-10,21,-14,33,-21r6,10v-16,11,-35,18,-35,44v9,-6,25,-3,24,11v-1,14,-10,23,-24,23","w":143},"\u201d":{"d":"153,-304v37,0,21,55,4,66v-9,10,-21,15,-33,22r-6,-11v16,-11,35,-17,35,-44v-9,6,-26,3,-24,-10v1,-13,9,-23,24,-23xm86,-304v37,0,21,55,4,66v-9,10,-21,15,-33,22r-6,-11v16,-11,35,-17,35,-44v-9,6,-26,3,-24,-10v1,-13,9,-23,24,-23","w":146},"\u2013":{"d":"21,-123r161,0r-4,23r-161,0","w":160},"\u2014":{"d":"21,-123r315,0r-4,23r-315,0","w":315},"\u2026":{"d":"161,-22v3,26,-43,36,-39,4v1,-20,38,-31,39,-4xm259,-22v3,26,-43,36,-39,4v1,-20,38,-31,39,-4xm64,-22v3,26,-43,36,-39,4v1,-20,38,-31,39,-4","w":279},"\u00a0":{"w":181}}});

