function debug(s) {
  if(window.console) {
    window.console.log(s);
  }
}

/**
 * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 */
if(typeof deconcept=="undefined"){var deconcept=new Object();}if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconcept.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconcept.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1d=this.getParams();for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}var _1f=this.getVariablePairs().join("&");if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}return _19;},write:function(_20){if(this.getAttribute("useExpressInstall")){var _21=new deconcept.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _20=="string")?document.getElementById(_20):_20;n.innerHTML=this.getSWFHTML();return true;}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;}};deconcept.SWFObjectUtil.getPlayerVersion=function(){var _23=new deconcept.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _26=3;while(axo){try{_26++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26);_23=new deconcept.PlayerVersion([_26,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _23;};deconcept.PlayerVersion=function(_29){this.major=_29[0]!=null?parseInt(_29[0]):0;this.minor=_29[1]!=null?parseInt(_29[1]):0;this.rev=_29[2]!=null?parseInt(_29[2]):0;};deconcept.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconcept.util={getRequestParameter:function(_2b){var q=document.location.search||document.location.hash;if(_2b==null){return q;}if(q){var _2d=q.substring(1).split("&");for(var i=0;i<_2d.length;i++){if(_2d[i].substring(0,_2d[i].indexOf("="))==_2b){return _2d[i].substring((_2d[i].indexOf("=")+1));}}}return "";}};deconcept.SWFObjectUtil.cleanupSWFs=function(){var _2f=document.getElementsByTagName("OBJECT");for(var i=_2f.length-1;i>=0;i--){_2f[i].style.display="none";for(var x in _2f[i]){if(typeof _2f[i][x]=="function"){_2f[i][x]=function(){};}}}};if(deconcept.SWFObject.doPrepUnload){if(!deconcept.unloadSet){deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconcept.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconcept.SWFObjectUtil.prepUnload);deconcept.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}var getQueryParamValue=deconcept.util.getRequestParameter;var FlashObject=deconcept.SWFObject;var SWFObject=deconcept.SWFObject;

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.js
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */

// Offering a Custom Alias suport - More info: http://docs.jquery.com/Plugins/Authoring#Custom_Alias
(function($) {
	/**
	 * $ is an alias to jQuery object
	 *
	 */
	$.fn.lightBox = function(settings, content) {
		// Settings to configure the jQuery lightBox plugin how you like
		settings = jQuery.extend({
			// Configuration related to overlay
			overlayBgColor: 		'#000',		// (string) Background color to overlay; inform a hexadecimal value like: #RRGGBB. Where RR, GG, and BB are the hexadecimal values for the red, green, and blue values of the color.
			overlayOpacity:			0.8,		// (integer) Opacity value to overlay; inform: 0.X. Where X are number from 0 to 9
			// Configuration related to navigation
			fixedNavigation:		false,		// (boolean) Boolean that informs if the navigation (next and prev button) will be fixed or not in the interface.
			// Configuration related to images
			imageLoading:			'/images/lightbox-ico-loading.gif',		// (string) Path and the name of the loading icon
			imageBtnPrev:			'/images/lightbox-btn-prev.png',			// (string) Path and the name of the prev button image
			imageBtnNext:			'/images/lightbox-btn-next.png',			// (string) Path and the name of the next button image
			imageBtnClose:			'/images/lightbox-btn-close.gif',		// (string) Path and the name of the close btn
			imageBlank:				'/images/lightbox-blank.gif',			// (string) Path and the name of a blank image (one pixel)
			// Configuration related to container image box
			containerBorderSize:	10,			// (integer) If you adjust the padding in the CSS for the container, #lightbox-container-image-box, you will need to update this value
			containerResizeSpeed:	400,		// (integer) Specify the resize duration of container image. These number are miliseconds. 400 is default.
			// Configuration related to texts in caption. For example: Image 2 of 8. You can alter either "Image" and "of" texts.
			txtImage:				'Image',	// (string) Specify text "Image"
			txtOf:					'of',		// (string) Specify text "of"
			// Configuration related to keyboard navigation
			keyToClose:				'c',		// (string) (c = close) Letter to close the jQuery lightBox interface. Beyond this letter, the letter X and the SCAPE key is used to.
			keyToPrev:				'p',		// (string) (p = previous) Letter to show the previous image
			keyToNext:				'n'		// (string) (n = next) Letter to show the next image.
		},settings);
		// Caching the jQuery object with all elements matched
		var jQueryMatchedObj = this; // This, in this context, refer to jQuery object
		/**
		 * Initializing the plugin calling the start function
		 *
		 * @return boolean false
		 */
		function _initialize() {
			_start(this,jQueryMatchedObj, content); // This, in this context, refer to object (link) which the user have clicked
			return false; // Avoid the browser following the link
		}
		/**
		 * Start the jQuery lightBox plugin
		 *
		 * @param object objClicked The object (link) whick the user have clicked
		 * @param object jQueryMatchedObj The jQuery object with all elements matched
		 */
		function _start(objClicked,jQueryMatchedObj, content) {
			// Hime some elements to avoid conflict with overlay in IE. These elements appear above the overlay.
			$('embed, object, select').css({ 'visibility' : 'hidden' });
			// Call the function to create the markup structure; style some elements; assign events in some elements.
			_set_interface(content);
		}
		/**
		 * Create the jQuery lightBox plugin interface
		 */

		function _set_interface(content) {
			// Apply the HTML markup into body tag
			$('body').append(content);	
			// Get page sizes
			var arrPageSizes = ___getPageSize();
			// Style overlay and show it
			$('#jquery-overlay').css({
				backgroundColor:	settings.overlayBgColor,
				opacity:			settings.overlayOpacity,
				width:				arrPageSizes[0],
				height:				arrPageSizes[1]
			}).fadeIn();
			// Get page scroll
			var arrPageScroll = ___getPageScroll();
			// Calculate top and left offset for the jquery-lightbox div object and show it
			$('#jquery-lightbox').css({
				top:	80,
				left:	arrPageScroll[0]
			}).show();
			// Assigning click events in elements to close overlay
			$('#jquery-overlay,#jquery-lightbox').click(function() {
				_finish();
			});
			// Assign the _finish function to lightbox-loading-link and lightbox-secNav-btnClose objects
			$('#lightbox-loading-link,#lightbox-secNav-btnClose').click(function() {
				_finish();
				return false;
			});
			// If window was resized, calculate the new overlay dimensions
			$(window).resize(function() {
				// Get page sizes
				var arrPageSizes = ___getPageSize();
				// Style overlay and show it
				$('#jquery-overlay').css({
					width:		arrPageSizes[0],
					height:		arrPageSizes[1]
				});
				// Get page scroll
				var arrPageScroll = ___getPageScroll();
				// Calculate top and left offset for the jquery-lightbox div object and show it
				$('#jquery-lightbox').css({
					top:	80,
					left:	arrPageScroll[0]
				});
			});
		}
		/**
		 * Enable a support to keyboard navigation
		 *
		 */
		function _enable_keyboard_navigation() {
			$(document).keydown(function(objEvent) {
				_keyboard_action(objEvent);
			});
		}
		/**
		 * Disable the support to keyboard navigation
		 *
		 */
		function _disable_keyboard_navigation() {
			$(document).unbind();
		}
		/**
		 * Perform the keyboard actions
		 *
		 */
		function _keyboard_action(objEvent) {
			// To ie
			if ( objEvent == null ) {
				keycode = event.keyCode;
				escapeKey = 27;
			// To Mozilla
			} else {
				keycode = objEvent.keyCode;
				escapeKey = objEvent.DOM_VK_ESCAPE;
			}
			// Get the key in lower case form
			key = String.fromCharCode(keycode).toLowerCase();
			// Verify the keys to close the ligthBox
			if ( ( key == settings.keyToClose ) || ( key == 'x' ) || ( keycode == escapeKey ) ) {
				_finish();
			}
		}
		/**
		 * Remove jQuery lightBox plugin HTML markup
		 *
		 */
		function _finish() {
			$('#jwplayer').hide();
      //document.getElementById("flashplayer").sendEvent("STOP");
      s1.addVariable('file',null);
      s1.write('jwplayer');
			$('#jquery-lightbox').remove();
			$('#jquery-overlay').fadeOut(function() { $('#jquery-overlay').remove(); });
			// Show some elements to avoid conflict with overlay in IE. These elements appear above the overlay.
			$('embed, object, select').css({ 'visibility' : 'visible' });
		}
		/**
		 / THIRD FUNCTION
		 * getPageSize() by quirksmode.com
		 *
		 * @return Array Return an array with page width, height and window width, height
		 */
		function ___getPageSize() {
			var xScroll, yScroll;
			if (window.innerHeight && window.scrollMaxY) {	
				xScroll = window.innerWidth + window.scrollMaxX;
				yScroll = window.innerHeight + window.scrollMaxY;
			} else if (document.body.scrollHeight > document.body.offsetHeight){ // all but Explorer Mac
				xScroll = document.body.scrollWidth;
				yScroll = document.body.scrollHeight;
			} else { // Explorer Mac...would also work in Explorer 6 Strict, Mozilla and Safari
				xScroll = document.body.offsetWidth;
				yScroll = document.body.offsetHeight;
			}
			var windowWidth, windowHeight;
			if (self.innerHeight) {	// all except Explorer
				if(document.documentElement.clientWidth){
					windowWidth = document.documentElement.clientWidth; 
				} else {
					windowWidth = self.innerWidth;
				}
				windowHeight = self.innerHeight;
			} else if (document.documentElement && document.documentElement.clientHeight) { // Explorer 6 Strict Mode
				windowWidth = document.documentElement.clientWidth;
				windowHeight = document.documentElement.clientHeight;
			} else if (document.body) { // other Explorers
				windowWidth = document.body.clientWidth;
				windowHeight = document.body.clientHeight;
			}	
			// for small pages with total height less then height of the viewport
			if(yScroll < windowHeight){
				pageHeight = windowHeight;
			} else { 
				pageHeight = yScroll;
			}
			// for small pages with total width less then width of the viewport
			if(xScroll < windowWidth){	
				pageWidth = xScroll;		
			} else {
				pageWidth = windowWidth;
			}
			arrayPageSize = new Array(pageWidth,pageHeight,windowWidth,windowHeight);
			return arrayPageSize;
		};
		/**
		 / THIRD FUNCTION
		 * getPageScroll() by quirksmode.com
		 *
		 * @return Array Return an array with x,y page scroll values.
		 */
		function ___getPageScroll() {
			var xScroll, yScroll;
			if (self.pageYOffset) {
				yScroll = self.pageYOffset;
				xScroll = self.pageXOffset;
			} else if (document.documentElement && document.documentElement.scrollTop) {	 // Explorer 6 Strict
				yScroll = document.documentElement.scrollTop;
				xScroll = document.documentElement.scrollLeft;
			} else if (document.body) {// all other Explorers
				yScroll = document.body.scrollTop;
				xScroll = document.body.scrollLeft;	
			}
			arrayPageScroll = new Array(xScroll,yScroll);
			return arrayPageScroll;
		};
		 /**
		  * Stop the code execution from a escified time in milisecond
		  *
		  */
		 function ___pause(ms) {
			var date = new Date(); 
			curDate = null;
			do { var curDate = new Date(); }
			while ( curDate - date < ms);
		 };
		// Return the jQuery object for chaining. The unbind method is used to avoid click conflict when the plugin is called more than once
		return this.unbind('click').click(_initialize);
	};
})(jQuery); // Call and execute the function immediately passing the jQuery object

/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.01
 */
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},textDecoration:function(G,F){if(!F){F=this.getStyle(G)}var C={underline:null,overline:null,"line-through":null};for(var B=G;B.parentNode&&B.parentNode.nodeType==1;){var E=true;for(var D in C){if(!k(C,D)||C[D]){continue}if(F.get("textDecoration").indexOf(D)!=-1){C[D]=F.get("color")}E=false}if(E){break}F=this.getStyle(B=B.parentNode)}return C},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 B={inline:1,"inline-block":1,"run-in":1};return function(E,C,D){if(B[C.get("display")]){return E}if(!D.previousSibling){E=E.replace(/^\s+/,"")}if(!D.nextSibling){E=E.replace(/\s+$/,"")}return E}})()};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(C){var B=this.face=C.face;this.glyphs=C.glyphs;this.w=C.w;this.baseSize=parseInt(B["units-per-em"],10);this.family=B["font-family"].toLowerCase();this.weight=B["font-weight"];this.style=B["font-style"]||"normal";this.viewBox=(function(){var E=B.bbox.split(/\s+/);var D={minX:parseInt(E[0],10),minY:parseInt(E[1],10),maxX:parseInt(E[2],10),maxY:parseInt(E[3],10)};D.width=D.maxX-D.minX;D.height=D.maxY-D.minY;D.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return D})();this.ascent=-parseInt(B.ascent,10);this.descent=-parseInt(B.descent,10);this.height=-this.ascent+this.descent}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)}function E(F){C(this)}function C(F){setTimeout(function(){m.replace(F,d.get(F).options,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 B={},D,F;for(var E=0,C=arguments.length;D=arguments[E],E<C;++E){for(F in D){if(k(D,F)){B[F]=D[F]}}}return B}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(C,J){var B=n.getStyle(v(C,J)).extend(J);var D=c(C,B),E,H,G,F,I;for(E=C.firstChild;E;E=G){H=E.nodeType;G=E.nextSibling;if(H==3){if(F){F.appendData(E.data);C.removeChild(E)}else{F=E}if(G){continue}}if(F){C.replaceChild(o(D,n.whiteSpace(F.data,B,E),B,J,E,C),F);F=null}if(H==1&&E.firstChild){if(/cufon/.test(E.className)){z[J.engine](D,null,B,J,E,C)}else{arguments.callee(E,J)}}}}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={enableTextDecoration:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||(window.Ext&&Ext.query)||g),separate:"words",textShadow:"none"};var p={words:/[^\S\u00a0]+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){debug("refresh start");y.repeat.apply(y,arguments);debug("refresh end");return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){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.removeClass(x.root(),"cufon-loading")});e=true}if(C.hover){C.forceHitArea=true}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)}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-canvas{text-indent:0;}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}.cufon-canvas .cufon-alt{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?".cufon-canvas canvas{position:relative;}":".cufon-canvas canvas{position:absolute;}")+"}@media print{.cufon-canvas{padding:0;}.cufon-canvas canvas{display:none;}.cufon-canvas .cufon-alt{display:inline;}}").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(ah,H,Z,D,L,ai){var n=(H===null);if(n){H=L.alt}var J=ah.viewBox;var p=Z.getSize("fontSize",ah.baseSize);var X=Z.get("letterSpacing");X=(X=="normal")?0:p.convertFrom(parseInt(X,10));var K=0,Y=0,W=0,F=0;var I=D.textShadow,U=[];if(I){for(var ag=I.length;ag--;){var O=I[ag];var T=p.convertFrom(parseFloat(O.offX));var R=p.convertFrom(parseFloat(O.offY));U[ag]=[T,R];if(R<K){K=R}if(T>Y){Y=T}if(R>W){W=R}if(T<F){F=T}}}var al=Cufon.CSS.textTransform(H,Z).split(""),B;var o=ah.glyphs,E,r,ac;var h=0,v,N=[];for(var ag=0,ae=0,ab=al.length;ag<ab;++ag){E=o[B=al[ag]]||ah.missingGlyph;if(!E){continue}if(r){h-=ac=r[B]||0;N[ae-1]-=ac}h+=v=N[ae++]=~~(E.w||ah.w)+X;r=E.k}if(v===undefined){return null}Y+=J.width-v;F+=J.minX;var C,q;if(n){C=L;q=L.firstChild}else{C=document.createElement("span");C.className="cufon cufon-canvas";C.alt=H;q=document.createElement("canvas");C.appendChild(q);if(D.printable){var ad=document.createElement("span");ad.className="cufon-alt";ad.appendChild(document.createTextNode(H));C.appendChild(ad)}}var am=C.style;var Q=q.style;var m=p.convert(J.height);var ak=Math.ceil(m);var V=ak/m;var P=V*Cufon.CSS.fontStretch(Z.get("fontStretch"));var S=h*P;var aa=Math.ceil(p.convert(S+Y-F));var t=Math.ceil(p.convert(J.height-K+W));q.width=aa;q.height=t;Q.width=aa+"px";Q.height=t+"px";K+=J.minY;Q.top=Math.round(p.convert(K-ah.ascent))+"px";Q.left=Math.round(p.convert(F))+"px";var A=Math.ceil(p.convert(S))+"px";if(a){am.width=A;am.height=p.convert(ah.height)+"px"}else{am.paddingLeft=A;am.paddingBottom=(p.convert(ah.height)-1)+"px"}var aj=q.getContext("2d"),M=m/J.height;aj.scale(M,M*V);aj.translate(-F,-K);aj.lineWidth=ah.face["underline-thickness"];aj.save();function s(i,g){aj.strokeStyle=g;aj.beginPath();aj.moveTo(0,i);aj.lineTo(h,i);aj.stroke()}var u=D.enableTextDecoration?Cufon.CSS.textDecoration(ai,Z):{};if(u.underline){s(-ah.face["underline-position"],u.underline)}if(u.overline){s(ah.ascent,u.overline)}function af(){aj.scale(P,1);for(var x=0,k=0,g=al.length;x<g;++x){var y=o[al[x]]||ah.missingGlyph;if(!y){continue}if(y.d){aj.beginPath();if(y.code){c(y.code,aj)}else{y.code=d("m"+y.d,aj)}aj.fill()}aj.translate(N[k++],0)}aj.restore()}if(I){for(var ag=I.length;ag--;){var O=I[ag];aj.save();aj.fillStyle=O.color;aj.translate.apply(aj,U[ag]);af()}}var z=D.textGradient;if(z){var G=z.stops,w=aj.createLinearGradient(0,J.minY,0,J.maxY);for(var ag=0,ab=G.length;ag<ab;++ag){w.addColorStop.apply(w,G[ag])}aj.fillStyle=w}else{aj.fillStyle=Z.get("color")}af();if(u["line-through"]){s(-ah.descent,u["line-through"])}return C}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml")}var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var f=(document.documentMode||0)<8;document.write(('<style type="text/css">.cufon-vml-canvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}.cufon-vml-canvas{position:absolute;text-align:left;}.cufon-vml{display:inline-block;position:relative;vertical-align:'+(f?"middle":"text-bottom")+";}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px;}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none;}.cufon-vml .cufon-alt{display:inline;}}</style>").replace(/;/g,"!important;"));function c(g,h){return a(g,/(?:em|ex|%)$|^[a-z-]+$/i.test(h)?"1em":h)}function a(j,k){if(/px$/i.test(k)){return parseFloat(k)}var i=j.style.left,h=j.runtimeStyle.left;j.runtimeStyle.left=j.currentStyle.left;j.style.left=k.replace("%","em");var g=j.style.pixelLeft;j.style.left=i;j.runtimeStyle.left=h;return g}var e={};function d(n){var o=n.id;if(!e[o]){var l=n.stops,m=document.createElement("cvml:fill"),g=[];m.type="gradient";m.angle=180;m.focus="0";m.method="sigma";m.color=l[0][1];for(var i=1,h=l.length-1;i<h;++i){g.push(l[i][0]*100+"% "+l[i][1])}m.colors=g.join(",");m.color2=l[h][1];e[o]=m}return e[o]}return function(ai,J,ac,F,N,aj,aa){var n=(J===null);if(n){J=N.alt}var L=ai.viewBox;var p=ac.computedFontSize||(ac.computedFontSize=new Cufon.CSS.Size(c(aj,ac.get("fontSize"))+"px",ai.baseSize));var Z=ac.computedLSpacing;if(Z==undefined){Z=ac.get("letterSpacing");ac.computedLSpacing=Z=(Z=="normal")?0:~~p.convertFrom(a(aj,Z))}var B,q;if(n){B=N;q=N.firstChild}else{B=document.createElement("span");B.className="cufon cufon-vml";B.alt=J;q=document.createElement("span");q.className="cufon-vml-canvas";B.appendChild(q);if(F.printable){var af=document.createElement("span");af.className="cufon-alt";af.appendChild(document.createTextNode(J));B.appendChild(af)}if(!aa){B.appendChild(document.createElement("cvml:shape"))}}var ao=B.style;var U=q.style;var h=p.convert(L.height),al=Math.ceil(h);var Y=al/h;var S=Y*Cufon.CSS.fontStretch(ac.get("fontStretch"));var X=L.minX,W=L.minY;U.height=al;U.top=Math.round(p.convert(W-ai.ascent));U.left=Math.round(p.convert(X));ao.height=p.convert(ai.height)+"px";var u=F.enableTextDecoration?Cufon.CSS.textDecoration(aj,ac):{};var I=ac.get("color");var an=Cufon.CSS.textTransform(J,ac).split(""),A;var o=ai.glyphs,G,r,ae;var g=0,O=[],V=0,w;var y,K=F.textShadow;for(var ah=0,ag=0,ad=an.length;ah<ad;++ah){G=o[A=an[ah]]||ai.missingGlyph;if(!G){continue}if(r){g-=ae=r[A]||0;O[ag-1]-=ae}g+=w=O[ag++]=~~(G.w||ai.w)+Z;r=G.k}if(w===undefined){return null}var z=-X+g+(L.width-w);var am=p.convert(z*S),ab=Math.round(am);var R=z+","+L.height,m;var M="r"+R+"ns";var x=F.textGradient&&d(F.textGradient);for(ah=0,ag=0;ah<ad;++ah){G=o[an[ah]]||ai.missingGlyph;if(!G){continue}if(n){y=q.childNodes[ag];while(y.firstChild){y.removeChild(y.firstChild)}}else{y=document.createElement("cvml:shape");q.appendChild(y)}y.stroked="f";y.coordsize=R;y.coordorigin=m=(X-V)+","+W;y.path=(G.d?"m"+G.d+"xe":"")+"m"+m+M;y.fillcolor=I;if(x){y.appendChild(x.cloneNode(false))}var ak=y.style;ak.width=ab;ak.height=al;if(K){var t=K[0],s=K[1];var E=Cufon.CSS.color(t.color),C;var Q=document.createElement("cvml:shadow");Q.on="t";Q.color=E.color;Q.offset=t.offX+","+t.offY;if(s){C=Cufon.CSS.color(s.color);Q.type="double";Q.color2=C.color;Q.offset2=s.offX+","+s.offY}Q.opacity=E.opacity||(C&&C.opacity)||1;y.appendChild(Q)}V+=O[ag++]}var P=y.nextSibling,v,D;if(F.forceHitArea){if(!P){P=document.createElement("cvml:rect");P.stroked="f";P.className="cufon-vml-cover";v=document.createElement("cvml:fill");v.opacity=0;P.appendChild(v);q.appendChild(P)}D=P.style;D.width=ab;D.height=al}else{if(P){q.removeChild(P)}}ao.width=Math.max(Math.ceil(p.convert(g*S)),0);if(f){var T=ac.computedYAdjust;if(T===undefined){var H=ac.get("lineHeight");if(H=="normal"){H="1em"}else{if(!isNaN(H)){H+="em"}}ac.computedYAdjust=T=0.5*(a(aj,H)-parseFloat(ao.height))}if(T){ao.marginTop=Math.ceil(T)+"px";ao.marginBottom=T+"px"}}return B}})());

/*
 * Cufon fonts.
*/

Cufon.registerFont({"w":174,"face":{"font-family":"Omroep Std","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"4","cap-height":"2","bbox":"-34.589 -307 303.326 79","underline-thickness":"18","underline-position":"-18","stemh":"49","stemv":"29","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":90},"B":{"d":"109,-235v60,-7,98,78,45,110v67,27,29,134,-41,125v-31,-4,-91,13,-91,-17r0,-200v4,-30,57,-15,87,-18xm150,-72v0,-43,-48,-33,-88,-34r0,73v43,1,88,5,88,-39xm141,-170v-2,-37,-42,-33,-79,-32r0,63v36,1,81,5,79,-31","w":199},"C":{"d":"123,-239v39,1,82,17,93,53v5,16,-27,22,-36,9v-42,-58,-129,-25,-129,59v0,86,86,119,129,60v9,-13,37,-9,35,9v-13,34,-53,53,-92,53v-64,0,-112,-49,-112,-120v0,-75,48,-123,112,-123","w":224},"D":{"d":"41,-235v101,0,169,27,168,118v0,89,-67,117,-168,117v-11,0,-19,-8,-19,-17r0,-200v0,-9,8,-18,19,-18xm61,-201r0,168v68,6,108,-19,108,-84v0,-66,-39,-90,-108,-84","w":219},"E":{"d":"61,-34r91,0v10,0,19,8,19,17v0,9,-9,17,-19,17r-111,0v-11,0,-19,-8,-19,-17r0,-200v0,-9,8,-18,19,-18r112,0v10,0,18,8,18,17v0,9,-8,17,-18,17r-92,0r0,58v31,5,87,-14,92,17v-4,30,-61,12,-92,17r0,75","w":180},"F":{"d":"22,-16r0,-201v0,-9,8,-18,20,-18r106,0v10,0,18,8,18,17v-7,33,-71,11,-105,17r0,58v30,4,83,-13,87,17v-3,30,-58,13,-87,17r0,93v0,10,-8,18,-19,18v-11,0,-20,-8,-20,-18","w":171,"k":{"A":20,".":40,",":40}},"G":{"d":"134,-239v39,0,82,18,94,53v0,7,-3,17,-19,17v-8,0,-14,-5,-18,-10v-44,-54,-129,-22,-129,63v0,47,30,88,72,88v28,0,48,-8,59,-18r0,-41v-22,-1,-55,5,-54,-17v0,-26,41,-15,66,-17v35,-2,24,42,24,72v0,25,-35,53,-95,53v-67,0,-112,-49,-112,-120v0,-72,47,-123,112,-123","w":245},"I":{"d":"61,-219r0,203v0,9,-9,18,-20,18v-11,0,-19,-9,-19,-18r0,-203v0,-10,8,-18,19,-18v11,0,20,8,20,18","w":82},"H":{"d":"41,-237v36,0,14,64,20,98r104,0v5,-34,-16,-98,19,-98v11,0,20,8,20,18r0,203v0,9,-9,18,-20,18v-37,0,-12,-71,-19,-107r-104,0v-6,37,18,107,-20,107v-11,0,-19,-9,-19,-18r0,-203v0,-10,8,-18,19,-18","w":226},"J":{"d":"103,-219r0,168v0,34,-25,55,-60,55v-26,0,-39,-10,-39,-27v0,-33,59,19,59,-27r0,-169v0,-10,10,-18,21,-18v11,0,19,8,19,18","w":124},"K":{"d":"91,-126r95,97v12,11,5,31,-14,31v-5,0,-11,-2,-14,-5r-97,-101v-6,37,18,106,-20,106v-11,0,-19,-9,-19,-18r0,-203v0,-10,8,-18,19,-18v36,3,15,61,20,94r100,-90v10,-10,29,1,28,14v0,4,-1,9,-5,12","w":197},"L":{"d":"61,-219r0,184r93,0v9,0,15,7,15,17v0,10,-6,18,-15,18r-113,0v-11,0,-19,-9,-19,-18r0,-201v0,-10,8,-17,19,-17v11,0,20,7,20,17","k":{"\u2019":33,"y":20,"Y":46,"W":27,"V":40,"T":40}},"M":{"d":"65,-224r68,126r71,-126v6,-18,40,-16,40,5r0,203v0,9,-9,18,-20,18v-11,0,-19,-9,-19,-18r0,-140r-55,95v-5,14,-28,14,-35,1r-54,-98r0,142v0,9,-9,18,-20,18v-11,0,-19,-9,-19,-18r0,-203v-1,-23,34,-21,43,-5","w":266},"N":{"d":"66,-222r108,157r0,-154v0,-10,9,-18,19,-18v10,0,19,8,19,18r0,203v-1,21,-33,22,-44,6r-109,-158r0,152v0,9,-8,18,-19,18v-10,0,-18,-9,-18,-18r0,-203v1,-25,33,-18,44,-3","w":233},"O":{"d":"11,-118v0,-72,50,-121,119,-121v74,0,118,50,118,121v0,72,-50,122,-118,122v-70,0,-119,-50,-119,-122xm52,-118v0,55,32,88,78,88v43,0,78,-33,78,-88v0,-52,-32,-88,-78,-88v-46,0,-78,37,-78,88","w":259},"P":{"d":"188,-162v1,59,-58,79,-127,71v-5,33,15,93,-20,93v-11,0,-19,-9,-19,-18r0,-201v4,-31,60,-18,92,-18v44,0,74,33,74,73xm149,-162v0,-46,-44,-41,-88,-40r0,79v43,1,88,7,88,-39","w":196,"k":{"A":27,".":43,",":43}},"Q":{"d":"11,-118v0,-72,50,-121,119,-121v109,0,150,128,91,203v26,9,21,58,-9,40r-17,-18v-80,48,-184,-6,-184,-104xm165,-89v14,2,20,17,29,25v34,-54,3,-142,-64,-142v-46,0,-78,37,-78,88v0,71,60,107,117,78v-14,-11,-38,-43,-4,-49","w":259},"R":{"d":"193,-14v1,18,-30,20,-38,6r-55,-90r-39,0v-5,35,17,100,-20,100v-11,0,-19,-9,-19,-18r0,-201v5,-32,64,-18,97,-18v41,0,72,31,72,69v0,33,-25,58,-52,65v18,29,40,54,54,87xm61,-202r0,72v43,-1,91,9,92,-36v1,-45,-50,-36,-92,-36","w":199,"k":{"Y":13,"W":6,"V":6,"T":6}},"S":{"d":"41,-53v22,35,100,31,101,-14v0,-16,-13,-30,-49,-37v-52,-11,-82,-32,-82,-68v0,-45,42,-67,85,-67v58,0,80,38,80,48v0,9,-5,17,-19,17v-16,0,-22,-32,-62,-32v-22,0,-44,10,-44,34v0,18,22,27,50,34v49,13,80,32,80,71v0,40,-36,71,-83,71v-77,0,-93,-40,-93,-48v-2,-16,27,-23,36,-9","w":190},"T":{"d":"179,-218v-1,26,-43,15,-68,17r0,185v0,9,-9,18,-20,18v-11,0,-19,-9,-19,-18r0,-185v-26,-2,-66,9,-68,-17v0,-9,8,-17,18,-17r139,0v11,0,18,8,18,17","w":182,"k":{";":33,":":33,"A":33,".":33,",":33,"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40}},"U":{"d":"177,-237v11,0,20,8,20,18r0,144v0,47,-34,79,-89,79v-55,0,-86,-32,-86,-79r0,-144v0,-10,8,-18,19,-18v11,0,20,8,20,18r0,143v0,63,96,62,96,0r0,-143v0,-10,9,-18,20,-18","w":218},"V":{"d":"123,-11v-7,17,-33,16,-40,-1r-81,-206v0,-17,29,-30,38,-6r65,177r70,-179v8,-19,38,-10,37,9v-25,72,-61,136,-89,206","w":213,"k":{";":20,":":20,"A":27,".":40,",":40,"y":6,"u":13,"r":13,"o":20,"e":20,"a":20}},"W":{"d":"236,-11v-5,17,-37,17,-41,-1r-42,-163r-50,164v-4,19,-35,16,-40,-1r-61,-206v-1,-18,33,-29,38,-6r45,177r50,-176v4,-16,32,-21,38,0r43,176r51,-179v6,-18,40,-11,36,8v-17,73,-46,137,-67,207","w":305,"k":{";":6,":":6,"A":20,".":27,",":27,"y":6,"u":13,"r":13,"o":13,"i":4,"e":13,"a":20}},"X":{"d":"98,-89r-61,84v-10,14,-34,5,-33,-12v17,-41,50,-67,73,-102v-23,-33,-51,-60,-70,-97v-1,-16,23,-28,34,-13r59,82r58,-83v11,-16,33,-2,33,14v-17,39,-49,63,-71,97r70,91v13,19,-17,42,-31,23","w":196},"Y":{"d":"94,2v-36,-4,-15,-63,-20,-97v-23,-41,-52,-77,-72,-122v-2,-18,25,-28,34,-12r58,106r59,-107v10,-16,35,-2,33,14v-19,45,-49,80,-72,121v-5,35,16,92,-20,97","w":187,"k":{";":27,":":27,"A":27,".":40,",":40,"v":20,"u":27,"o":33,"p":27,"i":6,"q":33,"e":33,"a":33}},"Z":{"d":"15,-36r115,-165r-104,0v-8,0,-16,-8,-16,-17v0,-9,8,-17,16,-17r140,0v20,3,16,24,5,39r-113,162r105,0v9,0,14,8,14,17v0,9,-5,17,-14,17r-141,0v-17,-2,-17,-22,-7,-36","w":188},"a":{"d":"76,-25v30,0,45,-21,41,-52v-32,-1,-73,-3,-73,26v0,16,11,26,32,26xm84,-143v-17,-2,-30,22,-48,22v-11,0,-17,-7,-17,-16v0,-13,23,-37,66,-37v89,-1,68,81,70,159v0,9,-7,17,-18,17v-12,0,-18,-8,-18,-18v-32,34,-110,24,-110,-35v0,-43,51,-58,108,-53v1,-24,-3,-36,-33,-39"},"b":{"d":"194,-85v0,74,-84,119,-135,66v1,13,-8,21,-19,21v-11,0,-20,-7,-20,-17r0,-218v0,-9,9,-17,20,-17v37,0,13,70,19,105v44,-61,135,-16,135,60xm155,-85v0,-32,-18,-57,-47,-57v-30,0,-49,25,-49,57v0,32,18,57,48,57v29,0,48,-23,48,-57","w":204},"c":{"d":"106,-29v23,0,34,-20,55,-24v12,0,18,9,18,15v0,15,-26,42,-73,42v-47,0,-86,-37,-86,-88v0,-54,38,-90,87,-90v36,0,71,24,71,43v0,6,-5,17,-18,17v-19,0,-31,-27,-54,-27v-28,0,-47,22,-47,57v0,32,20,55,47,55","w":187},"d":{"d":"49,-85v0,32,18,57,47,57v30,0,50,-25,50,-57v0,-32,-16,-57,-48,-57v-29,0,-49,22,-49,57xm10,-85v0,-74,84,-119,135,-67v5,-34,-16,-99,19,-99v11,0,20,7,20,17r0,219v0,9,-9,17,-20,17v-14,-1,-21,-11,-19,-27v-46,64,-135,13,-135,-60","w":203},"e":{"d":"96,-28v25,0,36,-18,56,-23v10,0,16,8,16,15v0,13,-24,40,-73,40v-49,0,-85,-36,-85,-89v0,-50,37,-89,85,-89v41,0,78,30,78,76v0,10,-8,20,-22,20r-103,0v2,26,20,50,48,50xm49,-105r90,0v-7,-54,-82,-51,-90,0","w":182},"f":{"d":"71,-250v30,-5,52,31,18,35v-19,-4,-32,-11,-31,23r0,22v17,-1,35,0,35,16v0,15,-17,19,-35,17r0,122v0,9,-8,17,-19,17v-10,0,-19,-8,-19,-17v-2,-39,4,-87,-2,-122v-11,0,-18,-8,-18,-17v0,-10,8,-17,20,-16v-5,-49,15,-84,51,-80","w":85,"k":{"\u2019":-18,"f":6}},"g":{"d":"18,36v9,-37,51,9,75,3v32,0,55,-25,52,-66v-45,61,-135,14,-135,-57v0,-74,85,-120,135,-67v-1,-23,40,-25,39,-2r0,137v0,53,-36,88,-91,88v-26,0,-75,-9,-75,-36xm146,-84v0,-33,-20,-57,-48,-57v-30,0,-49,22,-49,57v0,31,19,52,48,52v30,0,49,-20,49,-52","w":204},"q":{"d":"10,-86v0,-74,87,-118,136,-64v-1,-13,8,-20,19,-20v11,0,20,7,20,17r0,215v0,9,-9,17,-20,17v-36,0,-13,-69,-19,-104v-44,62,-136,15,-136,-61xm49,-86v0,32,19,58,48,58v30,0,49,-26,49,-58v0,-32,-18,-56,-48,-56v-29,0,-49,22,-49,56","w":204},"i":{"d":"61,-153r0,138v0,9,-8,17,-19,17v-11,0,-20,-8,-20,-17r0,-138v0,-10,9,-17,20,-17v11,0,19,7,19,17xm19,-216v0,-13,9,-23,22,-23v13,0,23,10,23,23v0,13,-10,22,-23,22v-13,0,-22,-9,-22,-22","w":83},"p":{"d":"194,-86v0,74,-83,120,-135,68v-5,34,16,97,-19,97v-11,0,-20,-7,-20,-17r0,-215v0,-9,9,-17,20,-17v14,0,19,12,19,26v44,-65,135,-15,135,58xm154,-86v0,-32,-18,-56,-47,-56v-30,0,-49,24,-49,56v0,32,16,58,48,58v29,0,48,-23,48,-58","w":203},"j":{"d":"3,58v0,-14,18,-18,17,-34r0,-177v0,-9,8,-17,19,-17v10,0,20,8,20,17r0,178v0,20,-10,49,-38,49v-8,0,-18,-4,-18,-16xm16,-216v0,-13,10,-23,23,-23v13,0,23,10,23,23v0,13,-10,22,-23,22v-13,0,-23,-9,-23,-22","w":78},"n":{"d":"101,-141v-53,-4,-41,73,-42,126v0,9,-8,17,-19,17v-11,0,-20,-8,-20,-17r0,-138v0,-10,9,-17,20,-17v11,0,19,8,19,20v38,-46,124,-21,115,49v-5,36,17,98,-20,103v-55,-11,24,-138,-53,-143","w":193},"k":{"d":"88,-89r60,60v12,11,1,32,-14,31v-33,-15,-49,-50,-75,-73v-3,28,12,72,-19,73v-11,0,-20,-8,-20,-17r0,-218v0,-10,9,-17,20,-17v11,0,19,7,19,17r0,127r65,-60v11,-10,32,-3,32,13v0,5,-3,11,-7,14","w":160},"m":{"d":"93,-141v-46,-5,-32,79,-34,126v0,9,-8,17,-19,17v-11,0,-20,-8,-20,-17r0,-138v0,-10,9,-17,20,-17v11,0,19,8,19,19v17,-32,73,-28,87,2v36,-48,107,-28,107,48r0,86v0,9,-8,17,-19,17v-51,-5,12,-136,-44,-143v-46,-6,-32,79,-34,126v0,9,-8,17,-19,17v-51,-5,12,-136,-44,-143","w":272},"o":{"d":"10,-86v0,-53,39,-91,86,-91v48,0,85,37,85,91v0,52,-34,90,-85,90v-48,0,-86,-38,-86,-90xm48,-86v0,36,21,57,47,57v27,0,48,-20,48,-57v0,-33,-19,-58,-48,-58v-26,0,-47,22,-47,58","w":191},"r":{"d":"39,-170v14,0,21,8,20,23v9,-18,32,-26,48,-26v14,0,22,8,22,18v0,17,-21,17,-37,15v-39,-6,-34,79,-33,125v0,9,-9,17,-20,17v-10,0,-19,-8,-19,-17r0,-138v0,-9,9,-17,19,-17","w":130,"k":{"\u2019":-13,".":29,",":29,"o":6,"m":-6,"n":-6,"q":6,"e":6,"d":6,"c":6}},"s":{"d":"8,-34v12,-39,51,12,69,8v41,-1,49,-38,-1,-44v-36,-5,-65,-22,-65,-50v0,-63,120,-72,131,-18v0,9,-7,16,-17,16v-21,-2,-26,-22,-46,-22v-18,0,-30,7,-30,20v0,11,12,20,34,21v92,6,82,109,-5,107v-35,-1,-66,-11,-70,-38","w":156},"u":{"d":"93,-29v53,4,41,-71,42,-124v0,-9,8,-17,19,-17v11,0,20,8,20,17r0,138v0,10,-9,17,-20,17v-12,0,-20,-8,-19,-21v-38,46,-115,20,-115,-50r0,-84v0,-9,8,-17,19,-17v57,0,-22,136,54,141","w":193},"t":{"d":"104,-153v0,19,-26,16,-46,16r0,91v0,42,50,-9,50,28v0,17,-23,22,-39,22v-70,0,-41,-86,-51,-141v-11,0,-18,-7,-18,-16v0,-10,8,-18,20,-17v0,-23,-5,-49,19,-49v24,0,19,26,19,49v21,0,46,-3,46,17","w":107},"v":{"d":"166,-153v-20,50,-46,96,-67,145v-6,14,-32,12,-37,-1v-19,-49,-44,-92,-60,-144v-1,-17,30,-25,37,-6r43,115r47,-115v6,-17,39,-12,37,6","w":167,"k":{".":20,",":20}},"w":{"d":"90,-9v-6,17,-33,13,-39,-2r-49,-142v-1,-21,34,-21,39,-4r31,109r36,-110v3,-15,33,-16,37,0r36,110r35,-110v2,-18,42,-14,38,3v-13,52,-36,97,-55,146v-6,14,-34,15,-39,-2r-34,-106v-16,51,0,2,-36,108","w":255,"k":{".":13,",":13}},"x":{"d":"153,-156v-9,31,-38,47,-54,71v17,24,43,41,54,71v0,16,-28,19,-36,8r-38,-53r-41,54v-13,16,-46,-2,-29,-22r49,-58v-17,-24,-42,-40,-53,-70v-2,-16,28,-21,35,-8r40,52v18,-19,25,-52,53,-60v12,0,20,4,20,15","w":156},"y":{"d":"127,-159v7,-21,50,-11,35,11r-67,167v-11,28,-25,50,-54,50v-10,0,-22,-3,-22,-16v0,-29,34,-3,41,-40r5,-14r-63,-153v-1,-17,30,-24,37,-7r45,116","w":166,"k":{".":27,",":27}},"z":{"d":"7,-17v23,-47,62,-79,91,-121v-30,-4,-89,13,-89,-16v0,-9,7,-16,18,-16r103,0v15,0,24,17,14,29r-86,109r74,0v11,0,17,6,17,15v0,9,-6,17,-17,17r-106,0v-11,0,-19,-8,-19,-17","w":156},"0":{"d":"110,-239v59,0,99,51,99,121v0,71,-40,122,-99,122v-59,0,-100,-51,-100,-122v0,-70,41,-121,100,-121xm110,-30v36,0,60,-36,60,-88v0,-52,-24,-88,-60,-88v-36,0,-60,36,-60,88v0,52,24,88,60,88","w":219},"1":{"d":"51,-191r0,175v0,10,9,18,20,18v12,0,20,-8,20,-18r0,-200v-10,-41,-57,-6,-79,4v-16,8,1,40,17,29","w":110},"2":{"d":"100,-204v-34,0,-38,30,-65,36v-9,0,-18,-7,-18,-18v0,-14,26,-52,83,-52v60,0,83,33,83,64v0,38,-28,55,-77,79v-35,17,-53,42,-56,61r111,0v11,0,20,7,20,17v0,10,-9,17,-20,17r-129,0v-13,0,-22,-10,-22,-25v0,-18,20,-68,76,-98v38,-21,57,-32,57,-52v0,-16,-13,-29,-43,-29","w":192},"3":{"d":"183,-71v0,83,-148,107,-176,24v1,-19,26,-24,37,-7v26,41,101,27,99,-17v4,-13,-16,-38,-62,-35v-11,0,-19,-7,-19,-17v0,-13,12,-20,28,-18v53,6,64,-63,8,-65v-39,-1,-38,28,-65,35v-11,0,-18,-9,-18,-17v5,-26,27,-51,83,-51v79,0,107,79,43,114v33,12,42,35,42,54","w":192},"4":{"d":"158,-84v18,-1,36,1,36,17v0,16,-18,18,-36,17v-1,24,7,52,-20,52v-25,0,-18,-29,-19,-52r-94,0v-19,0,-26,-19,-17,-32r97,-141v6,-8,16,-14,31,-14v18,0,22,17,22,28r0,125xm119,-84r0,-103r-71,103r71,0","w":197},"5":{"d":"107,-118v-29,0,-36,17,-58,17v-10,0,-19,-7,-19,-20v0,-31,1,-68,1,-96v0,-13,11,-18,21,-18r114,0v11,0,18,7,18,17v0,10,-7,17,-18,17r-96,0r0,58v56,-26,125,6,125,68v0,87,-146,112,-175,28v1,-20,27,-23,37,-7v29,45,97,27,99,-21v0,-27,-18,-43,-49,-43","w":205},"6":{"d":"49,-126v38,-58,145,-27,145,47v0,50,-41,83,-90,83v-70,0,-94,-59,-94,-125v0,-63,37,-119,102,-119v48,0,75,27,75,41v0,9,-9,17,-19,17v-18,0,-20,-25,-56,-25v-32,0,-63,26,-63,81xm103,-29v31,0,53,-22,53,-48v0,-30,-19,-48,-50,-48v-30,0,-52,23,-52,50v0,27,24,46,49,46","w":204},"7":{"d":"80,-12v-5,22,-44,16,-38,-10v15,-68,48,-129,89,-179r-107,0v-11,0,-19,-7,-19,-17v0,-9,8,-17,19,-17r135,0v33,7,21,25,2,50v-31,42,-67,111,-81,173","w":185},"8":{"d":"102,-239v78,0,111,81,50,114v82,32,42,129,-49,129v-95,0,-127,-98,-48,-129v-63,-29,-31,-114,47,-114xm157,-68v0,-22,-21,-41,-54,-41v-33,0,-54,20,-54,41v1,57,107,57,108,0xm59,-173v1,45,86,45,87,0v-1,-48,-86,-49,-87,0","w":205},"9":{"d":"18,-37v15,-42,47,14,75,8v32,0,63,-25,63,-82v-39,59,-146,29,-146,-46v0,-50,41,-82,90,-82v71,0,94,58,94,124v0,64,-37,119,-101,119v-49,0,-75,-25,-75,-41xm101,-207v-31,0,-52,22,-52,48v0,30,19,48,49,48v30,0,52,-23,52,-50v0,-26,-24,-46,-49,-46","w":204},"!":{"d":"23,-72r-2,-145v0,-22,42,-24,42,0r-3,145v0,24,-36,21,-37,0xm20,-19v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21","w":83},"@":{"d":"163,-117v0,-21,-13,-34,-31,-34v-17,0,-31,15,-31,36v0,21,11,34,30,34v18,0,32,-15,32,-36xm48,-117v0,84,90,117,151,77v7,0,14,8,14,13v0,22,-52,31,-78,31v-66,0,-117,-50,-117,-121v0,-69,53,-122,120,-122v67,0,117,49,117,118v0,27,-15,64,-51,64v-11,0,-26,-8,-33,-23v-24,45,-96,23,-96,-33v0,-51,59,-84,90,-46v0,-8,4,-15,11,-15v36,5,-10,83,28,91v17,0,22,-25,22,-38v0,-53,-37,-91,-88,-91v-51,0,-90,41,-90,95","w":272},"\u00a3":{"d":"177,-194v-16,41,-42,-11,-73,-10v-46,0,-47,46,-31,77v24,3,64,-10,64,16v0,25,-36,14,-59,16v-1,19,-8,46,-19,60v18,-8,52,2,72,6v18,-3,46,-21,50,7v-7,42,-72,20,-108,17v-24,-2,-56,22,-62,-7v10,-24,30,-51,28,-83v-29,10,-41,-28,-16,-32r10,0v-23,-53,-1,-113,70,-110v42,2,67,14,74,43","w":190},"*":{"d":"62,-203v1,-19,-8,-48,13,-49v7,0,13,5,13,13v0,1,0,4,-1,36v17,-2,48,-23,52,2v-2,19,-30,16,-45,22v8,13,22,22,25,38v3,14,-21,19,-25,7r-20,-30v-11,12,-14,33,-32,38v-31,-8,2,-40,11,-53v-14,-7,-40,-4,-43,-22v4,-26,36,-6,52,-2","w":149},"(":{"d":"84,-243v-42,69,-47,203,0,270v0,8,-7,17,-19,17v-28,0,-55,-93,-55,-152v0,-58,27,-151,55,-151v13,0,19,8,19,16","w":93},",":{"d":"21,1v-8,-18,-11,-43,16,-45v13,0,21,10,21,22v0,14,-10,66,-35,66v-28,0,-4,-30,-2,-43","w":67},".":{"d":"9,-19v0,-12,9,-22,21,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21","w":60},"\"":{"d":"21,-165v-24,0,-4,-25,-2,-37v-6,-14,-9,-37,13,-37v11,0,19,9,19,19v0,12,-9,55,-30,55xm72,-165v-24,0,-4,-25,-2,-37v-7,-14,-9,-36,13,-37v11,0,19,9,19,19v0,12,-9,55,-30,55","w":110},"A":{"d":"130,-225r80,202v4,14,-2,24,-18,25v-25,-3,-24,-36,-35,-55r-100,0v-12,19,-10,52,-37,55v-13,1,-21,-12,-16,-24r87,-204v7,-16,33,-13,39,1xm109,-188r-39,103r75,0","w":213,"k":{"\u2019":27,"y":6,"w":6,"v":6,"Y":27,"W":20,"V":27,"T":33}},"\u201d":{"d":"21,-165v-24,0,-4,-25,-2,-37v-6,-14,-9,-37,13,-37v11,0,19,9,19,19v0,12,-9,55,-30,55xm72,-165v-24,0,-4,-25,-2,-37v-7,-14,-9,-36,13,-37v11,0,19,9,19,19v0,12,-9,55,-30,55","w":110},"\u2019":{"d":"21,-165v-24,0,-4,-25,-2,-37v-6,-14,-9,-37,13,-37v11,0,19,9,19,19v0,12,-9,55,-30,55","w":59,"k":{"\u2019":13,"s":27}},"\u201c":{"d":"90,-239v24,0,4,26,1,37v7,14,9,36,-13,37v-11,0,-18,-9,-18,-19v0,-12,9,-55,30,-55xm39,-239v24,0,4,25,2,37v6,14,8,37,-14,37v-11,0,-18,-9,-18,-19v0,-12,9,-55,30,-55","w":110},"\u2018":{"d":"39,-239v24,0,4,25,2,37v6,14,8,37,-14,37v-11,0,-18,-9,-18,-19v0,-12,9,-55,30,-55","w":59,"k":{"\u2018":13}},")":{"d":"10,27v17,-39,35,-79,35,-135v0,-52,-19,-98,-35,-135v0,-8,5,-16,18,-16v28,0,56,93,56,151v0,59,-28,152,-56,152v-12,0,-18,-9,-18,-17","w":93},":":{"d":"9,-19v0,-12,9,-22,21,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm9,-108v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-21,-10,-21,-22","w":60},";":{"d":"9,-108v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-21,-10,-21,-22xm15,1v-7,-18,-10,-44,16,-45v13,0,22,10,22,22v0,14,-11,66,-36,66v-28,0,-4,-30,-2,-43","w":60},"?":{"d":"43,-19v0,-12,9,-22,21,-22v12,0,22,10,22,22v0,12,-10,21,-22,21v-12,0,-21,-9,-21,-21xm90,-206v-34,-2,-39,29,-64,37v-9,0,-19,-7,-19,-18v0,-14,27,-52,84,-52v102,0,108,96,30,129v-36,15,-38,21,-38,38v0,11,-9,17,-19,17v-10,0,-18,-7,-18,-17v0,-28,5,-38,58,-66v38,-20,43,-65,-14,-68","w":180},"\u00af":{"d":"0,-248r73,0v9,0,16,5,16,15v0,10,-7,14,-16,14r-73,0v-9,0,-15,-4,-15,-14v0,-10,6,-15,15,-15","w":73},"\u00b8":{"d":"66,0r-11,15v16,-5,35,9,33,19v6,33,-57,41,-66,18v-2,-23,37,6,38,-16v1,-12,-39,-2,-23,-23r10,-13r19,0","w":73},"\u00b4":{"d":"77,-252v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5","w":73},"\u00a8":{"d":"-16,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm51,-237v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":73},"`":{"d":"77,-234v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13","w":73},"\/":{"d":"113,-218r-120,212v-9,15,-34,0,-26,-15r120,-212v9,-15,34,0,26,15","w":82},"-":{"d":"115,-123v0,32,-60,17,-91,17v-8,0,-15,-8,-15,-17v0,-32,60,-17,91,-17v8,0,15,8,15,17","w":123},"+":{"d":"76,-25v-25,0,-15,-36,-17,-59v-24,-2,-58,9,-59,-17v0,-25,36,-15,59,-17v2,-23,-9,-59,17,-59v26,0,15,36,17,59v24,2,60,-9,60,17v0,26,-36,15,-60,17v-2,24,9,58,-17,59","w":152},"\u00d7":{"d":"22,-47v-15,-26,22,-38,31,-54v-10,-16,-46,-27,-31,-54v26,-18,38,20,54,30v16,-10,28,-46,54,-30v17,26,-20,38,-30,54v10,16,46,28,30,54v-26,15,-38,-21,-54,-30v-16,10,-27,46,-54,30","w":152},"\u2013":{"d":"175,-88r-160,0v-8,0,-15,-8,-15,-17v0,-9,7,-17,15,-17r160,0v8,0,15,8,15,17v0,9,-7,17,-15,17","w":190},"\u2014":{"d":"208,-88r-193,0v-8,0,-15,-8,-15,-17v0,-9,7,-17,15,-17r193,0v8,0,15,8,15,17v0,9,-7,17,-15,17","w":222},"\u00a2":{"d":"121,-67v15,-3,23,-23,40,-23v12,0,18,9,18,15v0,13,-21,37,-58,42v0,16,3,35,-14,35v-17,0,-16,-18,-15,-35v-41,-6,-72,-41,-72,-87v0,-49,30,-83,72,-89v-9,-26,24,-40,29,-16r0,16v30,5,57,25,57,42v0,6,-5,16,-18,16v-16,0,-25,-22,-39,-24r0,108xm92,-175v-42,9,-44,99,0,108r0,-108","w":187},"$":{"d":"99,-252v8,0,15,6,15,14v45,7,62,38,62,47v0,9,-5,17,-19,17v-13,0,-20,-21,-43,-29r0,68v41,13,67,32,67,68v0,35,-28,64,-67,70v7,24,-27,31,-29,10r0,-10v-66,-4,-80,-39,-80,-47v-2,-16,29,-23,36,-9v12,15,27,21,44,23r0,-76v-47,-11,-74,-32,-74,-66v0,-41,35,-63,74,-67v0,-7,6,-13,14,-13xm51,-172v0,14,14,23,34,29r0,-63v-18,3,-34,14,-34,34xm114,-32v33,-11,41,-53,0,-66r0,66","w":190},"[":{"d":"61,41v19,-1,39,0,39,17v0,23,-35,16,-59,17v-11,0,-19,-9,-19,-18r0,-279v0,-23,37,-16,60,-17v10,0,19,8,19,17v0,17,-21,17,-40,16r0,247","w":111},"]":{"d":"12,58v0,-17,19,-19,38,-17r0,-247v-18,1,-39,1,-39,-16v0,-24,36,-16,59,-17v11,0,20,8,20,17r0,279v0,23,-36,18,-60,18v-10,0,-18,-8,-18,-17","w":111},"%":{"d":"68,-239v35,0,58,30,58,71v0,41,-23,72,-58,72v-35,0,-59,-31,-59,-72v0,-41,24,-71,59,-71xm68,-119v19,0,32,-21,32,-49v0,-29,-13,-48,-32,-48v-20,0,-32,19,-32,48v0,28,12,49,32,49xm232,-139v35,0,58,31,58,72v0,41,-23,71,-58,71v-35,0,-59,-30,-59,-71v0,-41,24,-72,59,-72xm232,-19v19,0,32,-20,32,-48v0,-29,-13,-49,-32,-49v-20,0,-33,20,-33,49v0,28,13,48,33,48xm224,-216r-121,212v-9,15,-34,-2,-26,-15r121,-212v9,-15,34,2,26,15","w":299},"\u00a5":{"d":"186,-77v0,28,-47,12,-72,16v-2,26,8,63,-20,63v-28,0,-18,-37,-20,-63v-25,-4,-72,13,-72,-16v0,-27,47,-11,72,-15v0,-8,-6,-11,-8,-17v-23,-3,-63,10,-64,-15v-1,-22,25,-15,44,-16v-14,-26,-33,-48,-44,-77v-2,-18,25,-28,34,-12r58,106r59,-107v10,-16,35,-2,33,14v-10,30,-31,50,-45,76v20,1,46,-6,45,16v-1,25,-41,12,-64,15v-2,6,-7,9,-8,17v25,4,72,-12,72,15","w":187,"k":{";":27,":":27,"A":27,".":40,",":40,"v":20,"u":27,"o":33,"p":27,"i":6,"q":33,"e":33,"a":33}},"=":{"d":"175,-53r-160,0v-8,0,-15,-8,-15,-17v0,-9,7,-17,15,-17r160,0v8,0,15,8,15,17v0,9,-7,17,-15,17xm175,-122r-160,0v-8,0,-15,-8,-15,-17v0,-9,7,-17,15,-17r160,0v8,0,15,8,15,17v0,9,-7,17,-15,17","w":190},"\\":{"d":"88,-6r-121,-212v-4,-6,0,-15,7,-19v7,-4,15,-2,19,4r121,212v4,6,1,15,-6,19v-7,4,-16,2,-20,-4","w":82},"<":{"d":"173,-161r-112,65r112,65v18,11,-2,37,-17,29r-137,-79v-11,-5,-12,-23,-1,-29r138,-80v7,-4,16,-1,21,7v5,8,3,18,-4,22","w":190},">":{"d":"19,-31r112,-65r-112,-64v-18,-11,2,-37,17,-29r138,79v11,5,10,24,0,29r-138,79v-7,4,-16,1,-21,-7v-5,-8,-3,-18,4,-22","w":190},"\u00b7":{"d":"9,-108v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-21,-10,-21,-22","w":60},"\u00dd":{"d":"94,2v-36,-4,-15,-63,-20,-97v-23,-41,-52,-77,-72,-122v-2,-18,25,-28,34,-12r58,106r59,-107v10,-16,35,-2,33,14v-19,45,-49,80,-72,121v-5,35,16,92,-20,97xm151,-283v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5","w":187},"\u00fd":{"d":"127,-159v7,-21,50,-11,35,11r-67,167v-11,28,-25,50,-54,50v-10,0,-22,-3,-22,-16v0,-29,34,-3,41,-40r5,-14r-63,-153v-1,-17,30,-24,37,-7r45,116xm142,-224v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5","w":166},"\u00c4":{"d":"130,-225r80,202v4,14,-2,24,-18,25v-25,-3,-24,-36,-35,-55r-100,0v-12,19,-10,52,-37,55v-13,1,-21,-12,-16,-24r87,-204v7,-16,33,-13,39,1xm109,-188r-39,103r75,0xm54,-270v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm121,-270v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":213},"\u00c5":{"d":"73,-273v0,-19,15,-34,34,-34v19,0,33,15,33,34v0,19,-14,34,-33,34v-19,0,-34,-15,-34,-34xm90,-273v0,9,8,16,17,16v9,0,16,-7,16,-16v0,-9,-7,-17,-16,-17v-9,0,-17,8,-17,17xm130,-225r80,202v4,14,-2,24,-18,25v-25,-3,-24,-36,-35,-55r-100,0v-12,19,-10,52,-37,55v-13,1,-21,-12,-16,-24r87,-204v7,-16,33,-13,39,1xm109,-188r-39,103r75,0","w":213},"\u00c7":{"d":"123,-239v39,1,82,17,93,53v5,16,-27,22,-36,9v-42,-58,-129,-25,-129,59v0,86,86,119,129,60v9,-13,37,-9,35,9v-13,34,-53,53,-92,53v-64,0,-112,-49,-112,-120v0,-75,48,-123,112,-123xm132,0r-11,15v16,-5,35,9,33,19v6,33,-57,41,-66,18v-2,-23,37,6,38,-16v1,-12,-39,-2,-23,-23r10,-13r19,0","w":224},"\u00c9":{"d":"61,-34r91,0v10,0,19,8,19,17v0,9,-9,17,-19,17r-111,0v-11,0,-19,-8,-19,-17r0,-200v0,-9,8,-18,19,-18r112,0v10,0,18,8,18,17v0,9,-8,17,-18,17r-92,0r0,58v31,5,87,-14,92,17v-4,30,-61,12,-92,17r0,75xm146,-283v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5","w":180},"\u00d1":{"d":"63,-263v-2,-27,51,-24,73,-16v15,-4,32,-15,34,7v2,27,-51,24,-73,16v-15,4,-32,15,-34,-7xm66,-222r108,157r0,-154v0,-10,9,-18,19,-18v10,0,19,8,19,18r0,203v-1,21,-33,22,-44,6r-109,-158r0,152v0,9,-8,18,-19,18v-10,0,-18,-9,-18,-18r0,-203v1,-25,33,-18,44,-3","w":233},"\u00d6":{"d":"11,-118v0,-72,50,-121,119,-121v74,0,118,50,118,121v0,72,-50,122,-118,122v-70,0,-119,-50,-119,-122xm52,-118v0,55,32,88,78,88v43,0,78,-33,78,-88v0,-52,-32,-88,-78,-88v-46,0,-78,37,-78,88xm77,-269v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm144,-269v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":259},"\u00dc":{"d":"177,-237v11,0,20,8,20,18r0,144v0,47,-34,79,-89,79v-55,0,-86,-32,-86,-79r0,-144v0,-10,8,-18,19,-18v11,0,20,8,20,18r0,143v0,63,96,62,96,0r0,-143v0,-10,9,-18,20,-18xm56,-270v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm123,-270v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":218},"\u00e1":{"d":"76,-25v30,0,45,-21,41,-52v-32,-1,-73,-3,-73,26v0,16,11,26,32,26xm84,-143v-17,-2,-30,22,-48,22v-11,0,-17,-7,-17,-16v0,-13,23,-37,66,-37v89,-1,68,81,70,159v0,9,-7,17,-18,17v-12,0,-18,-8,-18,-18v-32,34,-110,24,-110,-35v0,-43,51,-58,108,-53v1,-24,-3,-36,-33,-39xm128,-236v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5"},"\u00e0":{"d":"76,-25v30,0,45,-21,41,-52v-32,-1,-73,-3,-73,26v0,16,11,26,32,26xm84,-143v-17,-2,-30,22,-48,22v-11,0,-17,-7,-17,-16v0,-13,23,-37,66,-37v89,-1,68,81,70,159v0,9,-7,17,-18,17v-12,0,-18,-8,-18,-18v-32,34,-110,24,-110,-35v0,-43,51,-58,108,-53v1,-24,-3,-36,-33,-39xm128,-217v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13"},"\u00e2":{"d":"33,-217v5,-22,38,-21,54,-33v17,11,49,11,55,33v-5,27,-39,2,-55,-2v-14,5,-26,12,-41,15v-8,0,-13,-5,-13,-13xm76,-25v30,0,45,-21,41,-52v-32,-1,-73,-3,-73,26v0,16,11,26,32,26xm84,-143v-17,-2,-30,22,-48,22v-11,0,-17,-7,-17,-16v0,-13,23,-37,66,-37v89,-1,68,81,70,159v0,9,-7,17,-18,17v-12,0,-18,-8,-18,-18v-32,34,-110,24,-110,-35v0,-43,51,-58,108,-53v1,-24,-3,-36,-33,-39"},"\u00e4":{"d":"76,-25v30,0,45,-21,41,-52v-32,-1,-73,-3,-73,26v0,16,11,26,32,26xm84,-143v-17,-2,-30,22,-48,22v-11,0,-17,-7,-17,-16v0,-13,23,-37,66,-37v89,-1,68,81,70,159v0,9,-7,17,-18,17v-12,0,-18,-8,-18,-18v-32,34,-110,24,-110,-35v0,-43,51,-58,108,-53v1,-24,-3,-36,-33,-39xm35,-231v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm102,-231v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20"},"\u00e3":{"d":"34,-229v-2,-26,52,-22,73,-15v15,-4,32,-15,34,7v2,26,-52,22,-73,15v-15,4,-32,15,-34,-7xm76,-25v30,0,45,-21,41,-52v-32,-1,-73,-3,-73,26v0,16,11,26,32,26xm84,-143v-17,-2,-30,22,-48,22v-11,0,-17,-7,-17,-16v0,-13,23,-37,66,-37v89,-1,68,81,70,159v0,9,-7,17,-18,17v-12,0,-18,-8,-18,-18v-32,34,-110,24,-110,-35v0,-43,51,-58,108,-53v1,-24,-3,-36,-33,-39"},"\u00e5":{"d":"54,-216v0,-19,14,-34,33,-34v19,0,34,15,34,34v0,19,-15,34,-34,34v-19,0,-33,-15,-33,-34xm71,-216v0,9,7,17,16,17v9,0,17,-8,17,-17v0,-9,-8,-17,-17,-17v-9,0,-16,8,-16,17xm76,-25v30,0,45,-21,41,-52v-32,-1,-73,-3,-73,26v0,16,11,26,32,26xm84,-143v-17,-2,-30,22,-48,22v-11,0,-17,-7,-17,-16v0,-13,23,-37,66,-37v89,-1,68,81,70,159v0,9,-7,17,-18,17v-12,0,-18,-8,-18,-18v-32,34,-110,24,-110,-35v0,-43,51,-58,108,-53v1,-24,-3,-36,-33,-39"},"\u00e7":{"d":"106,-29v23,0,34,-20,55,-24v12,0,18,9,18,15v0,15,-26,42,-73,42v-47,0,-86,-37,-86,-88v0,-54,38,-90,87,-90v36,0,71,24,71,43v0,6,-5,17,-18,17v-19,0,-31,-27,-54,-27v-28,0,-47,22,-47,57v0,32,20,55,47,55xm118,0r-11,15v16,-5,35,9,33,19v6,33,-57,41,-66,18v-2,-23,37,6,38,-16v1,-12,-39,-2,-23,-23r10,-13r19,0","w":187},"\u00e9":{"d":"96,-28v25,0,36,-18,56,-23v10,0,16,8,16,15v0,13,-24,40,-73,40v-49,0,-85,-36,-85,-89v0,-50,37,-89,85,-89v41,0,78,30,78,76v0,10,-8,20,-22,20r-103,0v2,26,20,50,48,50xm49,-105r90,0v-7,-54,-82,-51,-90,0xm131,-235v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5","w":182},"\u00e8":{"d":"96,-28v25,0,36,-18,56,-23v10,0,16,8,16,15v0,13,-24,40,-73,40v-49,0,-85,-36,-85,-89v0,-50,37,-89,85,-89v41,0,78,30,78,76v0,10,-8,20,-22,20r-103,0v2,26,20,50,48,50xm49,-105r90,0v-7,-54,-82,-51,-90,0xm133,-218v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13","w":182},"\u00ea":{"d":"38,-218v5,-23,38,-21,55,-33v17,11,48,11,54,33v-4,28,-38,3,-54,-2v-14,5,-27,12,-42,16v-8,0,-13,-6,-13,-14xm96,-28v25,0,36,-18,56,-23v10,0,16,8,16,15v0,13,-24,40,-73,40v-49,0,-85,-36,-85,-89v0,-50,37,-89,85,-89v41,0,78,30,78,76v0,10,-8,20,-22,20r-103,0v2,26,20,50,48,50xm49,-105r90,0v-7,-54,-82,-51,-90,0","w":182},"\u00eb":{"d":"96,-28v25,0,36,-18,56,-23v10,0,16,8,16,15v0,13,-24,40,-73,40v-49,0,-85,-36,-85,-89v0,-50,37,-89,85,-89v41,0,78,30,78,76v0,10,-8,20,-22,20r-103,0v2,26,20,50,48,50xm49,-105r90,0v-7,-54,-82,-51,-90,0xm38,-232v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm105,-232v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":182},"\u00ed":{"d":"61,-153r0,138v0,9,-8,17,-19,17v-11,0,-20,-8,-20,-17r0,-138v0,-10,9,-17,20,-17v11,0,19,7,19,17xm97,-236v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5","w":83},"\u00ec":{"d":"61,-153r0,138v0,9,-8,17,-19,17v-11,0,-20,-8,-20,-17r0,-138v0,-10,9,-17,20,-17v11,0,19,7,19,17xm64,-217v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13","w":83},"\u00ee":{"d":"-13,-217v5,-22,38,-21,54,-33v17,11,49,11,55,33v-5,27,-39,2,-55,-2v-14,5,-26,12,-41,15v-8,0,-13,-5,-13,-13xm61,-153r0,138v0,9,-8,17,-19,17v-11,0,-20,-8,-20,-17r0,-138v0,-10,9,-17,20,-17v11,0,19,7,19,17","w":83},"\u00ef":{"d":"61,-153r0,138v0,9,-8,17,-19,17v-11,0,-20,-8,-20,-17r0,-138v0,-10,9,-17,20,-17v11,0,19,7,19,17xm-11,-231v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm56,-231v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":83},"\u00f1":{"d":"43,-228v-2,-26,52,-23,73,-15v15,-3,32,-16,34,7v2,27,-52,24,-73,15v-15,4,-32,16,-34,-7xm101,-141v-53,-4,-41,73,-42,126v0,9,-8,17,-19,17v-11,0,-20,-8,-20,-17r0,-138v0,-10,9,-17,20,-17v11,0,19,8,19,20v38,-46,124,-21,115,49v-5,36,17,98,-20,103v-55,-11,24,-138,-53,-143","w":193},"\u00f3":{"d":"10,-86v0,-53,39,-91,86,-91v48,0,85,37,85,91v0,52,-34,90,-85,90v-48,0,-86,-38,-86,-90xm48,-86v0,36,21,57,47,57v27,0,48,-20,48,-57v0,-33,-19,-58,-48,-58v-26,0,-47,22,-47,58xm141,-235v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5","w":191},"\u00f2":{"d":"10,-86v0,-53,39,-91,86,-91v48,0,85,37,85,91v0,52,-34,90,-85,90v-48,0,-86,-38,-86,-90xm48,-86v0,36,21,57,47,57v27,0,48,-20,48,-57v0,-33,-19,-58,-48,-58v-26,0,-47,22,-47,58xm117,-217v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13","w":191},"\u00f4":{"d":"41,-218v5,-23,38,-21,55,-33v17,11,48,11,54,33v-4,29,-38,2,-54,-2v-14,5,-27,12,-42,16v-8,0,-13,-6,-13,-14xm10,-86v0,-53,39,-91,86,-91v48,0,85,37,85,91v0,52,-34,90,-85,90v-48,0,-86,-38,-86,-90xm48,-86v0,36,21,57,47,57v27,0,48,-20,48,-57v0,-33,-19,-58,-48,-58v-26,0,-47,22,-47,58","w":191},"\u00f6":{"d":"10,-86v0,-53,39,-91,86,-91v48,0,85,37,85,91v0,52,-34,90,-85,90v-48,0,-86,-38,-86,-90xm48,-86v0,36,21,57,47,57v27,0,48,-20,48,-57v0,-33,-19,-58,-48,-58v-26,0,-47,22,-47,58xm43,-231v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm110,-231v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":191},"\u00f5":{"d":"42,-228v-2,-27,52,-24,73,-15v15,-3,32,-17,34,6v2,27,-51,24,-73,16v-15,4,-32,15,-34,-7xm10,-86v0,-53,39,-91,86,-91v48,0,85,37,85,91v0,52,-34,90,-85,90v-48,0,-86,-38,-86,-90xm48,-86v0,36,21,57,47,57v27,0,48,-20,48,-57v0,-33,-19,-58,-48,-58v-26,0,-47,22,-47,58","w":191},"\u00fa":{"d":"93,-29v53,4,41,-71,42,-124v0,-9,8,-17,19,-17v11,0,20,8,20,17r0,138v0,10,-9,17,-20,17v-12,0,-20,-8,-19,-21v-38,46,-115,20,-115,-50r0,-84v0,-9,8,-17,19,-17v57,0,-22,136,54,141xm147,-235v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5","w":193},"\u00f9":{"d":"93,-29v53,4,41,-71,42,-124v0,-9,8,-17,19,-17v11,0,20,8,20,17r0,138v0,10,-9,17,-20,17v-12,0,-20,-8,-19,-21v-38,46,-115,20,-115,-50r0,-84v0,-9,8,-17,19,-17v57,0,-22,136,54,141xm125,-218v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13","w":193},"\u00fb":{"d":"42,-217v5,-23,38,-21,55,-33v17,11,48,12,55,33v-5,27,-39,2,-55,-2v-14,5,-27,12,-42,15v-8,0,-13,-5,-13,-13xm93,-29v53,4,41,-71,42,-124v0,-9,8,-17,19,-17v11,0,20,8,20,17r0,138v0,10,-9,17,-20,17v-12,0,-20,-8,-19,-21v-38,46,-115,20,-115,-50r0,-84v0,-9,8,-17,19,-17v57,0,-22,136,54,141","w":193},"\u00fc":{"d":"93,-29v53,4,41,-71,42,-124v0,-9,8,-17,19,-17v11,0,20,8,20,17r0,138v0,10,-9,17,-20,17v-12,0,-20,-8,-19,-21v-38,46,-115,20,-115,-50r0,-84v0,-9,8,-17,19,-17v57,0,-22,136,54,141xm44,-231v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm111,-231v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":193},"\u00c0":{"d":"130,-225r80,202v4,14,-2,24,-18,25v-25,-3,-24,-36,-35,-55r-100,0v-12,19,-10,52,-37,55v-13,1,-21,-12,-16,-24r87,-204v7,-16,33,-13,39,1xm109,-188r-39,103r75,0xm130,-265v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13","w":213},"\u00c3":{"d":"50,-263v-2,-26,51,-24,73,-16v15,-3,33,-15,35,7v2,26,-51,24,-73,16v-15,3,-33,15,-35,-7xm130,-225r80,202v4,14,-2,24,-18,25v-25,-3,-24,-36,-35,-55r-100,0v-12,19,-10,52,-37,55v-13,1,-21,-12,-16,-24r87,-204v7,-16,33,-13,39,1xm109,-188r-39,103r75,0","w":213},"\u00d5":{"d":"76,-263v-2,-27,51,-24,73,-16v15,-4,32,-15,34,7v2,27,-51,24,-73,16v-15,4,-32,15,-34,-7xm11,-118v0,-72,50,-121,119,-121v74,0,118,50,118,121v0,72,-50,122,-118,122v-70,0,-119,-50,-119,-122xm52,-118v0,55,32,88,78,88v43,0,78,-33,78,-88v0,-52,-32,-88,-78,-88v-46,0,-78,37,-78,88","w":259},"\u00ff":{"d":"127,-159v7,-21,50,-11,35,11r-67,167v-11,28,-25,50,-54,50v-10,0,-22,-3,-22,-16v0,-29,34,-3,41,-40r5,-14r-63,-153v-1,-17,30,-24,37,-7r45,116xm30,-231v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm97,-231v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":166},"\u00c2":{"d":"52,-264v6,-21,39,-21,55,-32v17,11,48,11,54,32v-4,28,-38,3,-54,-1v-14,5,-27,12,-42,15v-8,0,-13,-6,-13,-14xm130,-225r80,202v4,14,-2,24,-18,25v-25,-3,-24,-36,-35,-55r-100,0v-12,19,-10,52,-37,55v-13,1,-21,-12,-16,-24r87,-204v7,-16,33,-13,39,1xm109,-188r-39,103r75,0","w":213},"\u00ca":{"d":"45,-264v7,-21,38,-21,55,-32v17,11,49,11,55,32v-4,28,-38,3,-55,-1v-14,5,-27,12,-42,15v-8,0,-13,-6,-13,-14xm61,-34r91,0v10,0,19,8,19,17v0,9,-9,17,-19,17r-111,0v-11,0,-19,-8,-19,-17r0,-200v0,-9,8,-18,19,-18r112,0v10,0,18,8,18,17v0,9,-8,17,-18,17r-92,0r0,58v31,5,87,-14,92,17v-4,30,-61,12,-92,17r0,75","w":180},"\u00c1":{"d":"130,-225r80,202v4,14,-2,24,-18,25v-25,-3,-24,-36,-35,-55r-100,0v-12,19,-10,52,-37,55v-13,1,-21,-12,-16,-24r87,-204v7,-16,33,-13,39,1xm109,-188r-39,103r75,0xm160,-283v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5","w":213},"\u00cb":{"d":"61,-34r91,0v10,0,19,8,19,17v0,9,-9,17,-19,17r-111,0v-11,0,-19,-8,-19,-17r0,-200v0,-9,8,-18,19,-18r112,0v10,0,18,8,18,17v0,9,-8,17,-18,17r-92,0r0,58v31,5,87,-14,92,17v-4,30,-61,12,-92,17r0,75xm48,-270v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm115,-270v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":180},"\u00c8":{"d":"61,-34r91,0v10,0,19,8,19,17v0,9,-9,17,-19,17r-111,0v-11,0,-19,-8,-19,-17r0,-200v0,-9,8,-18,19,-18r112,0v10,0,18,8,18,17v0,9,-8,17,-18,17r-92,0r0,58v31,5,87,-14,92,17v-4,30,-61,12,-92,17r0,75xm121,-265v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13","w":180},"\u00cd":{"d":"61,-219r0,203v0,9,-9,18,-20,18v-11,0,-19,-9,-19,-18r0,-203v0,-10,8,-18,19,-18v11,0,20,8,20,18xm98,-283v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5","w":82},"\u00ce":{"d":"-15,-263v5,-22,38,-21,54,-33v17,11,49,11,55,33v-5,29,-39,3,-55,-2v-14,5,-27,12,-42,16v-8,0,-12,-6,-12,-14xm61,-219r0,203v0,9,-9,18,-20,18v-11,0,-19,-9,-19,-18r0,-203v0,-10,8,-18,19,-18v11,0,20,8,20,18","w":82},"\u00cf":{"d":"61,-219r0,203v0,9,-9,18,-20,18v-11,0,-19,-9,-19,-18r0,-203v0,-10,8,-18,19,-18v11,0,20,8,20,18xm-12,-269v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20xm55,-269v0,-11,8,-19,19,-19v11,0,20,8,20,19v0,11,-9,20,-20,20v-11,0,-19,-9,-19,-20","w":82},"\u00cc":{"d":"61,-219r0,203v0,9,-9,18,-20,18v-11,0,-19,-9,-19,-18r0,-203v0,-10,8,-18,19,-18v11,0,20,8,20,18xm68,-265v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13","w":82},"\u00d3":{"d":"11,-118v0,-72,50,-121,119,-121v74,0,118,50,118,121v0,72,-50,122,-118,122v-70,0,-119,-50,-119,-122xm52,-118v0,55,32,88,78,88v43,0,78,-33,78,-88v0,-52,-32,-88,-78,-88v-46,0,-78,37,-78,88xm185,-283v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5","w":259},"\u00d4":{"d":"75,-263v5,-23,38,-21,55,-33v17,11,48,11,54,33v-4,28,-38,3,-54,-2v-14,5,-27,12,-42,16v-8,0,-13,-6,-13,-14xm11,-118v0,-72,50,-121,119,-121v74,0,118,50,118,121v0,72,-50,122,-118,122v-70,0,-119,-50,-119,-122xm52,-118v0,55,32,88,78,88v43,0,78,-33,78,-88v0,-52,-32,-88,-78,-88v-46,0,-78,37,-78,88","w":259},"\u00d2":{"d":"11,-118v0,-72,50,-121,119,-121v74,0,118,50,118,121v0,72,-50,122,-118,122v-70,0,-119,-50,-119,-122xm52,-118v0,55,32,88,78,88v43,0,78,-33,78,-88v0,-52,-32,-88,-78,-88v-46,0,-78,37,-78,88xm157,-266v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13","w":259},"\u00da":{"d":"177,-237v11,0,20,8,20,18r0,144v0,47,-34,79,-89,79v-55,0,-86,-32,-86,-79r0,-144v0,-10,8,-18,19,-18v11,0,20,8,20,18r0,143v0,63,96,62,96,0r0,-143v0,-10,9,-18,20,-18xm168,-283v-9,18,-45,26,-67,33v-16,-4,-20,-22,-1,-28v19,-6,60,-36,68,-5","w":218},"\u00db":{"d":"57,-263v5,-22,38,-21,54,-33v17,11,49,11,55,33v-5,29,-39,3,-55,-2v-14,5,-27,12,-42,16v-8,0,-12,-6,-12,-14xm177,-237v11,0,20,8,20,18r0,144v0,47,-34,79,-89,79v-55,0,-86,-32,-86,-79r0,-144v0,-10,8,-18,19,-18v11,0,20,8,20,18r0,143v0,63,96,62,96,0r0,-143v0,-10,9,-18,20,-18","w":218},"\u00d9":{"d":"177,-237v11,0,20,8,20,18r0,144v0,47,-34,79,-89,79v-55,0,-86,-32,-86,-79r0,-144v0,-10,8,-18,19,-18v11,0,20,8,20,18r0,143v0,63,96,62,96,0r0,-143v0,-10,9,-18,20,-18xm136,-266v-7,31,-49,1,-68,-5v-19,-6,-15,-23,1,-28v19,3,37,14,54,20v10,4,13,9,13,13","w":218},"\u00e6":{"d":"84,-143v-17,-2,-30,22,-48,22v-11,0,-17,-7,-17,-16v0,-13,23,-37,66,-37v28,0,47,9,58,24v44,-47,140,-20,137,53v0,10,-8,20,-22,20r-104,0v2,26,21,49,49,49v24,0,35,-18,55,-23v10,0,17,8,17,15v0,13,-24,40,-73,40v-29,0,-53,-13,-68,-34v-27,47,-125,48,-125,-21v0,-43,51,-58,108,-53v1,-24,-3,-36,-33,-39xm76,-25v30,0,45,-21,41,-52v-32,-1,-73,-3,-73,26v0,16,11,26,32,26xm156,-104r90,0v-7,-55,-82,-52,-90,0","w":289},"\u00f8":{"d":"161,-167v33,-7,19,23,7,30v33,59,-1,141,-72,141v-20,0,-38,-6,-52,-17v-6,6,-16,20,-28,9v-12,-11,4,-23,10,-29v-41,-56,2,-144,70,-144v21,0,39,8,54,20xm125,-132v-44,-39,-94,21,-72,72xm69,-38v44,31,88,-20,70,-70","w":191},"\u00fe":{"d":"194,-86v0,74,-83,120,-135,68v-5,34,16,97,-19,97v-11,0,-20,-7,-20,-17r0,-295v0,-9,9,-17,20,-17v10,0,18,8,18,17r1,89v44,-65,135,-15,135,58xm154,-86v0,-32,-18,-56,-47,-56v-30,0,-49,24,-49,56v0,32,16,58,48,58v29,0,48,-23,48,-58","w":203},"\u00d0":{"d":"41,-235v100,-12,169,27,168,118v0,89,-67,128,-168,117v-36,-4,-13,-66,-19,-100v-13,2,-22,-5,-22,-17v0,-12,9,-19,22,-17v6,-35,-16,-97,19,-101xm95,-117v0,17,-16,19,-34,17r0,67v68,6,108,-19,108,-84v0,-66,-39,-90,-108,-84r0,67v18,-1,34,0,34,17","w":219},"\u00de":{"d":"41,-237v22,0,21,22,20,44v70,-7,127,11,127,72v0,59,-57,80,-127,72v0,24,5,51,-20,51v-11,0,-19,-9,-19,-18r0,-203v0,-10,8,-18,19,-18xm149,-121v0,-45,-45,-40,-88,-39r0,79v44,1,88,6,88,-40","w":196,"k":{"A":27,".":43,",":43}},"\u00a1":{"d":"60,-100r2,145v0,22,-42,24,-42,0v0,-48,1,-97,2,-145v0,-24,37,-21,38,0xm63,-153v0,12,-10,22,-22,22v-12,0,-21,-10,-21,-22v0,-12,9,-21,21,-21v12,0,22,9,22,21","w":83},"\u00bf":{"d":"137,-153v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21v0,-12,10,-21,22,-21v12,0,21,9,21,21xm90,33v34,2,38,-29,64,-36v9,0,19,6,19,17v0,14,-27,53,-84,53v-102,0,-108,-96,-30,-129v36,-15,38,-21,38,-38v0,-11,9,-17,19,-17v10,0,18,7,18,17v0,28,-5,38,-58,66v-38,20,-43,64,14,67","w":180},"\u00d8":{"d":"233,-231v13,15,-4,25,-11,33v60,74,9,202,-92,202v-29,0,-55,-8,-74,-23v-9,7,-18,27,-35,15v-13,-16,8,-27,14,-36v-56,-76,-7,-199,95,-199v28,0,52,7,71,20v7,-7,17,-23,32,-12xm130,-30v61,0,99,-83,65,-138r-114,122v13,11,30,16,49,16xm130,-206v-64,0,-96,79,-68,137r113,-122v-13,-9,-28,-15,-45,-15","w":259},"\u00c6":{"d":"168,0v-33,-1,-16,-49,-20,-79r-61,0r-52,75v-14,18,-44,-6,-31,-24r147,-198v23,-19,80,-9,118,-9v10,0,18,8,18,17v0,32,-66,12,-99,17r0,58v28,4,81,-12,81,17v0,29,-53,13,-81,17r0,75v34,5,92,-14,99,17v0,9,-9,17,-19,17r-100,0xm148,-168r-41,59r41,0r0,-59","w":296},"#":{"d":"192,-82v0,23,-32,12,-52,14r-24,62v-6,15,-35,7,-28,-11r20,-51r-43,0r-25,62v-3,6,-11,10,-19,7v-23,-17,9,-47,12,-69v-16,0,-33,2,-33,-14v0,-20,25,-14,44,-15r17,-43v-17,-1,-39,4,-39,-14v0,-22,31,-13,51,-15r24,-61v3,-7,11,-10,19,-7v24,16,-8,46,-11,68r43,0r24,-61v3,-7,11,-10,19,-7v24,16,-8,46,-11,68v17,0,34,-3,34,15v0,21,-27,12,-46,14r-16,43v18,1,41,-5,40,15xm93,-140r-17,43r43,0r17,-43r-43,0","w":214},"_":{"d":"-1,22r0,-20r181,0r0,20r-181,0","w":180},"\u00b1":{"d":"76,-44v-20,0,-17,-21,-17,-40v-24,-2,-58,9,-59,-17v0,-25,36,-15,59,-17v2,-23,-9,-59,17,-59v26,0,15,36,17,59v24,2,60,-9,60,17v0,26,-36,15,-60,17v0,19,3,40,-17,40xm15,-35r123,0v8,0,15,8,15,17v0,9,-7,17,-15,17r-123,0v-8,0,-15,-8,-15,-17v0,-9,7,-17,15,-17","w":152},"\u00ae":{"d":"9,-118v0,-66,53,-119,119,-119v66,0,119,53,119,119v0,66,-53,119,-119,119v-66,0,-119,-53,-119,-119xm31,-118v0,54,43,97,97,97v54,0,98,-43,98,-97v0,-54,-44,-98,-98,-98v-54,0,-97,44,-97,98xm185,-54v0,11,-21,13,-24,4r-35,-57r-24,0v-3,22,10,60,-13,63v-7,0,-12,-5,-12,-11r0,-127v3,-20,40,-9,61,-11v54,-5,59,77,12,84v11,19,25,35,35,55xm102,-172r0,45v27,-1,57,6,57,-23v0,-28,-31,-22,-57,-22","w":256},"\u00a9":{"d":"9,-118v0,-66,53,-119,119,-119v66,0,119,53,119,119v0,66,-53,119,-119,119v-66,0,-119,-53,-119,-119xm31,-118v0,54,43,97,97,97v54,0,98,-43,98,-97v0,-54,-44,-98,-98,-98v-54,0,-97,44,-97,98xm126,-63v20,0,30,-18,46,-24v8,0,12,5,12,11v-28,59,-128,33,-128,-42v0,-79,100,-105,129,-44v0,5,-3,10,-12,10v-18,-5,-26,-23,-47,-23v-26,0,-45,21,-45,55v0,35,21,57,45,57","w":256},"\u2122":{"d":"147,-243r36,68r38,-67v5,-13,28,-11,28,4r0,115v0,6,-6,12,-14,12v-28,0,-9,-54,-14,-81r-26,44v-4,11,-19,9,-24,0r-26,-44r0,69v0,6,-6,12,-14,12v-8,0,-13,-6,-13,-12r0,-115v-1,-15,23,-16,29,-5xm112,-238v1,17,-23,13,-39,13r0,102v0,6,-6,12,-14,12v-7,0,-14,-6,-14,-12r0,-102v-16,0,-39,4,-38,-13v0,-6,5,-12,13,-12r79,0v8,0,13,6,13,12","w":256,"k":{";":33,":":33,"A":33,".":33,",":33,"y":40,"w":40,"u":33,"s":40,"r":33,"o":40,"e":40,"c":40,"a":40}},"\u00df":{"d":"129,4v-36,0,-54,-12,-59,-38v-3,-15,24,-21,30,-10v14,26,54,23,54,-4v0,-32,-78,-24,-78,-80v0,-30,32,-33,32,-64v0,-16,-9,-27,-26,-27v-9,0,-24,6,-24,27r0,177v0,9,-8,17,-19,17v-10,0,-19,-8,-19,-17v-2,-39,4,-87,-2,-122v-11,0,-18,-8,-18,-17v0,-10,8,-17,20,-16v-6,-51,22,-81,62,-80v39,0,62,19,62,58v0,34,-32,40,-32,64v0,31,80,23,80,78v0,27,-23,54,-63,54","w":200,"k":{"\u00df":6,"\u2019":-18}},"\u00b9":{"d":"27,-206r0,97v0,7,7,12,14,12v8,0,13,-5,13,-12r0,-115v-6,-27,-34,-3,-48,2v-5,2,-6,8,-3,14v5,9,16,5,24,2","w":64},"\u00b3":{"d":"3,-125v8,-30,36,12,51,8v18,0,27,-9,27,-21v2,-7,-9,-20,-34,-18v-7,0,-13,-5,-13,-12v0,-21,42,-4,42,-29v0,-8,-6,-16,-19,-16v-24,0,-22,20,-37,20v-8,0,-13,-6,-13,-12v0,-10,15,-32,50,-32v43,1,63,43,30,67v42,24,17,80,-34,76v-12,0,-50,-8,-50,-31","w":111},"\u00b2":{"d":"58,-213v-19,0,-22,19,-37,21v-6,0,-13,-4,-13,-12v0,-9,16,-33,50,-33v36,0,49,21,49,39v0,36,-71,48,-75,78v25,4,69,-11,75,12v0,6,-6,12,-14,12r-74,0v-9,0,-15,-7,-15,-17v0,-11,12,-40,45,-58v21,-12,31,-17,31,-27v0,-8,-7,-15,-22,-15","w":111},"\u00be":{"d":"234,-52v21,-5,28,22,7,23r-7,0v0,15,3,30,-13,30v-16,0,-13,-15,-13,-30v-24,-2,-82,7,-63,-21r55,-81v7,-14,39,-8,34,10r0,69xm208,-52r0,-51r-35,51r35,0xm219,-198r-140,195v-3,5,-11,6,-17,2v-6,-4,-8,-12,-4,-17r140,-195v9,-12,30,4,21,15xm9,-125v9,-30,36,12,51,8v18,0,27,-9,27,-21v2,-7,-9,-20,-34,-18v-7,0,-13,-5,-13,-12v0,-21,42,-4,42,-29v0,-8,-6,-16,-19,-16v-24,0,-22,20,-37,20v-8,0,-13,-6,-13,-12v0,-10,15,-32,50,-32v43,1,63,43,30,67v42,24,17,80,-34,76v-12,0,-50,-8,-50,-31","w":263},"\u00bc":{"d":"234,-52v21,-5,28,22,7,23r-7,0v0,15,3,30,-13,30v-16,0,-13,-15,-13,-30v-24,-2,-82,7,-63,-21r55,-81v7,-14,39,-8,34,10r0,69xm208,-52r0,-51r-35,51r35,0xm212,-198r-140,195v-3,5,-12,6,-18,2v-6,-4,-7,-12,-3,-17r139,-195v9,-12,31,4,22,15xm55,-206r0,97v0,7,6,12,13,12v8,0,14,-5,14,-12r0,-115v-6,-26,-34,-3,-49,2v-11,16,7,24,22,16","w":263},"\u00bd":{"d":"198,-198r-140,195v-10,14,-30,-4,-22,-15r140,-195v9,-12,31,4,22,15xm51,-206r0,97v0,7,6,12,13,12v8,0,14,-5,14,-12r0,-115v-6,-26,-34,-4,-48,2v-5,2,-6,8,-3,14v5,9,16,5,24,2xm203,-116v-19,0,-22,18,-37,20v-6,0,-12,-4,-12,-12v0,-9,16,-32,50,-32v36,0,49,20,49,38v0,36,-71,49,-76,78v25,4,69,-11,75,12v-8,24,-59,12,-87,12v-9,0,-15,-6,-15,-16v0,-11,11,-40,44,-58v21,-12,32,-18,32,-28v0,-8,-8,-14,-23,-14","w":263},"\u00b5":{"d":"9,-108v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-21,-10,-21,-22","w":60},"\u00ac":{"d":"9,-108v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-21,-10,-21,-22","w":60},"\u2026":{"d":"9,-19v0,-12,9,-22,21,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm80,-19v0,-12,9,-22,21,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm149,-19v0,-12,10,-22,22,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21","w":200},"\u00ab":{"d":"64,-128v36,9,-1,45,-9,60v8,14,22,25,25,42v3,17,-24,25,-31,11v-11,-21,-44,-45,-24,-70v12,-15,17,-38,39,-43xm126,-128v37,8,1,45,-8,60v8,14,22,25,25,42v3,17,-24,25,-31,11v-11,-21,-42,-42,-25,-70v13,-14,17,-38,39,-43","w":160},"\u00bb":{"d":"97,-8v-35,-9,0,-45,8,-60v-7,-14,-21,-26,-24,-43v-3,-17,23,-23,30,-10v11,21,45,44,25,70v-12,15,-17,38,-39,43xm34,-8v-36,-9,1,-45,9,-60v-8,-14,-22,-25,-25,-43v-2,-17,24,-23,31,-10v10,21,44,45,24,70v-12,15,-17,38,-39,43","w":160},"\u00aa":{"d":"57,-125v22,0,34,-16,31,-39v-24,0,-55,-3,-55,19v0,12,8,20,24,20xm63,-213v-15,-1,-41,33,-49,4v0,-10,17,-28,49,-28v66,-1,52,60,53,119v0,7,-5,13,-13,13v-9,0,-14,-6,-14,-13v-24,25,-82,18,-82,-26v0,-32,39,-44,81,-40v1,-18,-3,-27,-25,-29","w":131},"\u00ba":{"d":"8,-169v0,-40,28,-68,64,-68v36,0,64,28,64,68v0,39,-26,68,-64,68v-36,0,-64,-29,-64,-68xm36,-169v0,27,17,43,36,43v20,0,35,-15,35,-43v0,-25,-13,-43,-35,-43v-19,0,-36,16,-36,43","w":143},"\u00f7":{"d":"175,-55r-160,0v-8,0,-15,-8,-15,-17v0,-9,7,-17,15,-17r160,0v8,0,15,8,15,17v0,9,-7,17,-15,17xm76,-19v0,-12,10,-22,22,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-22,-9,-22,-21xm76,-125v0,-12,10,-21,22,-21v12,0,21,9,21,21v0,12,-9,22,-21,22v-12,0,-22,-10,-22,-22","w":190},"\u00a7":{"d":"124,-205v-9,33,-39,-12,-53,-9v-31,-1,-41,28,-2,35v49,8,62,46,32,72v33,24,8,71,-38,71v-28,0,-57,-16,-57,-33v10,-33,39,12,53,9v14,0,27,-4,27,-16v0,-25,-81,-22,-73,-59v0,-13,6,-25,16,-32v-32,-24,-9,-71,37,-71v29,0,58,16,58,33xm43,-138v-1,20,44,22,44,2v-2,-22,-43,-21,-44,-2","w":129},"\u00b0":{"d":"9,-189v0,-32,26,-58,58,-58v32,0,58,26,58,58v0,32,-26,58,-58,58v-32,0,-58,-26,-58,-58xm31,-189v0,20,16,37,36,37v20,0,36,-17,36,-37v0,-20,-16,-36,-36,-36v-20,0,-36,16,-36,36","w":133},"\u00b6":{"d":"66,15r0,-151v-43,0,-66,-19,-66,-51v0,-68,84,-49,148,-52v11,0,17,7,17,17r0,237v0,10,-6,18,-17,18v-11,0,-18,-8,-18,-18r0,-228r-29,0r0,228v0,10,-6,18,-17,18v-11,0,-18,-8,-18,-18","w":165},"\u00f0":{"d":"106,-239v4,-13,26,-10,20,5r-4,5v37,28,59,85,59,150v0,48,-34,83,-85,83v-48,0,-86,-35,-86,-83v0,-63,68,-100,126,-73v-8,-22,-20,-41,-34,-51v-3,11,-22,25,-26,6v1,-6,6,-10,9,-14v-21,-7,-53,13,-54,-15v-1,-23,55,-28,75,-13xm48,-78v0,31,21,49,47,49v27,0,47,-17,47,-49v0,-29,-19,-49,-47,-49v-26,0,-47,18,-47,49","w":191},"{":{"d":"84,48v-55,0,-52,-36,-52,-84v0,-23,0,-41,-14,-44v-24,-5,-24,-29,0,-32v39,-18,-25,-127,66,-127v12,0,17,4,17,13v0,22,-35,4,-34,28v2,38,3,101,-24,102v27,3,27,64,24,103v-2,23,34,6,34,28v0,9,-5,13,-17,13","w":101},"|":{"d":"36,22r0,-243v0,-10,5,-18,17,-18v12,0,18,8,18,18r0,243v0,10,-6,18,-18,18v-12,0,-17,-8,-17,-18","w":106},"}":{"d":"17,-239v54,0,52,35,52,83v0,23,1,41,15,44v23,5,23,29,0,32v-41,18,24,128,-67,128v-12,0,-17,-4,-17,-13v0,-22,36,-5,35,-28v-1,-38,-4,-101,23,-103v-26,-2,-25,-65,-23,-102v1,-23,-35,-6,-35,-28v0,-9,5,-13,17,-13","w":101},"\u00a6":{"d":"36,-135r0,-86v0,-10,5,-18,17,-18v12,0,18,8,18,18r0,86v0,10,-6,18,-18,18v-12,0,-17,-8,-17,-18xm36,23r0,-86v0,-10,5,-18,17,-18v12,0,18,8,18,18r0,86v0,10,-6,18,-18,18v-12,0,-17,-8,-17,-18","w":106},"~":{"d":"146,-65v-29,1,-52,-25,-75,-25v-15,0,-17,25,-35,25v-7,0,-13,-6,-13,-11v0,-21,25,-41,47,-41v29,-1,52,24,75,24v15,0,17,-24,35,-24v7,0,13,5,13,10v0,21,-25,42,-47,42","w":216},"^":{"d":"105,-219r-52,98v-7,13,-10,19,-20,19v-9,0,-16,-5,-16,-14v0,-4,6,-10,68,-127v10,-19,32,-19,41,0v20,44,50,80,68,127v-4,22,-30,17,-36,-5","w":216},"h":{"d":"101,-141v-53,-4,-41,73,-42,126v0,9,-8,17,-19,17v-11,0,-20,-8,-20,-17r0,-218v0,-10,9,-17,20,-17v36,0,13,66,19,100v37,-46,125,-21,115,49v-5,36,17,98,-20,103v-55,-11,24,-137,-53,-143","w":193},"l":{"d":"59,-47v-1,16,17,21,17,34v0,12,-10,15,-18,15v-28,0,-38,-28,-38,-48r0,-187v0,-9,9,-17,19,-17v11,0,20,8,20,17r0,186","w":78},"&":{"d":"162,-18v-1,21,-40,21,-60,22v-66,0,-92,-31,-92,-75v0,-19,8,-42,41,-54v-64,-36,-34,-113,44,-114v39,0,64,17,64,33v0,5,-2,17,-19,17v-17,0,-21,-17,-45,-17v-26,0,-40,17,-40,33v-6,16,31,39,70,33v-1,-14,5,-22,18,-22v13,0,21,8,19,22v14,-1,24,5,24,17v0,12,-10,17,-24,16r0,89xm49,-69v-6,32,38,48,76,38r0,-76v-42,-4,-82,11,-76,38","w":194},"'":{"d":"21,-165v-24,0,-4,-25,-2,-37v-6,-14,-9,-37,13,-37v11,0,19,9,19,19v0,12,-9,55,-30,55","w":59},"\u00a0":{"w":90}}});

/**
 * openPlayer(sURL, iWidth, iHeight)
 *
 * Open the 'embedded' player with the given url.
 *
 * @version 1.0
 * @access  public
 * @author  A.J. de Vries
 * @param   [string]  sURL    - the url to the player with the movie as argument (GET).
 * @param   [integer] iWidth  - the width of the player window.
 * @param   [integer] iHeight - the height of the player window. 
 * @return  [void]
 */
function openPlayer(sURL, iWidth, iHeight, aflID) {
	if(sURL != '') {
		iWidth = (iWidth) ? iWidth : 800;
		iHeight = (iHeight) ? iHeight : 612;
		
		var iLeftPos = (screen.availWidth - iWidth) / 2;
		var iTopPos = (screen.availHeight - iHeight) / 2; 
		var sOpts = "toolbar=no, status=no, location=no, menubar=no, resizable=yes,";
		    sOpts += " width=" + iWidth + ", height=" + iHeight + ", scrollbars=no,";
		    sOpts += "top=" + iTopPos + ",left=" + iLeftPos;
		var eDialog = window.open("", "player", sOpts);
		eDialog.location = sURL;
		eDialog.focus();
		return true;
	}
	return false;
}


// cufon config
function initCufon() {
	Cufon.set('fontFamily', 'Omroep Std');

	// header replacements
	Cufon.replace('#header label');
	Cufon.replace('#navigation a', { hover: true });

	// content replacements
	Cufon.replace('h1:not(.home)');
	Cufon.replace('h2:not(.default)');
	Cufon.replace('h3');
	Cufon.replace('a.btn-play', { hover: true });

	// tabset styles
	Cufon.replace('.tabs-area ul.tabset a', { hover: true });

	// blocks titles
	Cufon.replace('em.time');
	Cufon.replace('strong.title');
	Cufon.replace('ul.alphabet-list a.letter', { hover: true });
}

// tabs function
function initTabs(){
	$('ul.tabset').each(function() {
		var _fadespeed = 600;
		var _tablinks = $(this).find('a.tab');
		_tablinks.each(function(){
			_curtab = $(this).attr('href');
			if($(_curtab).length) {
				$(_curtab).addClass('inactive').removeClass('active').css('display', 'none');
				if($(this).hasClass('active')) $(_curtab).addClass('active').css('display', 'block');
			}

			this.onclick = function(){
				_url = $(this).attr('href');
				_tablinks.each(function() {
					$($(this).attr('href')).removeClass("active").addClass("inactive").css({'display' : 'none', 'opacity' : '0'});
					$(this).removeClass('active');
				});
				$(_url).removeClass("inactive").addClass("active").css('display', 'block').animate({ opacity: "1"}, _fadespeed);;
				$(this).addClass('active');

				// refresh cufon
				Cufon.refresh('.tabs-area ul.tabset a');
				return false;
			}
		});
	});
}

// select state code
function initProgramSelect() {
	$("select.select-toggler").each(function(){
		var _list = $(this).parent().parent().parent().find('ul.alphabet-list');

		$(this).change(function(){
			if(this.selectedIndex>0) {
				_list.find('.active').removeClass('active');
			}

			if(this.selectedIndex>0)
				$(this).parent().addClass("active");
			else
				$(this).parent().removeClass("active");
			Cufon.refresh(_list.find('a'));

		});
	});
}

//alphabet program list function
function initProgramList() {
	$(".program-linker").each(function(){
		var _switcherList = $(this).find("ul.alphabet-list");
		var _listHolder = $(this).find("div.list-holder");
		var _slider = _listHolder.find(" > div.list-container");
		var _boxes = _slider.find(".listbox");
		var _items = _listHolder.find("a");
		var _step = $(_boxes[0]).width();
		var _animating = false;
		var _slideSpeed = 500;
		var _boxIndex = 0;
		var _offset = 0;

		//switch click event
		_switcherList.find("a").click(function(){
			if(_animating) return false;
			var _char = $(this).attr('rel').toUpperCase();
			_switcherList.find("a.active").removeClass("active");
			$(this).addClass("active");
			Cufon.refresh('ul.alphabet-list a');
			switchLetter(_char);
			return false;
		});

		// change letter and slide
		function switchLetter(_char) {
			var _flag = false;
			var _index = 0;
			var _boxHolder;

			_items.each(function(){
				var _curchar = $(this).attr("rel").toUpperCase();
				if(_char == _curchar) {
					if(!_flag) {
						_flag = true;
						_boxHolder = $(this).parent().parent().parent();
						_boxIndex = _boxes.index(_boxHolder);
					}
					$(this).addClass("selected");
				}
				else {
					$(this).removeClass("selected");
				}
			});

			_offset = -(_boxIndex*_step);
			_animating = true;
			_slider.stop().animate({left: _offset}, _slideSpeed, false, function(){
				_animating = false;
			});
		}

		// set default state
		if (_switcherList.find("a.active").size() != 0) {
			switchLetter(_switcherList.find("a.active").html().toUpperCase())
		}
	});
}

// scroll block code
_scrollRefresh = false;;
function initScrollBlock() {
	$(".info-slider").each(function(){
		var _scrollUp = $(this).find("a.scroll-up");
		var _scrollDown = $(this).find("a.scroll-down");
		var _slideHolder = $(this).find(".slide-holder");
		var _slider = _slideHolder.find("ul.program-list.active");
		var _itemcount = _slider.find(" > li").length;

		var _sHeight = _slider.height();
		var _hHeight = _slideHolder.height();

		var _maxOffset = _sHeight-_hHeight-7;
		var _speed;
		if(_slideHolder.hasClass("long")) _speed = 10;
			else _speed = 6;
		var _k = 1;
		var _duration = _sHeight*_itemcount /_speed;

		// scroll up code
		_scrollDown.mouseenter(function(){
			if(_scrollRefresh)
				refreshScrollTarget();

			_k = (_maxOffset + parseInt(_slider.css('marginTop')))/_maxOffset;
			_slider.animate({marginTop: -_maxOffset}, _duration*_k, 'linear', false);
		}).mouseleave(function(){
			if(_scrollRefresh)
				refreshScrollTarget();

			_slider.stop()
		});

		_scrollUp.mouseenter(function(){
			_k = 1 - (_maxOffset + parseInt(_slider.css('marginTop')))/_maxOffset;
			_slider.animate({marginTop: 0}, _duration*_k, 'linear', false);
		}).mouseleave(function(){
			_slider.stop()
		});

		// refresh target if arrows controls another block
		function refreshScrollTarget() {
			_slider = _slideHolder.find("ul.program-list.active");
			_itemcount = _slider.find(" > li").length;
			_sHeight = _slider.height();
			_maxOffset = _sHeight-_hHeight-7;
			if(_slideHolder.hasClass("long")) _speed = 10;
				else _speed = 3;
			_k = 1;
			_duration = _sHeight*_itemcount /_speed;
			_scrollRefresh = false;
		}

	});
}

//scroll program list to specified item
function scrollBlockToItem() {
  var _slider = $('div.slide-holder').find("ul.program-list.active"); // find all sliders
  if(_slider.length) {
    for(i=0; i < _slider.length; i++) {
      var sl = $(_slider[i]);
      var _item = sl.find(" > li").eq(0);
      var _iheight = _item.outerHeight(true);
      var _ind = parseInt(sl.attr("value"));
      sl.css({marginTop:-_iheight*_ind});
    }
  }
}

// list slider function
function initListSlider() {
	$("div.tab-slider").each(function(){
		var _slideLeft = $(this).find("a.slide-left");
		var _slideRight = $(this).find("a.slide-right");
		var _dateTitle = $(this).find("h2.status-title");
		var _animating = false;

		var _slideholder = $(this).find(".slideset-holder");
		var _slideset = $(this).find("ul.slideset");
		var _setitems = _slideset.find(" > li");
		var _setCount = _setitems.length;
		var _activeIndex = _setitems.index(_slideset.find(" > li.active"));
		var _columnDistance = 7;
		var _sWidth = _slideholder.width() + _columnDistance;
		var _slideSpeed = 1000;
		var _fadeSpeed = _slideSpeed/2;

		_slideset.css("marginLeft",-_activeIndex*_sWidth);

		// init headings
		_dateTitle.html('');
		_setitems.each(function(){
			_dateTitle.append('<strong title="'+$(this).attr('title')+'">'+$(this).attr('title')+'</strong>');
		});
		Cufon.replace(_dateTitle);
		_dateTitle.find('strong').css({display:'none'});
		_dateTitle.find('strong').eq(_activeIndex).css({display:'block'});
		switchTitles(_activeIndex);

		// buttons click event
		_slideLeft.click(function(){
			if(_animating) return false;
			if(_activeIndex>0)
				switchSlide(_activeIndex-1);
			return false;
		});
		_slideRight.click(function(){
			if(_animating) return false;
			if(_activeIndex<_setCount-1)
				switchSlide(_activeIndex+1);
			return false;
		});

		function switchSlide(_ind) {
			_animating = true;
			_activeIndex = _ind;
			_slideset.find("ul.program-list.active").each(function(){
				$(this).removeClass("active");
			});
			_scrollRefresh = true;
			_setitems.removeClass("active").eq(_activeIndex).addClass("active").find("ul.program-list").addClass("active");
			_slideset.animate({marginLeft: -_ind*_sWidth}, _slideSpeed, 'linear', false);
			scrollBlockToItem();
			switchTitles(_activeIndex, true);
		}

		// switch title and button text
		function switchTitles(_day, _fade) {
			// slide left
			if(_day>0) {
				var _name = _dateTitle.find('strong').eq(_day-1).attr('title');
				_slideLeft.find("em").html(_name);
			}
			else {
				_slideLeft.find("em").html('&nbsp;');
			}
			// slide right
			if(_day<_setCount-1) {
				var _name = _dateTitle.find('strong').eq(_day+1).attr('title');
				_slideRight.find("em").html(_name);
			}
			else {
				_slideRight.find("em").html('&nbsp;');
			}
			// fade heading
			if(_fade) fadeHeading(_day);
			function fadeHeading(_ind) {
				var _curitem = _dateTitle.find("strong:visible");
				var _nextitem = _dateTitle.find("strong").eq(_ind);

				_curitem.css({opacity:1});
				_curitem.animate({opacity:0},_fadeSpeed,function(){
					_curitem.css({display:"none"});
					_nextitem.css({display:"block",opacity:0});
					_nextitem.animate({opacity:1},_fadeSpeed);
					_animating = false;
				});
			}
		}

	});
}
debug("initCufon start");
initCufon();
debug("initCufon end");

// page init code
$(document).ready(function(){
  debug("document.ready");
  $.ajaxSetup({
    'beforeSend': function(xhr) {xhr.setRequestHeader("Accept", "text/xml")}
  });
  debug("initTabs");
	initTabs();
  debug("initProgramSelect");
	initProgramSelect();
  debug("initProgramList");
	initProgramList();
  debug("initScrollBlock");
	initScrollBlock();
  debug("initListSlider");
	initListSlider();
  debug("done");
});

