/* Viia JS Cache Generator 2012-02-15 12:50:22 */

(function($){$.prettyPhoto={version:'3.1.2'};$.fn.prettyPhoto=function(pp_settings){pp_settings=jQuery.extend({animation_speed:'fast',slideshow:5000,autoplay_slideshow:false,opacity:0.80,show_title:true,allow_resize:true,default_width:500,default_height:344,counter_separator_label:'/',theme:'pp_default',horizontal_padding:20,hideflash:false,wmode:'opaque',autoplay:true,modal:false,deeplinking:true,overlay_gallery:true,keyboard_shortcuts:true,changepicturecallback:function(){},callback:function(){},ie6_fallback:true,markup:'<div class="pp_pic_holder"><div class="ppt">&nbsp;</div><div class="pp_top"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div><div class="pp_content_container"><div class="pp_left"><div class="pp_right"><div class="pp_content"><div class="pp_loaderIcon"></div><div class="pp_fade"><a href="#" class="pp_expand" title="Expand the image">Expand</a><div class="pp_hoverContainer"><a class="pp_next" href="#">next</a><a class="pp_previous" href="#">previous</a></div><div id="pp_full_res"></div><div class="pp_details"><div class="pp_nav"><a href="#" class="pp_arrow_previous">Previous</a><p class="currentTextHolder">0/0</p><a href="#" class="pp_arrow_next">Next</a></div><p class="pp_description"></p>{pp_social}<a class="pp_close" href="#">Close</a></div></div></div></div></div></div><div class="pp_bottom"><div class="pp_left"></div><div class="pp_middle"></div><div class="pp_right"></div></div></div><div class="pp_overlay"></div>',gallery_markup:'<div class="pp_gallery"><a href="#" class="pp_arrow_previous">Previous</a><div><ul>{gallery}</ul></div><a href="#" class="pp_arrow_next">Next</a></div>',image_markup:'<img id="fullResImage" src="{path}" />',flash_markup:'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="{width}" height="{height}"><param name="wmode" value="{wmode}" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="{path}" /><embed src="{path}" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="{width}" height="{height}" wmode="{wmode}"></embed></object>',quicktime_markup:'<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="{height}" width="{width}"><param name="src" value="{path}"><param name="autoplay" value="{autoplay}"><param name="type" value="video/quicktime"><embed src="{path}" height="{height}" width="{width}" autoplay="{autoplay}" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/"></embed></object>',iframe_markup:'<iframe src ="{path}" width="{width}" height="{height}" frameborder="no"></iframe>',inline_markup:'<div class="pp_inline">{content}</div>',custom_markup:'',social_tools:'<div class="pp_social"><div class="twitter"><a href="http://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class="facebook"><iframe src="http://www.facebook.com/plugins/like.php?locale=en_US&href='+location.href+'&amp;layout=button_count&amp;show_faces=true&amp;width=500&amp;action=like&amp;font&amp;colorscheme=light&amp;height=23" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:500px; height:23px;" allowTransparency="true"></iframe></div></div>'},pp_settings);var matchedObjects=this,percentBased=false,pp_dimensions,pp_open,pp_contentHeight,pp_contentWidth,pp_containerHeight,pp_containerWidth,windowHeight=$(window).height(),windowWidth=$(window).width(),pp_slideshow;doresize=true,scroll_pos=_get_scroll();$(window).unbind('resize.prettyphoto').bind('resize.prettyphoto',function(){_center_overlay();_resize_overlay();});if(pp_settings.keyboard_shortcuts){$(document).unbind('keydown.prettyphoto').bind('keydown.prettyphoto',function(e){if(typeof $pp_pic_holder!='undefined'){if($pp_pic_holder.is(':visible')){switch(e.keyCode){case 37:$.prettyPhoto.changePage('previous');e.preventDefault();break;case 39:$.prettyPhoto.changePage('next');e.preventDefault();break;case 27:if(!settings.modal)
$.prettyPhoto.close();e.preventDefault();break;};};};});};$.prettyPhoto.initialize=function(){settings=pp_settings;if(settings.theme=='pp_default')settings.horizontal_padding=16;if(settings.ie6_fallback&&$.browser.msie&&parseInt($.browser.version)==6)settings.theme="light_square";theRel=$(this).attr('rel');galleryRegExp=/\[(?:.*)\]/;isSet=(galleryRegExp.exec(theRel))?true:false;pp_images=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return $(n).attr('href');}):$.makeArray($(this).attr('href'));pp_titles=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return($(n).find('img').attr('alt'))?$(n).find('img').attr('alt'):"";}):$.makeArray($(this).find('img').attr('alt'));pp_descriptions=(isSet)?jQuery.map(matchedObjects,function(n,i){if($(n).attr('rel').indexOf(theRel)!=-1)return($(n).attr('title'))?$(n).attr('title'):"";}):$.makeArray($(this).attr('title'));set_position=jQuery.inArray($(this).attr('href'),pp_images);rel_index=(isSet)?set_position:$("a[rel^='"+theRel+"']").index($(this));_build_overlay(this);if(settings.allow_resize)
$(window).bind('scroll.prettyphoto',function(){_center_overlay();});$.prettyPhoto.open();return false;}
$.prettyPhoto.open=function(event){if(typeof settings=="undefined"){settings=pp_settings;if($.browser.msie&&$.browser.version==6)settings.theme="light_square";pp_images=$.makeArray(arguments[0]);pp_titles=(arguments[1])?$.makeArray(arguments[1]):$.makeArray("");pp_descriptions=(arguments[2])?$.makeArray(arguments[2]):$.makeArray("");isSet=(pp_images.length>1)?true:false;set_position=0;_build_overlay(event.target);}
if($.browser.msie&&$.browser.version==6)$('select').css('visibility','hidden');if(settings.hideflash)$('object,embed,iframe[src*=youtube],iframe[src*=vimeo]').css('visibility','hidden');_checkPosition($(pp_images).size());$('.pp_loaderIcon').show();if($ppt.is(':hidden'))$ppt.css('opacity',0).show();$pp_overlay.show().fadeTo(settings.animation_speed,settings.opacity);$pp_pic_holder.find('.currentTextHolder').text((set_position+1)+settings.counter_separator_label+$(pp_images).size());if(pp_descriptions[set_position]!=""){$pp_pic_holder.find('.pp_description').show().html(unescape(pp_descriptions[set_position]));}else{$pp_pic_holder.find('.pp_description').hide();}
movie_width=(parseFloat(getParam('width',pp_images[set_position])))?getParam('width',pp_images[set_position]):settings.default_width.toString();movie_height=(parseFloat(getParam('height',pp_images[set_position])))?getParam('height',pp_images[set_position]):settings.default_height.toString();percentBased=false;if(movie_height.indexOf('%')!=-1){movie_height=parseFloat(($(window).height()*parseFloat(movie_height)/100)-150);percentBased=true;}
if(movie_width.indexOf('%')!=-1){movie_width=parseFloat(($(window).width()*parseFloat(movie_width)/100)-150);percentBased=true;}
$pp_pic_holder.fadeIn(function(){(settings.show_title&&pp_titles[set_position]!=""&&typeof pp_titles[set_position]!="undefined")?$ppt.html(unescape(pp_titles[set_position])):$ppt.html('&nbsp;');imgPreloader="";skipInjection=false;switch(_getFileType(pp_images[set_position])){case'image':imgPreloader=new Image();nextImage=new Image();if(isSet&&set_position<$(pp_images).size()-1)nextImage.src=pp_images[set_position+1];prevImage=new Image();if(isSet&&pp_images[set_position-1])prevImage.src=pp_images[set_position-1];$pp_pic_holder.find('#pp_full_res')[0].innerHTML=settings.image_markup.replace(/{path}/g,pp_images[set_position]);imgPreloader.onload=function(){pp_dimensions=_fitToViewport(imgPreloader.width,imgPreloader.height);_showContent();};imgPreloader.onerror=function(){alert('Image cannot be loaded. Make sure the path is correct and image exist.');$.prettyPhoto.close();};imgPreloader.src=pp_images[set_position];break;case'youtube':pp_dimensions=_fitToViewport(movie_width,movie_height);movie='http://www.youtube.com/embed/'+getParam('v',pp_images[set_position]);(getParam('rel',pp_images[set_position]))?movie+="?rel="+getParam('rel',pp_images[set_position]):movie+="?rel=1";if(settings.autoplay)movie+="&autoplay=1";toInject=settings.iframe_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,movie);break;case'vimeo':pp_dimensions=_fitToViewport(movie_width,movie_height);movie_id=pp_images[set_position];var regExp=/http:\/\/(www\.)?vimeo.com\/(\d+)/;var match=movie_id.match(regExp);movie='http://player.vimeo.com/video/'+match[2]+'?title=0&amp;byline=0&amp;portrait=0';if(settings.autoplay)movie+="&autoplay=1;";vimeo_width=pp_dimensions['width']+'/embed/?moog_width='+pp_dimensions['width'];toInject=settings.iframe_markup.replace(/{width}/g,vimeo_width).replace(/{height}/g,pp_dimensions['height']).replace(/{path}/g,movie);break;case'quicktime':pp_dimensions=_fitToViewport(movie_width,movie_height);pp_dimensions['height']+=15;pp_dimensions['contentHeight']+=15;pp_dimensions['containerHeight']+=15;toInject=settings.quicktime_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,pp_images[set_position]).replace(/{autoplay}/g,settings.autoplay);break;case'flash':pp_dimensions=_fitToViewport(movie_width,movie_height);flash_vars=pp_images[set_position];flash_vars=flash_vars.substring(pp_images[set_position].indexOf('flashvars')+10,pp_images[set_position].length);filename=pp_images[set_position];filename=filename.substring(0,filename.indexOf('?'));toInject=settings.flash_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{wmode}/g,settings.wmode).replace(/{path}/g,filename+'?'+flash_vars);break;case'iframe':pp_dimensions=_fitToViewport(movie_width,movie_height);frame_url=pp_images[set_position];frame_url=frame_url.substr(0,frame_url.indexOf('iframe')-1);toInject=settings.iframe_markup.replace(/{width}/g,pp_dimensions['width']).replace(/{height}/g,pp_dimensions['height']).replace(/{path}/g,frame_url);break;case'ajax':doresize=false;pp_dimensions=_fitToViewport(movie_width,movie_height);doresize=true;skipInjection=true;$.get(pp_images[set_position],function(responseHTML){toInject=settings.inline_markup.replace(/{content}/g,responseHTML);$pp_pic_holder.find('#pp_full_res')[0].innerHTML=toInject;_showContent();});break;case'custom':pp_dimensions=_fitToViewport(movie_width,movie_height);toInject=settings.custom_markup;break;case'inline':myClone=$(pp_images[set_position]).clone().append('<br clear="all" />').css({'width':settings.default_width}).wrapInner('<div id="pp_full_res"><div class="pp_inline"></div></div>').appendTo($('body')).show();doresize=false;pp_dimensions=_fitToViewport($(myClone).width(),$(myClone).height());doresize=true;$(myClone).remove();toInject=settings.inline_markup.replace(/{content}/g,$(pp_images[set_position]).html());break;};if(!imgPreloader&&!skipInjection){$pp_pic_holder.find('#pp_full_res')[0].innerHTML=toInject;_showContent();};});return false;};$.prettyPhoto.changePage=function(direction){currentGalleryPage=0;if(direction=='previous'){set_position--;if(set_position<0)set_position=$(pp_images).size()-1;}else if(direction=='next'){set_position++;if(set_position>$(pp_images).size()-1)set_position=0;}else{set_position=direction;};rel_index=set_position;if(!doresize)doresize=true;$('.pp_contract').removeClass('pp_contract').addClass('pp_expand');_hideContent(function(){$.prettyPhoto.open();});};$.prettyPhoto.changeGalleryPage=function(direction){if(direction=='next'){currentGalleryPage++;if(currentGalleryPage>totalPage)currentGalleryPage=0;}else if(direction=='previous'){currentGalleryPage--;if(currentGalleryPage<0)currentGalleryPage=totalPage;}else{currentGalleryPage=direction;};slide_speed=(direction=='next'||direction=='previous')?settings.animation_speed:0;slide_to=currentGalleryPage*(itemsPerPage*itemWidth);$pp_gallery.find('ul').animate({left:-slide_to},slide_speed);};$.prettyPhoto.startSlideshow=function(){if(typeof pp_slideshow=='undefined'){$pp_pic_holder.find('.pp_play').unbind('click').removeClass('pp_play').addClass('pp_pause').click(function(){$.prettyPhoto.stopSlideshow();return false;});pp_slideshow=setInterval($.prettyPhoto.startSlideshow,settings.slideshow);}else{$.prettyPhoto.changePage('next');};}
$.prettyPhoto.stopSlideshow=function(){$pp_pic_holder.find('.pp_pause').unbind('click').removeClass('pp_pause').addClass('pp_play').click(function(){$.prettyPhoto.startSlideshow();return false;});clearInterval(pp_slideshow);pp_slideshow=undefined;}
$.prettyPhoto.close=function(){if($pp_overlay.is(":animated"))return;$.prettyPhoto.stopSlideshow();$pp_pic_holder.stop().find('object,embed').css('visibility','hidden');$('div.pp_pic_holder,div.ppt,.pp_fade').fadeOut(settings.animation_speed,function(){$(this).remove();});$pp_overlay.fadeOut(settings.animation_speed,function(){if($.browser.msie&&$.browser.version==6)$('select').css('visibility','visible');if(settings.hideflash)$('object,embed,iframe[src*=youtube],iframe[src*=vimeo]').css('visibility','visible');$(this).remove();$(window).unbind('scroll.prettyphoto');settings.callback();doresize=true;pp_open=false;delete settings;});};function _showContent(){$('.pp_loaderIcon').hide();projectedTop=scroll_pos['scrollTop']+((windowHeight/2)-(pp_dimensions['containerHeight']/2));if(projectedTop<0)projectedTop=0;$ppt.fadeTo(settings.animation_speed,1);$pp_pic_holder.find('.pp_content').animate({height:pp_dimensions['contentHeight'],width:pp_dimensions['contentWidth']},settings.animation_speed);$pp_pic_holder.animate({'top':projectedTop,'left':(windowWidth/2)-(pp_dimensions['containerWidth']/2),width:pp_dimensions['containerWidth']},settings.animation_speed,function(){$pp_pic_holder.find('.pp_hoverContainer,#fullResImage').height(pp_dimensions['height']).width(pp_dimensions['width']);$pp_pic_holder.find('.pp_fade').fadeIn(settings.animation_speed);if(isSet&&_getFileType(pp_images[set_position])=="image"){$pp_pic_holder.find('.pp_hoverContainer').show();}else{$pp_pic_holder.find('.pp_hoverContainer').hide();}
if(pp_dimensions['resized']){$('a.pp_expand,a.pp_contract').show();}else{$('a.pp_expand').hide();}
if(settings.autoplay_slideshow&&!pp_slideshow&&!pp_open)$.prettyPhoto.startSlideshow();if(settings.deeplinking)
setHashtag();settings.changepicturecallback();pp_open=true;});_insert_gallery();};function _hideContent(callback){$pp_pic_holder.find('#pp_full_res object,#pp_full_res embed').css('visibility','hidden');$pp_pic_holder.find('.pp_fade').fadeOut(settings.animation_speed,function(){$('.pp_loaderIcon').show();callback();});};function _checkPosition(setCount){(setCount>1)?$('.pp_nav').show():$('.pp_nav').hide();};function _fitToViewport(width,height){resized=false;_getDimensions(width,height);imageWidth=width,imageHeight=height;if(((pp_containerWidth>windowWidth)||(pp_containerHeight>windowHeight))&&doresize&&settings.allow_resize&&!percentBased){resized=true,fitting=false;while(!fitting){if((pp_containerWidth>windowWidth)){imageWidth=(windowWidth-200);imageHeight=(height/width)*imageWidth;}else if((pp_containerHeight>windowHeight)){imageHeight=(windowHeight-200);imageWidth=(width/height)*imageHeight;}else{fitting=true;};pp_containerHeight=imageHeight,pp_containerWidth=imageWidth;};_getDimensions(imageWidth,imageHeight);if((pp_containerWidth>windowWidth)||(pp_containerHeight>windowHeight)){_fitToViewport(pp_containerWidth,pp_containerHeight)};};return{width:Math.floor(imageWidth),height:Math.floor(imageHeight),containerHeight:Math.floor(pp_containerHeight),containerWidth:Math.floor(pp_containerWidth)+(settings.horizontal_padding*2),contentHeight:Math.floor(pp_contentHeight),contentWidth:Math.floor(pp_contentWidth),resized:resized};};function _getDimensions(width,height){width=parseFloat(width);height=parseFloat(height);$pp_details=$pp_pic_holder.find('.pp_details');$pp_details.width(width);detailsHeight=parseFloat($pp_details.css('marginTop'))+parseFloat($pp_details.css('marginBottom'));$pp_details=$pp_details.clone().addClass(settings.theme).width(width).appendTo($('body')).css({'position':'absolute','top':-10000});detailsHeight+=$pp_details.height();detailsHeight=(detailsHeight<=34)?36:detailsHeight;if($.browser.msie&&$.browser.version==7)detailsHeight+=8;$pp_details.remove();$pp_title=$pp_pic_holder.find('.ppt');$pp_title.width(width);titleHeight=parseFloat($pp_title.css('marginTop'))+parseFloat($pp_title.css('marginBottom'));$pp_title=$pp_title.clone().appendTo($('body')).css({'position':'absolute','top':-10000});titleHeight+=$pp_title.height();$pp_title.remove();pp_contentHeight=height+detailsHeight;pp_contentWidth=width;pp_containerHeight=pp_contentHeight+titleHeight+$pp_pic_holder.find('.pp_top').height()+$pp_pic_holder.find('.pp_bottom').height();pp_containerWidth=width;}
function _getFileType(itemSrc){if(itemSrc.match(/youtube\.com\/watch/i)){return'youtube';}else if(itemSrc.match(/vimeo\.com/i)){return'vimeo';}else if(itemSrc.match(/\b.mov\b/i)){return'quicktime';}else if(itemSrc.match(/\b.swf\b/i)){return'flash';}else if(itemSrc.match(/\biframe=true\b/i)){return'iframe';}else if(itemSrc.match(/\bajax=true\b/i)){return'ajax';}else if(itemSrc.match(/\bcustom=true\b/i)){return'custom';}else if(itemSrc.substr(0,1)=='#'){return'inline';}else{return'image';};};function _center_overlay(){if(doresize&&typeof $pp_pic_holder!='undefined'){scroll_pos=_get_scroll();contentHeight=$pp_pic_holder.height(),contentwidth=$pp_pic_holder.width();projectedTop=(windowHeight/2)+scroll_pos['scrollTop']-(contentHeight/2);if(projectedTop<0)projectedTop=0;if(contentHeight>windowHeight)
return;$pp_pic_holder.css({'top':projectedTop,'left':(windowWidth/2)+scroll_pos['scrollLeft']-(contentwidth/2)});};};function _get_scroll(){if(self.pageYOffset){return{scrollTop:self.pageYOffset,scrollLeft:self.pageXOffset};}else if(document.documentElement&&document.documentElement.scrollTop){return{scrollTop:document.documentElement.scrollTop,scrollLeft:document.documentElement.scrollLeft};}else if(document.body){return{scrollTop:document.body.scrollTop,scrollLeft:document.body.scrollLeft};};};function _resize_overlay(){windowHeight=$(window).height(),windowWidth=$(window).width();if(typeof $pp_overlay!="undefined")$pp_overlay.height($(document).height()).width(windowWidth);};function _insert_gallery(){if(isSet&&settings.overlay_gallery&&_getFileType(pp_images[set_position])=="image"&&(settings.ie6_fallback&&!($.browser.msie&&parseInt($.browser.version)==6))){itemWidth=52+5;navWidth=(settings.theme=="facebook"||settings.theme=="pp_default")?50:30;itemsPerPage=Math.floor((pp_dimensions['containerWidth']-100-navWidth)/itemWidth);itemsPerPage=(itemsPerPage<pp_images.length)?itemsPerPage:pp_images.length;totalPage=Math.ceil(pp_images.length/itemsPerPage)-1;if(totalPage==0){navWidth=0;$pp_gallery.find('.pp_arrow_next,.pp_arrow_previous').hide();}else{$pp_gallery.find('.pp_arrow_next,.pp_arrow_previous').show();};galleryWidth=itemsPerPage*itemWidth;fullGalleryWidth=pp_images.length*itemWidth;$pp_gallery.css('margin-left',-((galleryWidth/2)+(navWidth/2))).find('div:first').width(galleryWidth+5).find('ul').width(fullGalleryWidth).find('li.selected').removeClass('selected');goToPage=(Math.floor(set_position/itemsPerPage)<totalPage)?Math.floor(set_position/itemsPerPage):totalPage;$.prettyPhoto.changeGalleryPage(goToPage);$pp_gallery_li.filter(':eq('+set_position+')').addClass('selected');}else{$pp_pic_holder.find('.pp_content').unbind('mouseenter mouseleave');}}
function _build_overlay(caller){settings.markup=settings.markup.replace('{pp_social}',(settings.social_tools)?settings.social_tools:'');$('body').append(settings.markup);$pp_pic_holder=$('.pp_pic_holder'),$ppt=$('.ppt'),$pp_overlay=$('div.pp_overlay');if(isSet&&settings.overlay_gallery){currentGalleryPage=0;toInject="";for(var i=0;i<pp_images.length;i++){if(!pp_images[i].match(/\b(jpg|jpeg|png|gif)\b/gi)){classname='default';img_src='';}else{classname='';img_src=pp_images[i];}
toInject+="<li class='"+classname+"'><a href='#'><img src='"+img_src+"' width='50' alt='' /></a></li>";};toInject=settings.gallery_markup.replace(/{gallery}/g,toInject);$pp_pic_holder.find('#pp_full_res').after(toInject);$pp_gallery=$('.pp_pic_holder .pp_gallery'),$pp_gallery_li=$pp_gallery.find('li');$pp_gallery.find('.pp_arrow_next').click(function(){$.prettyPhoto.changeGalleryPage('next');$.prettyPhoto.stopSlideshow();return false;});$pp_gallery.find('.pp_arrow_previous').click(function(){$.prettyPhoto.changeGalleryPage('previous');$.prettyPhoto.stopSlideshow();return false;});$pp_pic_holder.find('.pp_content').hover(function(){$pp_pic_holder.find('.pp_gallery:not(.disabled)').fadeIn();},function(){$pp_pic_holder.find('.pp_gallery:not(.disabled)').fadeOut();});itemWidth=52+5;$pp_gallery_li.each(function(i){$(this).find('a').click(function(){$.prettyPhoto.changePage(i);$.prettyPhoto.stopSlideshow();return false;});});};if(settings.slideshow){$pp_pic_holder.find('.pp_nav').prepend('<a href="#" class="pp_play">Play</a>')
$pp_pic_holder.find('.pp_nav .pp_play').click(function(){$.prettyPhoto.startSlideshow();return false;});}
$pp_pic_holder.attr('class','pp_pic_holder '+settings.theme);$pp_overlay.css({'opacity':0,'height':$(document).height(),'width':$(window).width()}).bind('click',function(){if(!settings.modal)$.prettyPhoto.close();});$('a.pp_close').bind('click',function(){$.prettyPhoto.close();return false;});$('a.pp_expand').bind('click',function(e){if($(this).hasClass('pp_expand')){$(this).removeClass('pp_expand').addClass('pp_contract');doresize=false;}else{$(this).removeClass('pp_contract').addClass('pp_expand');doresize=true;};_hideContent(function(){$.prettyPhoto.open();});return false;});$pp_pic_holder.find('.pp_previous, .pp_nav .pp_arrow_previous').bind('click',function(){$.prettyPhoto.changePage('previous');$.prettyPhoto.stopSlideshow();return false;});$pp_pic_holder.find('.pp_next, .pp_nav .pp_arrow_next').bind('click',function(){$.prettyPhoto.changePage('next');$.prettyPhoto.stopSlideshow();return false;});_center_overlay();};if(!pp_alreadyInitialized&&getHashtag()){pp_alreadyInitialized=true;hashIndex=getHashtag();hashRel=hashIndex;hashIndex=hashIndex.substring(hashIndex.indexOf('/')+1,hashIndex.length-1);hashRel=hashRel.substring(0,hashRel.indexOf('/'));setTimeout(function(){$("a[rel^='"+hashRel+"']:eq("+hashIndex+")").trigger('click');},50);}
return this.unbind('click.prettyphoto').bind('click.prettyphoto',$.prettyPhoto.initialize);};function getHashtag(){url=location.href;hashtag=(url.indexOf('#!')!=-1)?decodeURI(url.substring(url.indexOf('#!')+2,url.length)):false;return hashtag;};function setHashtag(){if(typeof theRel=='undefined')return;location.hash='!'+theRel+'/'+rel_index+'/';};function getParam(name,url){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS="[\\?&]"+name+"=([^&#]*)";var regex=new RegExp(regexS);var results=regex.exec(url);return(results==null)?"":results[1];}})(jQuery);var pp_alreadyInitialized=false;;(function(d){var k=d.scrollTo=function(a,i,e){d(window).scrollTo(a,i,e)};k.defaults={axis:'xy',duration:parseFloat(d.fn.jquery)>=1.3?0:1};k.window=function(a){return d(window)._scrollable()};d.fn._scrollable=function(){return this.map(function(){var a=this,i=!a.nodeName||d.inArray(a.nodeName.toLowerCase(),['iframe','#document','html','body'])!=-1;if(!i)return a;var e=(a.contentWindow||a).document||a.ownerDocument||a;return d.browser.safari||e.compatMode=='BackCompat'?e.body:e.documentElement})};d.fn.scrollTo=function(n,j,b){if(typeof j=='object'){b=j;j=0}if(typeof b=='function')b={onAfter:b};if(n=='max')n=9e9;b=d.extend({},k.defaults,b);j=j||b.speed||b.duration;b.queue=b.queue&&b.axis.length>1;if(b.queue)j/=2;b.offset=p(b.offset);b.over=p(b.over);return this._scrollable().each(function(){var q=this,r=d(q),f=n,s,g={},u=r.is('html,body');switch(typeof f){case'number':case'string':if(/^([+-]=)?\d+(\.\d+)?(px|%)?$/.test(f)){f=p(f);break}f=d(f,this);case'object':if(f.is||f.style)s=(f=d(f)).offset()}d.each(b.axis.split(''),function(a,i){var e=i=='x'?'Left':'Top',h=e.toLowerCase(),c='scroll'+e,l=q[c],m=k.max(q,i);if(s){g[c]=s[h]+(u?0:l-r.offset()[h]);if(b.margin){g[c]-=parseInt(f.css('margin'+e))||0;g[c]-=parseInt(f.css('border'+e+'Width'))||0}g[c]+=b.offset[h]||0;if(b.over[h])g[c]+=f[i=='x'?'width':'height']()*b.over[h]}else{var o=f[h];g[c]=o.slice&&o.slice(-1)=='%'?parseFloat(o)/100*m:o}if(/^\d+$/.test(g[c]))g[c]=g[c]<=0?0:Math.min(g[c],m);if(!a&&b.queue){if(l!=g[c])t(b.onAfterFirst);delete g[c]}});t(b.onAfter);function t(a){r.animate(g,j,b.easing,a&&function(){a.call(this,n,b)})}}).end()};k.max=function(a,i){var e=i=='x'?'Width':'Height',h='scroll'+e;if(!d(a).is('html,body'))return a[h]-d(a)[e.toLowerCase()]();var c='client'+e,l=a.ownerDocument.documentElement,m=a.ownerDocument.body;return Math.max(l[h],m[h])-Math.min(l[c],m[c])};function p(a){return typeof a=='object'?a:{top:a,left:a}}})(jQuery);;(function($){var l=location.href.replace(/#.*/,'');var g=$.localScroll=function(a){$('body').localScroll(a)};g.defaults={duration:1e3,axis:'y',event:'click',stop:true,target:window,reset:true};g.hash=function(a){if(location.hash){a=$.extend({},g.defaults,a);a.hash=false;if(a.reset){var e=a.duration;delete a.duration;$(a.target).scrollTo(0,a);a.duration=e}i(0,location,a)}};$.fn.localScroll=function(b){b=$.extend({},g.defaults,b);return b.lazy?this.bind(b.event,function(a){var e=$([a.target,a.target.parentNode]).filter(d)[0];if(e)i(a,e,b)}):this.find('a,area').filter(d).bind(b.event,function(a){i(a,this,b)}).end().end();function d(){return!!this.href&&!!this.hash&&this.href.replace(this.hash,'')==l&&(!b.filter||$(this).is(b.filter))}};function i(a,e,b){var d=e.hash.slice(1),f=document.getElementById(d)||document.getElementsByName(d)[0];if(!f)return;if(a)a.preventDefault();var h=$(b.target);if(b.lock&&h.is(':animated')||b.onBefore&&b.onBefore.call(b,a,f,h)===false)return;if(b.stop)h.stop(true);if(b.hash){var j=f.id==d?'id':'name',k=$('<a> </a>').attr(j,d).css({position:'absolute',top:$(window).scrollTop(),left:$(window).scrollLeft()});f[j]='';$('body').prepend(k);location=e.hash;k.remove();f[j]=d}h.scrollTo(f,b).trigger('notify.serialScroll',[f])}})(jQuery);$(document).ready(function(){$.tools.dateinput.localize("pl",{months:'styczeń,luty,marzec,kwiecień,maj,czerwiec,lipiec,sierpień,'+'wrzesień,październik,listopad,grudzień',shortMonths:'sty,lu,mar,kw,maj,cze,lip,sie,wrz,paź,lis,gru',days:'niedziela,poniedziałek,wtorek,środa,czwartek,piątek,sobota',shortDays:'nie,pon,wt,śr,czw,pt,sob'});$.tools.validator.localize("pl",{'*':'Proszę uzupełnić wymaganą wartosć',':email':'Proszę podać prawidłowy adres email',':number':'Proszę podać prawidłową wartość numeryczną',':url':'Proszę podać prawidłowy adres URL','[max]':'Proszę podać wartosć mniejszą niż $1','[min]':'Proszę podać wartosć większą niż $1','[required]':'Proszę wypełnić wymagane pole'});$('#banners a').mousedown(function(){var id=parseInt($(this).attr('rel'));var url=$(this).attr('href');if(id){$.post("/lite/banner/"+id,{id:id},function(){window.location.href=url;});}});$("a.fancy,a[href$=.jpg],a[href$=.png],a[href$=.gif]").prettyPhoto({social_tools:false,deeplinking:false});$(".textswap").focus(function(){var f=$(this);var val=f.val();var org=f.attr('rel');if(val==org)f.val('');}).blur(function(){var f=$(this);var val=f.val();var org=f.attr('rel');if(val=='')f.val(org);});$("img[align='right']").css('float','right');$("img[align='left']").css('float','left');$("table[border='0'],img[border='0']").addClass('nb');$("table.basket").removeClass('nb').attr('border','1');$('.selfhide').click(function(){$(this).hide();});$('.jshide').hide();$('.toggle').click(function(){var rel=$(this).attr('rel');if(rel){$(rel).slideToggle();}});$('.toggle-show').click(function(){var rel=$(this).attr('rel');if(rel){$(rel).slideDown();}});$('.toggle-hide').click(function(){var rel=$(this).attr('rel');if(rel){$(rel).slideUp();}});$("#debug ul.tabs").tabs(".debug-pane-item",{tabs:'a'});$("#debug  a.debug-init").toggle(function(){$(this).addClass('on');$('.debug-pane-item-'+$(this).attr('rel')).addClass('on');$('.debug-instance-'+$(this).attr('rel')).show();},function(){$(this).removeClass('on');$('.debug-pane-item-'+$(this).attr('rel')).removeClass('on');$('.debug-instance-'+$(this).attr('rel')).hide();});});function printPage(href){window.open(href,'','resizable=yes,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=yes,dependent=no,width=700,height=500');}
function log(value){if(typeof(console)=='object'&&typeof(console.log)=='function'){console.log(value);}}
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerFont({"w":190,"face":{"font-family":"TitR","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-12 -342 336 86","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":84},"C":{"d":"177,-30r1,25v0,0,-41,9,-69,9v-75,0,-91,-47,-91,-129v0,-85,18,-129,91,-129v33,0,69,8,69,8r-1,25v0,0,-40,-6,-65,-6v-56,0,-65,33,-65,102v0,68,9,102,66,102v22,0,64,-7,64,-7","w":192},"c":{"d":"93,-184v17,0,48,6,48,6r0,23v0,0,-29,-3,-43,-3v-41,0,-52,17,-52,65v0,53,8,71,52,71v14,0,43,-3,43,-3r1,24v0,0,-34,5,-50,5v-58,0,-74,-26,-74,-97v0,-65,21,-91,75,-91","w":157},"d":{"d":"164,-252r0,252r-27,0r0,-12v0,0,-28,16,-55,16v-35,0,-64,-15,-64,-93v0,-83,49,-107,119,-90r0,-73r27,0xm45,-89v0,93,61,67,92,54r0,-120v-5,-1,-28,-4,-42,-4v-38,0,-50,23,-50,70","w":195},"e":{"d":"93,-21v27,0,66,-3,66,-3r0,22v0,0,-40,6,-69,6v-54,0,-72,-32,-72,-93v0,-68,30,-95,76,-95v55,0,78,41,71,106r-120,0v0,38,12,57,48,57xm45,-100r94,0v0,-43,-14,-59,-45,-59v-31,0,-49,17,-49,59","w":182},"f":{"d":"59,-156r0,156r-26,0r0,-156r-23,0r0,-24r23,0v-2,-53,7,-82,48,-82v13,0,36,3,36,3r0,22v-29,-1,-65,-9,-58,41r0,16r53,0r0,24r-53,0","w":120},"g":{"d":"94,86v-85,0,-99,-68,-49,-100v-17,-9,-4,-47,3,-54v-15,-7,-29,-21,-29,-54v0,-60,62,-69,105,-57r52,-1r0,23r-32,0v6,7,11,16,11,35v3,53,-36,66,-87,59v-7,21,-21,37,37,37v51,0,70,10,70,53v0,42,-30,59,-81,59xm147,28v10,-41,-58,-27,-83,-32v-34,23,-30,66,31,66v36,0,52,-10,52,-34xm85,-84v30,0,43,-10,43,-38v0,-31,-11,-38,-42,-38v-27,0,-40,10,-40,38v0,26,9,38,39,38","w":186},"h":{"d":"58,0r-27,0r0,-263r27,0r0,92v0,0,31,-13,56,-13v82,0,57,108,61,184r-27,0v-5,-56,21,-159,-38,-159v-24,0,-52,11,-52,11r0,148","w":203},"i":{"d":"29,0r0,-180r27,0r0,180r-27,0xm29,-221r0,-31r27,0r0,31r-27,0","w":84},"j":{"d":"33,-2r0,-178r27,0r0,178v0,44,-12,61,-60,85r-12,-23v37,-21,45,-30,45,-62xm33,-222r0,-31r27,0r0,31r-27,0","w":89},"k":{"d":"58,0r-27,0r0,-258r27,0r0,150r28,-1r54,-71r30,0r-60,83r61,97r-31,0r-54,-82r-28,1r0,81","w":178},"l":{"d":"30,0r0,-258r27,0r0,258r-27,0","w":87},"m":{"d":"58,0r-27,0r0,-180r27,0r0,12v0,0,22,-11,45,-14v23,-3,43,2,53,15v10,-4,40,-17,65,-17v81,0,57,108,61,184r-27,0v-5,-55,20,-159,-38,-159v-24,0,-49,14,-50,14v7,34,3,101,4,145r-27,0v-6,-54,22,-159,-37,-159v-24,0,-49,14,-49,14r0,145","w":311},"A":{"d":"10,0r69,-251r61,0r67,251r-27,0r-19,-63r-105,0r-18,63r-28,0xm100,-225r-37,135r92,0r-37,-135r-18,0","w":217},"p":{"d":"31,80r0,-260r27,0r0,13v0,0,27,-17,54,-17v45,0,65,28,65,92v0,90,-49,105,-119,92r0,80r-27,0xm108,-159v-24,0,-50,14,-50,14r0,121v51,8,92,4,92,-69v0,-49,-16,-66,-42,-66","w":195},"q":{"d":"90,4v-53,0,-72,-33,-72,-91v0,-63,19,-97,82,-97v19,0,62,4,62,4r0,260r-27,0r0,-86v0,0,-19,10,-45,10xm100,-159v-43,0,-55,24,-55,72v0,43,12,66,45,66v24,0,45,-11,45,-11r0,-126v0,0,-24,-1,-35,-1","w":193},"r":{"d":"31,0r0,-180r27,0r0,24v0,0,28,-22,63,-28r0,28v-34,6,-63,25,-63,25r0,131r-27,0","w":128},"s":{"d":"150,-177r-1,24v-13,0,-102,-23,-102,21v0,17,8,22,44,27v48,8,65,17,65,52v0,42,-26,57,-70,57v-23,0,-64,-7,-64,-7r2,-24v0,0,41,6,59,6v30,0,46,-6,46,-30v0,-19,-10,-23,-46,-29v-44,-7,-63,-16,-63,-51v0,-40,32,-53,65,-53v27,0,65,7,65,7","w":176},"u":{"d":"143,-180r27,0r0,180r-27,0r0,-12v0,0,-28,16,-53,16v-82,0,-57,-108,-61,-184r26,0v6,55,-23,159,39,159v24,0,49,-13,49,-13r0,-146","w":201},"w":{"d":"10,-180r27,0r36,156r6,0r43,-152r28,0r43,152r6,0r36,-156r27,0r-42,180r-46,0r-38,-141r-38,141r-45,0","w":272},"y":{"d":"9,-180r27,0r45,154r12,0r45,-154r27,0r-75,260r-27,0r23,-80r-26,0","w":173},"z":{"d":"19,-156r0,-24r134,0r0,24r-101,132r101,0r0,24r-134,0r0,-24r102,-132r-102,0","w":172},"Z":{"d":"22,-224r0,-27r162,0r0,35r-129,183r0,7r129,0r0,26r-162,0r0,-34r128,-183r0,-7r-128,0","w":205},"0":{"d":"95,-242v56,0,87,29,87,127v0,91,-33,119,-87,119v-54,0,-87,-28,-87,-119v0,-98,32,-127,87,-127xm95,-215v-39,0,-57,20,-57,100v0,75,20,92,57,92v37,0,57,-17,57,-92v0,-78,-17,-100,-57,-100"},"1":{"d":"23,-188r76,-50r26,0r0,238r-28,0r0,-206r-61,41"},"2":{"d":"172,0r-151,0r0,-26r68,-71v29,-30,49,-50,49,-78v0,-29,-17,-40,-52,-40v-26,0,-62,8,-62,8r-2,-25v0,0,36,-10,69,-10v50,0,75,19,75,64v1,62,-74,108,-108,151r114,0r0,27"},"3":{"d":"22,-233v0,0,37,-9,70,-9v56,0,76,20,76,62v0,37,-29,49,-36,54v24,9,42,19,42,58v0,48,-24,72,-78,72v-37,0,-78,-9,-78,-9r3,-25v0,0,39,7,73,7v35,0,51,-15,51,-44v0,-51,-50,-42,-97,-43r0,-25v46,2,91,3,91,-42v0,-28,-14,-38,-48,-38v-32,0,-66,7,-66,7"},"5":{"d":"28,-238r138,0r0,27r-113,0r-6,75v0,0,28,-14,53,-14v48,0,76,21,76,72v0,54,-30,81,-80,81v-36,0,-78,-10,-78,-10r3,-25v0,0,42,9,74,9v31,0,52,-19,52,-54v0,-35,-21,-47,-50,-47v-48,0,-46,21,-76,10"},"7":{"d":"20,-211r0,-27r147,0r0,37r-92,206r-26,-9r90,-199r0,-8r-119,0"},"8":{"d":"96,-242v51,0,87,20,87,62v0,31,-12,44,-40,56v26,12,43,26,43,60v0,52,-41,68,-90,68v-48,0,-88,-15,-88,-64v0,-37,17,-51,41,-64v-25,-12,-37,-26,-37,-56v0,-41,32,-62,84,-62xm96,-23v35,0,61,-11,61,-44v0,-39,-36,-47,-80,-44v-25,7,-40,19,-40,46v0,31,25,42,59,42xm97,-215v-67,0,-74,70,-20,80v40,7,76,-9,76,-41v0,-28,-21,-39,-56,-39"},"E":{"d":"32,0r0,-251r152,0r0,27r-124,0r0,84r102,0r0,26r-102,0r0,88r124,0r0,26r-152,0","w":203},"F":{"d":"32,0r0,-251r152,0r0,27r-124,0r0,97r102,0r0,26r-102,0r0,101r-28,0","w":199},"G":{"d":"127,-103r0,-25r69,0r0,123v0,0,-51,9,-81,9v-76,0,-96,-48,-96,-129v0,-83,20,-129,95,-129v38,0,82,9,82,9r-1,25v0,0,-44,-8,-77,-8v-58,0,-70,34,-70,103v0,68,11,102,69,102v21,0,51,-5,52,-5r0,-75r-42,0","w":218},"H":{"d":"187,0r0,-113r-127,0r0,113r-28,0r0,-251r28,0r0,111r127,0r0,-111r27,0r0,251r-27,0","w":246},"K":{"d":"168,0r-66,-110r-42,1r0,109r-28,0r0,-251r28,0r0,116r41,-1r64,-115r32,0r-72,126r76,125r-33,0","w":214},"Q":{"d":"179,52r-32,-52v-87,18,-128,-28,-128,-124v0,-83,21,-130,98,-130v77,0,99,47,99,130v0,59,-10,97,-41,115r30,49xm117,-23v58,0,70,-32,70,-101v0,-66,-13,-104,-70,-104v-57,0,-69,37,-69,104v0,67,11,101,69,101","w":234},"R":{"d":"176,0r-45,-95r-71,0r0,95r-28,0r0,-251v84,0,172,-15,172,77v0,39,-14,62,-46,72r48,102r-30,0xm176,-174v0,-61,-61,-49,-116,-50r0,103r65,0v38,0,51,-21,51,-53","w":224},"S":{"d":"171,-247r-3,25v0,0,-49,-6,-70,-6v-35,0,-54,12,-54,40v0,33,17,38,61,48v50,11,71,23,71,68v0,54,-30,75,-80,75v-27,0,-77,-7,-77,-7r3,-26v0,0,47,7,73,7v35,0,53,-13,53,-48v0,-28,-14,-36,-55,-44v-51,-11,-77,-24,-77,-73v0,-47,31,-67,82,-67v28,0,73,8,73,8","w":192},"T":{"d":"-1,-224r0,-27r180,0r0,27r-76,0r0,224r-28,0r0,-224r-76,0","w":177},"V":{"d":"174,-251r29,0r-65,251r-62,0r-66,-251r29,0r59,225r19,0","w":213},"N":{"d":"32,0r0,-251r50,0r99,219r8,0r0,-219r28,0r0,251r-49,0r-100,-218r-8,0r0,218r-28,0","w":249},"$":{"d":"169,-240r-3,25v0,0,-24,-3,-46,-5r-11,85v45,11,65,23,65,65v0,55,-31,74,-83,73r-5,42v0,0,-18,-2,-18,-3r5,-40v-24,-2,-52,-6,-52,-6r3,-25v0,0,28,5,52,6r11,-90v-46,-10,-69,-23,-69,-69v0,-47,34,-67,87,-65r5,-39r19,0r-6,40v23,2,46,6,46,6xm45,-183v0,28,13,36,46,44r11,-82v-35,-1,-58,10,-57,38xm147,-69v0,-24,-11,-33,-41,-40r-11,86v34,0,52,-13,52,-46"},"!":{"d":"83,0r0,-41r29,0r0,41r-29,0xm84,-84r-1,-168r29,0r-1,168r-27,0"},"a":{"d":"99,-184v73,0,55,82,57,148v1,12,9,15,21,16r-1,24v-22,0,-34,-4,-43,-14v0,0,-32,14,-66,14v-31,0,-49,-20,-49,-55v0,-58,59,-55,111,-59v2,-29,-5,-48,-31,-48v-26,0,-69,5,-69,5r-1,-23v0,0,43,-8,71,-8xm129,-88v-34,4,-84,-2,-84,36v0,21,10,32,26,32v27,0,58,-11,58,-11r0,-57","w":187},"o":{"d":"95,-184v54,0,77,30,77,92v0,62,-16,96,-77,96v-61,0,-77,-31,-77,-97v0,-62,20,-91,77,-91xm95,-21v42,0,49,-23,49,-71v0,-48,-14,-67,-49,-67v-38,0,-49,17,-49,66v0,50,7,72,49,72"},"J":{"d":"80,-251r0,212v0,60,-20,65,-68,65r0,-26v32,0,41,-2,41,-42r0,-209r27,0","w":110},"t":{"d":"119,-156r-57,0v6,42,-19,137,26,134v10,0,32,-1,32,-1r2,23v0,0,-24,4,-37,4v-70,0,-46,-98,-50,-160r-25,0r0,-24r25,0r0,-55r27,0r0,55r57,0r0,24","w":130},"n":{"d":"58,0r-27,0r0,-180r27,0r0,12v0,0,30,-16,56,-16v81,0,57,108,61,184r-27,0v-6,-56,21,-159,-38,-159v-24,0,-52,14,-52,14r0,145","w":204},"#":{"d":"187,-65r-40,0r0,65r-24,0r0,-65r-56,0r0,65r-24,0r0,-65r-40,0r0,-23r40,0r0,-64r-40,0r0,-23r40,0r0,-65r24,0r0,65r56,0r0,-65r24,0r0,65r40,0r0,23r-40,0r0,64r40,0r0,23xm123,-88r0,-64r-56,0r0,64r56,0"},"W":{"d":"13,-251r29,0r45,223r11,0r48,-220r31,0r50,220r11,0r44,-223r29,0r-54,251r-50,0r-45,-209r-44,209r-50,0","w":324},"@":{"d":"181,-260v110,0,155,51,155,156v0,94,-24,108,-63,108v-21,0,-34,-3,-42,-20v-53,24,-128,46,-126,-71v0,-60,14,-96,72,-96v19,0,47,19,42,3r27,0r0,72v0,82,5,86,27,86v23,5,36,-17,36,-88v0,-88,-37,-124,-128,-124v-91,0,-135,40,-135,140v0,129,72,151,187,138r1,26v-125,12,-215,-11,-215,-164v0,-119,58,-166,162,-166xm132,-87v-1,90,50,64,91,49v-6,-24,-4,-78,-4,-113v0,0,-22,-7,-37,-7v-41,0,-50,22,-50,71","w":354},"`":{"d":"9,-270r78,34r-8,21r-79,-31","w":84},"M":{"d":"32,0r0,-251r49,0r72,211r73,-211r48,0r0,251r-28,0r0,-218r-5,0r-73,209r-30,0r-73,-209r-5,0r0,218r-28,0","w":306},"U":{"d":"56,-76v0,39,23,53,58,53v37,0,61,-14,61,-53r0,-175r27,0r0,175v0,57,-31,79,-88,79v-55,0,-86,-22,-86,-79r0,-175r28,0r0,175","w":230},"X":{"d":"42,-251r63,106r62,-106r31,0r-74,127r74,124r-31,0r-62,-104r-63,104r-31,0r75,-124r-75,-127r31,0","w":209},"Y":{"d":"114,-107r0,107r-28,0r0,-108r-79,-143r31,0r62,113r61,-113r31,0","w":198},"\u00f3":{"d":"95,-184v54,0,77,30,77,92v0,62,-16,96,-77,96v-61,0,-77,-31,-77,-97v0,-62,20,-91,77,-91xm95,-21v42,0,49,-23,49,-71v0,-48,-14,-67,-49,-67v-38,0,-49,17,-49,66v0,50,7,72,49,72xm53,-236r78,-34r10,25r-79,31"},"\u00d3":{"d":"118,-23v58,0,70,-32,70,-101v0,-66,-13,-104,-70,-104v-57,0,-70,37,-70,104v0,67,12,101,70,101xm118,4v-78,0,-99,-44,-99,-128v0,-83,22,-130,99,-130v77,0,98,47,98,130v0,86,-21,128,-98,128xm72,-308r78,-34r10,25r-79,31","w":236},"\u0142":{"d":"39,0r0,-100r-25,16r-13,-18r38,-27r0,-129r26,0r0,111r27,-19r13,19r-40,28r0,119r-26,0","w":104},"\u0141":{"d":"170,0r-138,0r0,-100r-23,16r-13,-18r36,-26r0,-123r28,0r0,104r60,-42r13,19r-73,51r0,92r110,0r0,27","w":184},"I":{"d":"31,0r0,-251r27,0r0,251r-27,0","w":88},"O":{"d":"117,-23v58,0,70,-32,70,-101v0,-66,-13,-104,-70,-104v-57,0,-69,37,-69,104v0,67,11,101,69,101xm117,4v-78,0,-98,-44,-98,-128v0,-83,21,-130,98,-130v77,0,99,47,99,130v0,86,-22,128,-99,128","w":234},"~":{"d":"165,-136v8,29,-1,37,-35,45v-21,0,-52,-18,-68,-18v-15,0,-36,17,-36,17v-8,-29,1,-37,37,-45v21,0,51,18,67,18v14,0,35,-17,35,-17"},"L":{"d":"170,0r-138,0r0,-251r28,0r0,224r110,0r0,27","w":184},"B":{"d":"32,-251v73,1,165,-15,165,62v0,34,-12,51,-32,60v22,8,39,22,39,58v0,90,-91,69,-172,71r0,-251xm176,-72v-5,-63,-63,-36,-116,-42r0,88v53,-2,121,14,116,-46xm168,-185v0,-51,-61,-39,-108,-40r0,85v50,-1,108,11,108,-45","w":222},"D":{"d":"121,0r-89,0r0,-251r89,0v72,0,92,51,92,122v0,72,-19,129,-92,129xm185,-129v0,-53,-13,-95,-64,-95r-61,0r0,198r61,0v51,0,64,-50,64,-103","w":231},"P":{"d":"123,-84r-63,0r0,84r-28,0r0,-251r91,0v54,0,80,27,80,81v0,54,-26,86,-80,86xm60,-111v60,2,115,6,115,-59v0,-63,-57,-55,-115,-54r0,113","w":218},"b":{"d":"111,-184v49,0,66,27,66,91v0,71,-19,97,-85,97v-22,0,-61,-4,-61,-4r0,-258r27,0r0,86v0,0,27,-12,53,-12xm91,-21v49,0,58,-22,58,-72v0,-47,-9,-66,-41,-66v-24,0,-50,10,-50,10r0,126v0,0,23,2,33,2","w":194},"v":{"d":"9,-180r28,0r43,157r13,0r44,-157r28,0r-52,180r-54,0","w":173},"x":{"d":"10,-180r29,0r44,71r44,-71r29,0r-56,90r56,90r-29,0r-44,-70r-44,70r-29,0r56,-90","w":165},"6":{"d":"170,-236r-3,25v0,0,-32,-4,-62,-4v-41,0,-64,27,-64,80v0,0,33,-14,59,-14v52,0,80,24,80,74v0,50,-30,79,-83,79v-59,0,-85,-46,-85,-124v0,-87,36,-122,93,-122v30,0,65,6,65,6xm98,-123v-28,0,-58,13,-58,13v1,50,16,88,57,88v35,0,55,-18,55,-53v0,-33,-21,-48,-54,-48"},"9":{"d":"21,-2r3,-25v0,0,32,4,62,4v44,0,66,-25,66,-79v0,0,-36,13,-62,13v-50,0,-78,-23,-78,-73v0,-50,33,-80,83,-80v60,0,85,46,85,124v0,92,-35,122,-94,122v-30,0,-65,-6,-65,-6xm92,-115v25,0,60,-12,60,-12v-1,-51,-16,-88,-57,-88v-33,0,-54,20,-54,53v0,33,18,47,51,47"},"<":{"d":"148,-173r-99,61r99,63r0,29v-17,-9,-101,-64,-125,-78r0,-28r125,-75r0,28"},">":{"d":"122,-112r-99,-61r0,-28r125,75r0,28v-24,14,-108,69,-125,78r0,-29"},"[":{"d":"90,-270r0,26r-48,0r0,262r48,0r0,26r-75,0r0,-314r75,0","w":108},"\\":{"d":"166,-7r-30,12r-110,-249r29,-13","w":193},"]":{"d":"15,-244r0,-26r75,0r0,314r-75,0r0,-26r48,0r0,-262r-48,0","w":108},"|":{"d":"80,46r0,-305r27,0r0,305r-27,0"},"4":{"d":"126,1r0,-46r-116,0r0,-22r68,-171r30,0r-66,167r84,0r0,-76r28,0r0,76r30,0r0,26r-30,0r0,46r-28,0"},"\"":{"d":"96,-172r-25,0r-1,-79r26,0r0,79xm41,-172r-25,0r-1,-79r27,0","w":111},"'":{"d":"4,-169r0,-81r27,0r-2,81r-25,0","w":36},"(":{"d":"48,-270r28,0v0,0,-34,94,-34,162v0,67,34,153,34,153r-28,0v0,0,-35,-81,-35,-153v0,-72,35,-162,35,-162","w":93},")":{"d":"13,-270r28,0v0,0,35,86,35,158v0,72,-35,157,-35,157r-28,0v0,0,34,-90,34,-157v0,-68,-34,-158,-34,-158","w":93},",":{"d":"9,44r17,-83r29,0r-20,83r-26,0","w":61},"-":{"d":"23,-88r0,-26r112,0r0,26r-112,0","w":158},".":{"d":"28,0r0,-41r29,0r0,41r-29,0","w":89},":":{"d":"22,-116r0,-41r29,0r0,41r-29,0xm22,0r0,-41r29,0r0,41r-29,0","w":63},";":{"d":"9,43r17,-84r30,0r-23,84r-24,0xm24,-116r0,-41r30,0r0,41r-30,0","w":71},"=":{"d":"12,-122r0,-25r164,0r0,25r-164,0xm12,-54r0,-25r165,0r0,25r-165,0"},"?":{"d":"139,-193v-1,71,-77,67,-68,122r-29,0v-9,-63,67,-68,68,-120v0,-28,-13,-37,-47,-37v-18,0,-57,8,-57,8r-3,-26v0,0,41,-10,60,-10v50,0,76,17,76,63xm42,0r0,-41r29,0r0,41r-29,0","w":138},"_":{"d":"10,5r154,0r0,25r-154,0r0,-25","w":187},"{":{"d":"32,-112v41,9,34,49,34,93v0,25,8,37,41,39r-1,26v-69,3,-66,-48,-66,-107v0,-21,-9,-31,-36,-39r0,-23v47,-9,33,-41,33,-85v0,-44,20,-62,69,-64r1,26v-53,-1,-40,42,-39,83v0,31,-10,42,-36,51","w":110},"}":{"d":"45,-19v0,-43,-9,-85,33,-93v-42,-9,-33,-50,-33,-95v0,-25,-8,-37,-41,-39r0,-26v69,-2,67,48,67,110v0,21,8,32,36,39r0,23v-45,11,-34,37,-34,83v0,43,-20,61,-69,63r0,-26v33,-2,41,-14,41,-39","w":110},"&":{"d":"116,-253v42,0,63,22,63,57v0,34,-17,51,-55,69r52,51v4,-12,8,-32,10,-48r26,1v-3,24,-9,48,-15,65r46,45r-17,18r-43,-41v-35,65,-166,54,-166,-37v0,-41,20,-61,55,-74v-36,-40,-19,-106,44,-106xm45,-74v0,65,95,71,118,21r-73,-74v-31,10,-45,24,-45,53xm116,-228v-52,-2,-37,68,-9,84v32,-14,45,-24,45,-50v0,-22,-11,-34,-36,-34","w":252},"*":{"d":"159,-184r-47,0r14,45r-17,5r-15,-45r-39,29r-10,-15r39,-28r-39,-28r11,-15r38,27r15,-44r18,5r-15,46r47,0r0,18"},"%":{"d":"148,-101v28,0,41,17,41,50v0,33,-13,51,-41,51v-28,0,-41,-18,-41,-51v0,-33,13,-50,41,-50xm44,-10r92,-242r17,9r-92,242xm129,-51v0,22,4,32,19,32v15,0,19,-11,19,-32v0,-21,-4,-31,-19,-31v-15,0,-19,10,-19,31xm47,-253v28,0,41,17,41,50v0,33,-13,51,-41,51v-28,0,-41,-18,-41,-51v0,-33,13,-50,41,-50xm28,-203v0,21,4,33,19,33v15,0,20,-12,20,-33v0,-21,-5,-31,-20,-31v-15,0,-19,10,-19,31"},"+":{"d":"-8,-84r0,-25r77,0r0,-77r25,0r0,77r78,0r0,25r-78,0r0,78r-25,0r0,-78r-77,0","w":164},"^":{"d":"144,-117r-50,-94r-48,94r-29,0r63,-121r28,0r66,121r-30,0"},"\u0104":{"d":"211,49r3,22v-19,6,-62,4,-62,-28v0,-18,21,-37,28,-43r-19,-63r-105,0r-18,63r-28,0r69,-251r61,0r66,251v-3,1,-45,46,-12,50v5,0,17,-1,17,-1xm100,-225r-37,135r92,0r-37,-135r-18,0","w":217},"\u0106":{"d":"177,-30r1,25v0,0,-41,9,-69,9v-75,0,-91,-47,-91,-129v0,-85,18,-129,91,-129v33,0,69,8,69,8r-1,25v0,0,-40,-6,-65,-6v-56,0,-65,33,-65,102v0,68,9,102,66,102v22,0,64,-7,64,-7xm60,-304r79,-34r10,25r-80,31","w":192},"\u0118":{"d":"32,0r0,-251r152,0r0,27r-124,0r0,84r102,0r0,26r-102,0r0,88r124,0r0,26v-17,-4,-27,21,-34,36v-3,16,20,15,31,13r2,22v-19,6,-61,4,-61,-28v0,-17,18,-36,26,-43r-116,0","w":203},"\u0143":{"d":"32,0r0,-251r50,0r99,219r8,0r0,-219r28,0r0,251r-49,0r-100,-218r-8,0r0,218r-28,0xm80,-304r79,-34r9,25r-79,31","w":249},"\u015a":{"d":"171,-247r-3,25v0,0,-49,-6,-70,-6v-35,0,-54,12,-54,40v0,33,17,38,61,48v50,11,71,23,71,68v0,54,-30,75,-80,75v-27,0,-77,-7,-77,-7r3,-26v0,0,47,7,73,7v35,0,53,-13,53,-48v0,-28,-14,-36,-55,-44v-51,-11,-77,-24,-77,-73v0,-47,31,-67,82,-67v28,0,73,8,73,8xm53,-304r79,-34r9,25r-79,31","w":192},"\u0179":{"d":"22,-224r0,-27r162,0r0,35r-129,183r0,7r129,0r0,26r-162,0r0,-34r128,-183r0,-7r-128,0xm58,-304r79,-34r10,25r-80,31","w":205},"\u017b":{"d":"22,-224r0,-27r162,0r0,35r-129,183r0,7r129,0r0,26r-162,0r0,-34r128,-183r0,-7r-128,0xm89,-294r0,-32r27,0r0,32r-27,0","w":205},"\u0105":{"d":"174,49r3,22v-19,6,-62,4,-62,-28v0,-19,24,-41,29,-45v-15,-19,-27,7,-77,6v-31,0,-49,-20,-49,-55v0,-58,59,-55,111,-59v2,-29,-5,-48,-31,-48v-26,0,-69,5,-69,5r-1,-23v0,0,43,-8,71,-8v73,0,55,82,57,148v1,12,9,15,21,16r-1,24v-23,-5,-47,40,-19,46v5,0,17,-1,17,-1xm129,-88v-34,4,-84,-2,-84,36v0,21,10,32,26,32v27,0,58,-11,58,-11r0,-57","w":187},"\u0107":{"d":"93,-184v17,0,48,6,48,6r0,23v0,0,-29,-3,-43,-3v-41,0,-52,17,-52,65v0,53,8,71,52,71v14,0,43,-3,43,-3r1,24v0,0,-34,5,-50,5v-58,0,-74,-26,-74,-97v0,-65,21,-91,75,-91xm42,-236r79,-34r10,25r-80,31","w":157},"\u0119":{"d":"159,-2v-14,-5,-51,44,-20,52v5,0,17,-2,17,-2r3,22v-19,6,-62,4,-62,-28v0,-15,15,-32,24,-40v-69,11,-103,-16,-103,-91v0,-68,30,-95,76,-95v55,0,78,41,71,106r-120,0v0,38,12,57,48,57v27,0,66,-3,66,-3r0,22xm45,-100r94,0v0,-43,-14,-59,-45,-59v-31,0,-49,17,-49,59","w":182},"\u0144":{"d":"58,0r-27,0r0,-180r27,0r0,12v0,0,30,-16,56,-16v81,0,57,108,61,184r-27,0v-6,-56,21,-159,-38,-159v-24,0,-52,14,-52,14r0,145xm58,-236r79,-34r10,25r-80,31","w":204},"\u015b":{"d":"150,-177r-1,24v-13,0,-102,-23,-102,21v0,17,8,22,44,27v48,8,65,17,65,52v0,42,-26,57,-70,57v-23,0,-64,-7,-64,-7r2,-24v0,0,41,6,59,6v30,0,46,-6,46,-30v0,-19,-10,-23,-46,-29v-44,-7,-63,-16,-63,-51v0,-40,32,-53,65,-53v27,0,65,7,65,7xm44,-236r78,-34r10,25r-79,31","w":176},"\u017a":{"d":"19,-156r0,-24r134,0r0,24r-101,132r101,0r0,24r-134,0r0,-24r102,-132r-102,0xm41,-236r79,-34r9,25r-79,31","w":172},"\u017c":{"d":"19,-156r0,-24r134,0r0,24r-101,132r101,0r0,24r-134,0r0,-24r102,-132r-102,0xm73,-219r0,-32r27,0r0,32r-27,0","w":172},"\u00ab":{"d":"100,-124r-44,34r44,38r0,28r-68,-54r0,-22r68,-52r0,28xm186,-124r-45,34r45,38r0,28r-68,-54r0,-22r68,-52r0,28","w":210},"\u00bb":{"d":"155,-90r-44,-34r0,-28r68,52r0,22r-68,54r0,-28xm70,-90r-45,-34r0,-28r68,52r0,22r-68,54r0,-28","w":210},"\/":{"d":"32,-5r100,-250r26,9r-101,250"},"\u00a0":{"w":84}}});Cufon.registerFont({"w":190,"face":{"font-family":"TitR","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-12 -345 337 86","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":84},"C":{"d":"177,-36r2,31v0,0,-42,9,-70,9v-75,0,-92,-45,-92,-129v0,-87,20,-129,92,-129v32,0,70,9,70,9r-2,32v0,0,-41,-7,-64,-7v-50,0,-60,27,-60,95v0,66,9,95,61,95v21,0,63,-6,63,-6","w":192},"c":{"d":"91,-184v18,0,52,6,52,6r-1,30v0,0,-28,-4,-42,-4v-39,0,-49,15,-49,59v0,48,8,65,49,65v14,0,42,-3,42,-3r1,29v0,0,-34,6,-52,6v-56,0,-75,-28,-75,-97v0,-65,21,-91,75,-91","w":156},"d":{"d":"167,-252r0,252r-33,0r0,-10v0,0,-27,14,-51,14v-42,0,-67,-21,-67,-94v0,-84,50,-105,118,-89r0,-73r33,0xm87,-28v21,0,47,-10,47,-10r0,-111v-4,0,-26,-4,-41,-4v-31,0,-42,20,-42,63v0,50,14,62,36,62","w":196},"e":{"d":"94,-27v28,0,67,-4,67,-4r0,27v0,0,-40,8,-71,8v-54,0,-74,-31,-74,-93v0,-67,29,-95,77,-95v58,0,81,44,72,108r-114,0v0,32,11,49,43,49xm50,-102r84,0v0,-37,-12,-51,-41,-51v-28,0,-43,15,-43,51","w":182},"f":{"d":"64,-149r0,149r-34,0r0,-149r-21,0r0,-31r21,0v-2,-53,8,-80,50,-80v12,0,38,3,38,3r0,28v-39,-3,-60,-1,-54,49r50,0r0,31r-50,0","w":121},"g":{"d":"96,86v-83,0,-106,-64,-53,-99v-19,-9,-6,-47,2,-54v-14,-8,-27,-21,-27,-54v0,-60,63,-70,107,-58r53,-1r0,28r-29,0v5,6,9,15,9,31v2,54,-35,64,-88,60v-5,20,-18,33,35,33v54,0,73,12,73,54v0,43,-33,60,-82,60xm143,27v11,-36,-57,-22,-77,-27v-29,21,-25,56,30,56v32,0,47,-9,47,-29xm87,-89v27,0,38,-7,38,-32v0,-26,-11,-33,-38,-33v-24,0,-35,9,-35,33v0,22,9,32,35,32","w":188},"h":{"d":"63,0r-34,0r0,-259r34,0r0,87v0,0,29,-12,52,-12v82,0,57,108,61,184r-33,0v-6,-52,21,-154,-34,-152v-20,0,-46,8,-46,8r0,144","w":202},"i":{"d":"27,0r0,-180r35,0r0,180r-35,0xm27,-215r0,-37r35,0r0,37r-35,0","w":88},"j":{"d":"31,-2r0,-178r34,0r0,178v0,46,-13,63,-62,87r-15,-28v35,-20,43,-28,43,-59xm31,-217r0,-37r34,0r0,37r-34,0","w":92},"k":{"d":"63,0r-34,0r0,-256r34,0r0,147r24,-2r48,-69r39,0r-56,84r57,96r-39,0r-48,-78r-25,2r0,76","w":181},"l":{"d":"28,0r0,-256r34,0r0,256r-34,0","w":90},"m":{"d":"63,0r-34,0r0,-180r34,0r0,11v0,0,18,-10,38,-13v25,-3,45,2,56,14v13,-5,41,-16,64,-16v81,0,59,108,62,184r-34,0v-5,-52,20,-152,-34,-152v-21,0,-44,10,-45,11v7,32,3,99,4,141r-34,0v-6,-51,21,-152,-34,-152v-20,0,-43,11,-43,11r0,141","w":308},"A":{"d":"9,0r64,-250r72,0r63,250r-35,0r-16,-56r-97,0r-16,56r-35,0xm100,-217r-33,127r83,0r-32,-127r-18,0","w":217},"p":{"d":"29,78r0,-258r34,0r0,11v0,0,25,-15,49,-15v46,0,68,26,68,92v0,90,-50,104,-117,92r0,78r-34,0xm145,-92v9,-73,-53,-64,-82,-49r0,111v44,7,91,4,82,-62","w":195},"q":{"d":"91,4v-55,0,-75,-33,-75,-91v0,-61,20,-97,82,-97v19,0,66,4,66,4r0,259r-34,0r0,-83v0,0,-16,8,-39,8xm130,-152v-48,-6,-80,5,-80,65v0,39,11,60,41,60v20,0,39,-9,39,-9r0,-116","w":193},"r":{"d":"29,0r0,-180r34,0r0,22v0,0,26,-20,59,-26r0,36v-33,6,-59,22,-59,22r0,126r-34,0","w":128},"s":{"d":"152,-176r-1,29v-9,1,-107,-23,-98,17v0,14,8,18,41,23v48,8,64,19,64,54v0,42,-27,57,-71,57v-24,0,-65,-8,-65,-8r1,-29v14,1,110,21,100,-19v0,-15,-7,-19,-39,-24v-45,-8,-65,-16,-65,-53v0,-40,32,-55,66,-55v27,0,67,8,67,8","w":176},"u":{"d":"138,-180r34,0r0,180r-34,0r0,-10v0,0,-28,14,-50,14v-84,0,-58,-108,-62,-184r34,0v6,52,-22,153,34,153v20,0,44,-11,44,-11r0,-142","w":201},"w":{"d":"8,-180r34,0r31,149r7,0r38,-145r36,0r37,145r7,0r32,-149r34,0r-40,180r-57,0r-32,-131r-32,131r-55,0","w":271},"y":{"d":"7,-180r34,0r40,147r11,0r41,-147r34,0r-71,258r-33,0r21,-78r-28,0","w":173},"z":{"d":"19,-149r0,-31r134,0r0,31r-93,118r93,0r0,31r-134,0r0,-31r93,-118r-93,0","w":172},"Z":{"d":"22,-216r0,-34r162,0r0,39r-119,171r0,7r119,0r0,33r-162,0r0,-39r118,-171r0,-6r-118,0","w":205},"0":{"d":"95,-242v57,0,89,31,89,126v0,91,-33,120,-89,120v-56,0,-89,-29,-89,-120v0,-95,33,-126,89,-126xm95,-208v-36,0,-51,19,-51,92v0,69,16,86,51,86v35,0,52,-17,52,-86v0,-72,-16,-92,-52,-92"},"1":{"d":"19,-187r76,-51r33,0r0,238r-35,0r0,-197r-58,38"},"2":{"d":"172,0r-152,0r0,-32v32,-39,111,-90,111,-140v0,-26,-15,-35,-47,-35v-26,0,-60,7,-60,7r-2,-32v0,0,36,-10,69,-10v51,0,76,21,76,66v0,57,-68,103,-100,143r105,0r0,33"},"3":{"d":"21,-233v0,0,38,-9,70,-9v58,0,79,20,79,63v0,33,-23,46,-33,53v23,9,38,21,38,57v0,49,-24,73,-79,73v-37,0,-79,-9,-79,-9r4,-31v0,0,39,6,71,6v32,0,47,-12,47,-38v1,-45,-49,-36,-92,-37r0,-32v42,2,87,3,87,-37v0,-25,-15,-34,-45,-34v-31,0,-65,6,-65,6"},"5":{"d":"27,-238r141,0r0,34r-109,0r-6,65v0,0,26,-11,46,-11v49,0,78,20,78,72v0,53,-31,82,-81,82v-37,0,-80,-11,-80,-11r4,-32v0,0,44,9,75,9v27,0,46,-16,46,-46v0,-30,-19,-41,-45,-41v-48,0,-44,17,-76,5"},"7":{"d":"19,-204r0,-34r149,0r0,44r-90,199r-33,-10r87,-191r0,-8r-113,0"},"8":{"d":"96,-242v51,0,87,21,87,63v0,30,-10,42,-35,56v23,13,39,26,39,59v0,51,-41,68,-91,68v-49,0,-89,-15,-89,-64v0,-36,15,-49,38,-63v-62,-32,-35,-119,51,-119xm96,-30v32,0,53,-11,53,-39v1,-33,-33,-41,-71,-38v-21,6,-33,18,-33,39v0,27,20,38,51,38xm97,-208v-56,0,-64,61,-19,70v36,7,67,-7,67,-36v0,-25,-17,-34,-48,-34"},"E":{"d":"30,0r0,-250r154,0r0,34r-120,0r0,75r98,0r0,32r-98,0r0,76r120,0r0,33r-154,0","w":201},"F":{"d":"30,0r0,-250r154,0r0,34r-120,0r0,88r98,0r0,33r-98,0r0,95r-34,0","w":197},"G":{"d":"127,-98r0,-31r70,0r0,124v0,0,-51,9,-82,9v-76,0,-98,-47,-98,-129v0,-85,23,-129,97,-129v38,0,83,10,83,10r-2,31v0,0,-43,-7,-76,-7v-53,0,-66,28,-66,95v0,66,12,95,65,95v19,0,43,-4,44,-4r0,-64r-35,0","w":217},"H":{"d":"180,0r0,-110r-115,0r0,110r-35,0r0,-250r35,0r0,107r115,0r0,-107r35,0r0,250r-35,0","w":244},"K":{"d":"162,0r-58,-106r-39,2r0,104r-35,0r0,-250r35,0r0,112r38,-2r56,-110r40,0r-65,125r69,125r-41,0","w":214},"Q":{"d":"174,54r-32,-53v-87,14,-125,-30,-125,-124v0,-83,23,-131,100,-131v77,0,99,48,99,131v0,57,-9,94,-39,113r30,49xm117,-30v52,0,63,-29,63,-93v0,-62,-12,-97,-63,-97v-51,0,-64,35,-64,97v0,63,12,93,64,93","w":233},"R":{"d":"168,0r-40,-90r-63,0r0,90r-35,0r0,-250v85,0,175,-15,175,78v0,38,-14,61,-43,73r44,99r-38,0xm169,-171v4,-54,-54,-46,-104,-46r0,94v51,2,111,5,104,-48","w":223},"S":{"d":"172,-246r-2,32v0,0,-51,-6,-72,-6v-32,0,-49,11,-49,35v0,27,16,32,58,42v51,13,70,27,70,71v0,53,-32,76,-82,76v-27,0,-76,-9,-76,-9r3,-31v0,0,46,6,72,6v32,0,49,-11,49,-41v0,-24,-13,-31,-52,-40v-53,-12,-77,-28,-77,-74v0,-47,32,-69,84,-69v28,0,74,8,74,8","w":191},"T":{"d":"-2,-216r0,-34r180,0r0,34r-72,0r0,216r-35,0r0,-216r-73,0","w":175},"V":{"d":"170,-250r36,0r-62,250r-72,0r-63,-250r37,0r53,217r18,0","w":215},"N":{"d":"30,0r0,-250r59,0r89,208r7,0r0,-208r35,0r0,250r-57,0r-91,-207r-7,0r0,207r-35,0","w":250},"$":{"d":"171,-241r-3,31v0,0,-25,-3,-47,-5r-10,77v46,13,65,25,65,67v0,53,-33,76,-83,75r-6,41v0,0,-21,-1,-21,-2r5,-41v-24,-2,-51,-7,-51,-7r4,-31v0,0,28,5,52,6r10,-80v-48,-12,-71,-27,-71,-71v0,-48,35,-70,89,-68r5,-38r21,0r-5,40v23,2,46,6,46,6xm50,-182v0,23,10,30,40,38v2,-23,8,-51,8,-72v-32,0,-48,11,-48,34xm141,-69v0,-20,-8,-28,-34,-36r-10,75v30,-1,44,-11,44,-39"},"!":{"d":"79,0r0,-48r37,0r0,48r-37,0xm80,-87r-1,-165r37,0r-1,165r-35,0"},"a":{"d":"100,-184v71,0,59,75,59,141v0,12,6,16,17,17r-1,30v-25,0,-35,-4,-45,-13v0,0,-32,13,-63,13v-32,0,-50,-21,-50,-57v0,-57,57,-54,108,-58v2,-24,-5,-41,-27,-40v-27,0,-69,4,-69,4r-2,-29v0,0,46,-8,73,-8xm125,-84v-30,4,-77,-4,-74,31v-10,44,68,20,74,18r0,-49","w":188},"o":{"d":"95,-184v57,0,79,34,79,93v0,60,-18,95,-79,95v-62,0,-79,-33,-79,-95v0,-60,20,-93,79,-93xm95,-27v37,0,44,-21,44,-64v0,-43,-12,-62,-44,-62v-35,0,-44,18,-44,62v0,45,7,64,44,64"},"J":{"d":"82,-250v0,76,1,133,1,210v0,57,-21,66,-71,66r0,-33v27,0,36,-4,36,-36r0,-207r34,0","w":111},"t":{"d":"119,-149r-53,0r0,78v-9,49,25,44,53,41r2,30v0,0,-24,4,-37,4v-70,0,-49,-90,-52,-153r-24,0r0,-31r24,0r0,-54r34,0r0,54r53,0r0,31","w":129},"n":{"d":"63,0r-34,0r0,-180r34,0r0,11v0,0,30,-15,52,-15v82,0,58,107,62,184r-34,0v-6,-52,21,-154,-34,-152v-20,0,-46,11,-46,11r0,141","w":203},"#":{"d":"188,-63r-38,0r0,63r-30,0r0,-63r-50,0r0,63r-30,0r0,-63r-38,0r0,-29r38,0r0,-55r-38,0r0,-29r38,0r0,-63r30,0r0,63r50,0r0,-63r30,0r0,63r38,0r0,29r-38,0r0,55r38,0r0,29xm120,-92r0,-55r-50,0r0,55r50,0"},"W":{"d":"12,-250r36,0r43,214r9,0r45,-212r39,0r46,212r8,0r43,-214r36,0r-54,250r-58,0r-41,-198r-39,198r-59,0","w":328},"@":{"d":"181,-261v110,0,156,53,156,157v0,89,-24,108,-65,108v-21,0,-34,-4,-43,-19v-54,26,-125,39,-125,-72v0,-60,14,-96,71,-96v16,0,44,16,40,3r33,0r0,72v0,74,5,79,24,79v21,5,31,-19,31,-81v0,-84,-36,-118,-122,-118v-87,0,-129,41,-129,134v0,122,75,146,181,131r1,33v-123,15,-217,-11,-217,-164v0,-117,62,-167,164,-167xm138,-87v-1,77,41,58,79,45v-3,-25,-2,-71,-2,-103v0,0,-20,-6,-33,-6v-36,0,-44,18,-44,64","w":354},"`":{"d":"9,-273r83,34r-10,27r-85,-31","w":88},"M":{"d":"30,0r0,-250r59,0r64,200r65,-200r58,0r0,250r-35,0r0,-207r-6,0r-64,198r-37,0r-64,-198r-5,0r0,207r-35,0","w":305},"U":{"d":"61,-78v0,36,21,47,53,47v33,0,55,-12,55,-47r0,-172r35,0r0,172v0,58,-32,81,-90,81v-57,0,-88,-23,-88,-81r0,-172r35,0r0,172","w":230},"X":{"d":"48,-250r57,99r56,-99r39,0r-71,126r71,124r-39,0r-56,-98r-57,98r-39,0r73,-124r-73,-126r39,0","w":209},"Y":{"d":"118,-107r0,107r-34,0r0,-107r-78,-143r39,0r56,104r55,-104r39,0","w":201},"\u00f3":{"d":"95,-184v57,0,79,34,79,93v0,60,-18,95,-79,95v-62,0,-79,-33,-79,-95v0,-60,20,-93,79,-93xm95,-27v37,0,44,-21,44,-64v0,-43,-12,-62,-44,-62v-35,0,-44,18,-44,62v0,45,7,64,44,64xm46,-239r83,-34r12,32r-84,30"},"\u00d3":{"d":"118,-30v52,0,63,-29,63,-93v0,-62,-12,-97,-63,-97v-51,0,-63,35,-63,97v0,63,11,93,63,93xm118,4v-77,0,-99,-43,-99,-127v0,-83,22,-131,99,-131v77,0,100,48,100,131v0,85,-23,127,-100,127xm67,-311r83,-34r12,32r-84,30","w":236},"\u0142":{"d":"41,0r0,-93r-23,15r-16,-23r39,-27r0,-128r34,0r0,104r25,-18r17,23r-42,30r0,117r-34,0","w":115},"\u0141":{"d":"168,0r-138,0r0,-93r-21,15r-17,-24r38,-26r0,-122r35,0r0,98r51,-36r17,23r-68,48r0,84r103,0r0,33","w":181},"I":{"d":"29,0r0,-250r35,0r0,250r-35,0","w":92},"O":{"d":"117,-30v52,0,63,-29,63,-93v0,-62,-12,-97,-63,-97v-51,0,-64,35,-64,97v0,63,12,93,64,93xm117,4v-77,0,-100,-43,-100,-127v0,-83,23,-131,100,-131v77,0,99,48,99,131v0,85,-22,127,-99,127","w":233},"~":{"d":"166,-137v5,34,4,51,-37,51v-20,0,-51,-17,-66,-17v-15,0,-37,16,-37,16r-4,-32v0,0,20,-19,42,-19v20,0,49,17,66,17v14,0,36,-16,36,-16"},"L":{"d":"168,0r-138,0r0,-250r35,0r0,217r103,0r0,33","w":181},"B":{"d":"30,-250v74,2,167,-16,167,62v0,34,-11,50,-31,60v22,8,37,23,37,58v0,88,-93,68,-173,70r0,-250xm167,-73v-3,-54,-57,-33,-103,-37r0,78v47,-2,106,13,103,-41xm161,-182v0,-46,-55,-34,-97,-35r0,75v45,0,97,10,97,-40","w":221},"D":{"d":"116,0r-86,0r0,-250r86,0v77,0,96,46,96,121v0,76,-18,129,-96,129xm176,-129v0,-52,-9,-88,-60,-88r-52,0r0,184r52,0v51,0,60,-44,60,-96","w":229},"P":{"d":"203,-167v0,78,-57,94,-138,87r0,80r-35,0r0,-250r91,0v55,0,82,28,82,83xm65,-113v54,3,102,4,102,-54v0,-56,-50,-50,-102,-49r0,103","w":216},"b":{"d":"111,-184v49,0,68,25,68,91v0,73,-21,97,-86,97v-20,0,-64,-4,-64,-4r0,-256r34,0r0,83v0,0,26,-11,48,-11xm63,-29v49,7,81,-3,81,-64v0,-43,-10,-59,-37,-59v-20,0,-44,7,-44,7r0,116","w":195},"v":{"d":"7,-180r35,0r39,152r12,0r39,-152r35,0r-49,180r-63,0","w":173},"x":{"d":"8,-180r36,0r39,66r39,-66r37,0r-54,90r54,90r-37,0r-39,-65r-39,65r-36,0r53,-90","w":166},"6":{"d":"173,-235r-3,32v0,0,-35,-5,-65,-5v-39,0,-58,24,-58,70v0,0,32,-12,55,-12v53,0,80,24,80,75v0,52,-31,79,-84,79v-60,0,-87,-45,-87,-123v0,-90,36,-123,94,-123v30,0,68,7,68,7xm99,-118v-25,0,-53,11,-53,11v0,44,15,78,52,78v31,0,48,-15,48,-46v0,-30,-17,-43,-47,-43"},"9":{"d":"19,-3r3,-31v0,0,34,5,64,5v40,0,59,-25,59,-70v0,0,-33,11,-56,11v-51,0,-79,-24,-79,-74v0,-50,34,-80,84,-80v61,0,87,44,87,123v0,93,-36,123,-95,123v-30,0,-67,-7,-67,-7xm92,-120v23,0,54,-11,54,-11v-1,-45,-16,-78,-52,-78v-29,0,-48,18,-48,47v0,30,16,42,46,42"},"<":{"d":"148,-165r-92,53r92,56r0,36v-25,-13,-95,-57,-125,-74r0,-35r125,-72r0,36"},">":{"d":"114,-112r-91,-53r0,-36r125,72r0,35v-30,17,-100,61,-125,74r0,-36"},"[":{"d":"94,-270r0,33r-46,0r0,248r46,0r0,33r-81,0r0,-314r81,0","w":108},"\\":{"d":"170,-8r-37,16r-112,-250r38,-17","w":194},"]":{"d":"13,-237r0,-33r81,0r0,314r-81,0r0,-33r46,0r0,-248r-46,0","w":108},"|":{"d":"76,58r0,-321r35,0r0,321r-35,0"},"4":{"d":"121,2r0,-43r-112,0r0,-29r66,-168r38,0r-64,163r72,0r0,-74r35,0r0,74r27,0r0,34r-27,0r0,43r-35,0"},"\"":{"d":"103,-167r-32,0r0,-83r33,0xm46,-167r-31,0r-1,-83r33,0","w":117},"'":{"d":"1,-165r-1,-84r33,0r-1,84r-31,0","w":36},"(":{"d":"44,-270r37,0v0,0,-35,94,-35,162v0,67,35,153,35,153r-37,0v0,0,-35,-81,-35,-153v0,-72,35,-162,35,-162","w":93},")":{"d":"9,-270r37,0v0,0,35,86,35,158v0,72,-35,157,-35,157r-37,0v0,0,34,-90,34,-157v0,-68,-34,-158,-34,-158","w":93},",":{"d":"5,44r18,-86r37,0r-21,86r-34,0","w":61},"-":{"d":"24,-85r0,-33r111,0r0,33r-111,0","w":158},".":{"d":"24,0r0,-48r37,0r0,48r-37,0","w":89},":":{"d":"19,-112r0,-47r36,0r0,47r-36,0xm19,0r0,-48r36,0r0,48r-36,0","w":69},";":{"d":"6,42r20,-88r37,0r-25,88r-32,0xm23,-112r0,-47r37,0r0,47r-37,0","w":76},"=":{"d":"10,-121r0,-32r167,0r0,32r-167,0xm10,-50r0,-31r167,0r0,31r-167,0"},"?":{"d":"141,-191v-1,72,-76,67,-67,118r-36,0v-9,-62,65,-66,66,-114v0,-24,-10,-34,-42,-34v-18,0,-55,8,-55,8r-4,-33v0,0,41,-10,60,-10v52,0,78,16,78,65xm37,0r0,-48r37,0r0,48r-37,0","w":138},"_":{"d":"10,2r154,0r0,31r-154,0r0,-31","w":187},"{":{"d":"41,-113v42,10,33,50,33,94v0,21,6,31,36,33r0,33v-70,2,-70,-45,-70,-107v0,-19,-8,-30,-35,-38r0,-29v48,-9,33,-38,33,-82v0,-45,22,-62,72,-64r0,34v-51,-2,-33,42,-33,77v0,30,-10,40,-36,49","w":114},"}":{"d":"41,-19v0,-45,-8,-85,34,-94v-42,-9,-34,-48,-34,-94v0,-22,-6,-30,-36,-32r0,-34v70,-3,70,46,70,110v0,19,7,29,35,36r0,29v-45,12,-34,37,-33,82v0,43,-22,61,-72,63r0,-33v30,-2,36,-12,36,-33","w":114},"&":{"d":"116,-254v44,0,67,22,67,59v0,34,-16,49,-53,70r44,44v3,-10,8,-32,10,-46r33,1v-3,23,-11,51,-17,67r44,42r-20,23r-41,-38v-41,61,-168,49,-168,-41v0,-39,21,-59,54,-73v-38,-42,-19,-108,47,-108xm50,-73v0,57,82,61,107,20r-67,-69v-26,10,-40,25,-40,49xm116,-222v-47,0,-33,62,-7,76v27,-14,39,-24,39,-46v0,-20,-10,-30,-32,-30","w":252},"*":{"d":"161,-183r-47,0r15,45r-21,6r-15,-45r-38,29r-13,-17r39,-28r-38,-28r13,-17r37,27r15,-44r21,7r-15,45r47,0r0,20"},"%":{"d":"147,-103v29,0,42,18,42,51v0,33,-13,52,-42,52v-29,0,-42,-19,-42,-52v0,-33,13,-51,42,-51xm32,-14r112,-237r19,11r-112,237xm131,-52v0,19,3,30,16,30v13,0,16,-10,16,-30v0,-20,-3,-29,-16,-29v-13,0,-16,9,-16,29xm47,-252v29,0,42,18,42,50v0,33,-13,52,-42,52v-29,0,-43,-19,-43,-52v0,-32,14,-50,43,-50xm31,-202v0,20,3,30,16,30v13,0,16,-10,16,-30v0,-20,-3,-29,-16,-29v-13,0,-16,9,-16,29"},"+":{"d":"-4,-84r0,-30r75,0r0,-75r31,0r0,75r75,0r0,30r-75,0r0,75r-31,0r0,-75r-75,0","w":173},"^":{"d":"141,-116r-46,-88r-46,88r-36,0r64,-122r35,0r65,122r-36,0"},"\u0104":{"d":"211,44r4,28v-20,6,-74,6,-67,-29v-1,-19,21,-38,25,-43r-16,-56r-97,0r-16,56r-35,0r64,-250r72,0r62,250v-2,0,-41,41,-12,46v4,0,16,-2,16,-2xm100,-217r-33,127r83,0r-32,-127r-18,0","w":217},"\u0106":{"d":"177,-36r2,31v0,0,-42,9,-70,9v-75,0,-92,-45,-92,-129v0,-87,20,-129,92,-129v32,0,70,9,70,9r-2,32v0,0,-41,-7,-64,-7v-50,0,-60,27,-60,95v0,66,9,95,61,95v21,0,63,-6,63,-6xm58,-308r83,-33r12,31r-85,31","w":191},"\u0118":{"d":"30,0r0,-250r154,0r0,34r-120,0r0,75r98,0r0,32r-98,0r0,76r120,0r0,33v-17,-3,-27,18,-31,33v-4,14,18,14,27,11r4,28v-20,6,-67,7,-67,-29v0,-18,18,-36,26,-43r-113,0","w":201},"\u0143":{"d":"30,0r0,-250r59,0r89,208r7,0r0,-208r35,0r0,250r-57,0r-91,-207r-7,0r0,207r-35,0xm78,-308r83,-33r12,31r-84,31","w":250},"\u015a":{"d":"172,-246r-2,32v0,0,-51,-6,-72,-6v-32,0,-49,11,-49,35v0,27,16,32,58,42v51,13,70,27,70,71v0,53,-32,76,-82,76v-27,0,-76,-9,-76,-9r3,-31v0,0,46,6,72,6v32,0,49,-11,49,-41v0,-24,-13,-31,-52,-40v-53,-12,-77,-28,-77,-74v0,-47,32,-69,84,-69v28,0,74,8,74,8xm50,-308r84,-33r11,31r-84,31","w":191},"\u0179":{"d":"22,-216r0,-34r162,0r0,39r-119,171r0,7r119,0r0,33r-162,0r0,-39r118,-171r0,-6r-118,0xm55,-308r83,-33r12,31r-84,31","w":205},"\u017b":{"d":"22,-216r0,-34r162,0r0,39r-119,171r0,7r119,0r0,33r-162,0r0,-39r118,-171r0,-6r-118,0xm86,-289r0,-38r34,0r0,38r-34,0","w":205},"\u0105":{"d":"173,44r4,28v-20,6,-66,7,-66,-29v0,-22,24,-43,28,-46v-12,-16,-28,7,-72,7v-32,0,-50,-21,-50,-57v0,-57,57,-54,108,-58v2,-24,-5,-41,-27,-40v-27,0,-69,4,-69,4r-2,-29v0,0,46,-8,73,-8v71,0,59,75,59,141v0,12,6,16,17,17r-1,30v-20,-6,-42,36,-18,42v4,0,16,-2,16,-2xm125,-84v-30,4,-77,-4,-74,31v-10,44,68,20,74,18r0,-49","w":188},"\u0107":{"d":"91,-184v18,0,52,6,52,6r-1,30v0,0,-28,-4,-42,-4v-39,0,-49,15,-49,59v0,48,8,65,49,65v14,0,42,-3,42,-3r1,29v0,0,-34,6,-52,6v-56,0,-75,-28,-75,-97v0,-65,21,-91,75,-91xm39,-239r83,-34r12,32r-85,30","w":156},"\u0119":{"d":"161,-4v-12,0,-30,18,-34,36v-3,15,18,14,27,11r4,28v-20,7,-66,7,-66,-29v0,-16,12,-31,21,-39v-67,8,-97,-20,-97,-92v0,-67,29,-95,77,-95v58,0,81,44,72,108r-114,0v0,32,11,49,43,49v28,0,67,-4,67,-4r0,27xm50,-102r84,0v0,-37,-12,-51,-41,-51v-28,0,-43,15,-43,51","w":182},"\u0144":{"d":"63,0r-34,0r0,-180r34,0r0,11v0,0,30,-15,52,-15v82,0,58,107,62,184r-34,0v-6,-52,21,-154,-34,-152v-20,0,-46,11,-46,11r0,141xm54,-239r83,-34r12,32r-84,30","w":203},"\u015b":{"d":"152,-176r-1,29v-9,1,-107,-23,-98,17v0,14,8,18,41,23v48,8,64,19,64,54v0,42,-27,57,-71,57v-24,0,-65,-8,-65,-8r1,-29v14,1,110,21,100,-19v0,-15,-7,-19,-39,-24v-45,-8,-65,-16,-65,-53v0,-40,32,-55,66,-55v27,0,67,8,67,8xm41,-239r83,-34r12,32r-84,30","w":176},"\u017a":{"d":"19,-149r0,-31r134,0r0,31r-93,118r93,0r0,31r-134,0r0,-31r93,-118r-93,0xm36,-239r84,-34r11,32r-84,30","w":172},"\u017c":{"d":"19,-149r0,-31r134,0r0,31r-93,118r93,0r0,31r-134,0r0,-31r93,-118r-93,0xm69,-213r0,-37r34,0r0,37r-34,0","w":172},"\u00ab":{"d":"105,-121r-43,32r43,35r0,35r-73,-57r0,-26r73,-54r0,35xm195,-121r-42,32r42,35r0,35r-72,-57r0,-26r72,-54r0,35","w":221},"\u00bb":{"d":"159,-89r-43,-32r0,-35r73,54r0,26r-73,57r0,-35xm68,-89r-42,-32r0,-35r72,54r0,26r-72,57r0,-35","w":221},"\/":{"d":"28,-6r101,-251r32,12r-101,250"},"\u00a0":{"w":84}}});Cufon.registerFont({"w":190,"face":{"font-family":"TitL","font-weight":100,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"3","bbox":"-18 -336 333 86","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":84},"C":{"d":"176,-16r1,12v0,0,-38,7,-66,7v-74,0,-90,-48,-90,-128v0,-78,13,-130,90,-130v42,0,74,-5,65,19v0,0,-36,-7,-65,-7v-68,0,-76,46,-76,118v0,72,10,116,76,116v26,0,65,-7,65,-7","w":193},"c":{"d":"22,-94v0,-88,48,-95,117,-86r-1,12v0,0,-29,-4,-43,-4v-46,0,-60,21,-60,78v0,62,9,86,60,86v21,0,52,-17,44,8v0,0,-30,3,-44,3v-60,0,-73,-25,-73,-97","w":157},"d":{"d":"157,-252r0,252r-12,0r0,-15v0,0,-30,18,-63,18v-22,0,-60,-3,-60,-90v0,-62,16,-96,75,-96v17,0,39,3,48,4r0,-73r12,0xm82,-8v31,0,63,-19,63,-19r0,-140v-9,-1,-34,-5,-48,-5v-51,0,-63,31,-63,86v0,72,28,78,48,78","w":193},"e":{"d":"90,-8v25,0,65,-4,65,-4r1,12v0,0,-41,3,-67,3v-54,0,-67,-34,-67,-93v0,-71,31,-93,72,-93v48,0,72,33,69,98r-128,0v0,50,13,77,55,77xm35,-96r114,0v0,-55,-18,-76,-55,-76v-36,0,-59,21,-59,76","w":182},"f":{"d":"50,-168r0,168r-13,0r0,-168r-24,0r0,-12r24,0v-2,-52,5,-93,46,-86v20,3,39,-7,33,12v-36,-1,-73,-9,-66,52r0,22r58,0r0,12r-58,0","w":118},"g":{"d":"91,86v-60,0,-71,-15,-71,-57v0,-24,11,-32,30,-46v-16,-9,-3,-44,3,-52v-17,-5,-31,-19,-31,-54v0,-60,58,-68,100,-56r50,-1r0,13r-38,0v9,8,14,19,14,44v0,52,-35,64,-85,57v-7,25,-27,45,41,45v45,0,64,7,64,52v0,39,-23,55,-77,55xm154,31v0,-54,-58,-38,-94,-42v-21,14,-27,22,-27,39v0,34,8,47,58,47v45,0,63,-13,63,-44xm82,-76v37,0,53,-11,53,-47v0,-41,-13,-49,-51,-49v-32,0,-49,12,-49,49v0,32,11,47,47,47","w":181},"h":{"d":"49,0r-13,0r0,-270r13,0r0,101v0,0,32,-14,63,-14v49,0,59,19,59,89r0,94r-13,0v-5,-63,22,-172,-46,-172v-32,0,-63,15,-63,15r0,157","w":204},"i":{"d":"32,0r0,-180r13,0r0,180r-13,0xm32,-232r0,-20r13,0r0,20r-13,0","w":77},"j":{"d":"39,-2r0,-178r12,0r0,178v0,40,-11,56,-57,80r-5,-11v41,-22,50,-34,50,-69xm39,-232r0,-20r12,0r0,20r-12,0","w":83},"k":{"d":"49,0r-13,0r0,-263r13,0r0,158r34,0r65,-75r15,0r-69,81r69,99r-15,0r-65,-93r-34,0r0,93","w":173},"l":{"d":"34,0r0,-263r13,0r0,263r-13,0","w":81},"m":{"d":"108,-183v22,0,38,4,47,17v5,-2,38,-17,67,-17v49,0,60,19,60,89r0,94r-13,0v-5,-63,22,-172,-47,-172v-31,0,-60,17,-61,18v11,36,4,106,6,154r-13,0v-5,-63,22,-172,-46,-172v-32,0,-59,18,-59,18r0,154r-13,0r0,-180r13,0r0,14v0,0,28,-17,59,-17","w":315},"A":{"d":"13,0r77,-252r38,0r77,251r-13,0r-24,-76r-118,0r-24,77r-13,0xm99,-240r-46,150r111,0r-46,-150r-19,0","w":217},"p":{"d":"36,83r0,-263r13,0r0,15v0,0,29,-18,62,-18v44,0,62,28,62,90v0,89,-55,107,-124,91r0,85r-13,0xm111,-172v-31,0,-62,19,-62,19r0,140v8,1,28,5,47,5v46,0,63,-24,63,-86v0,-57,-17,-78,-48,-78","w":194},"q":{"d":"86,3v-49,0,-64,-31,-64,-89v0,-67,19,-97,82,-97v17,0,53,3,53,3r0,263r-12,0r0,-93v0,0,-27,13,-59,13xm104,-172v-57,0,-69,28,-69,85v0,50,11,79,51,79v32,0,59,-15,59,-15r0,-147v0,0,-28,-2,-41,-2","w":193},"r":{"d":"36,0r0,-180r13,0r0,28v0,0,31,-24,71,-32r0,13v-35,7,-71,31,-71,31r0,140r-13,0","w":127},"s":{"d":"83,-183v36,0,71,-7,61,17v0,0,-37,-6,-61,-6v-23,0,-48,7,-48,36v0,22,10,30,51,36v47,8,66,14,66,48v0,42,-27,55,-69,55v-27,-5,-69,5,-58,-17v0,0,39,6,57,6v34,0,56,-8,56,-43v0,-26,-13,-31,-56,-37v-42,-6,-60,-14,-60,-47v0,-38,32,-48,61,-48","w":173},"u":{"d":"152,-180r12,0r0,180r-12,0r0,-14v0,0,-28,17,-59,17v-49,0,-60,-19,-60,-89r0,-94r13,0v5,63,-22,172,47,172v32,0,59,-18,59,-18r0,-154","w":200},"w":{"d":"14,-180r13,0r46,168r4,0r53,-164r14,0r53,164r4,0r46,-168r13,0r-49,180r-25,0r-49,-161r-50,161r-25,0","w":273},"y":{"d":"13,-180r13,0r53,168r15,0r53,-168r13,0r-82,263r-14,0r26,-83r-22,0","w":172},"z":{"d":"20,-168r0,-12r133,0r0,12r-118,156r118,0r0,12r-133,0r0,-12r118,-156r-118,0","w":173},"Z":{"d":"22,-240r0,-12r162,0r0,25r-149,207r0,8r149,0r0,12r-162,0r0,-24r148,-207r0,-9r-148,0","w":205},"0":{"d":"95,-241v54,0,83,24,83,127v0,92,-32,117,-83,117v-51,0,-83,-23,-83,-116v0,-103,31,-128,83,-128xm95,-229v-46,0,-69,22,-69,116v0,85,26,104,69,104v43,0,70,-20,70,-105v0,-92,-23,-115,-70,-115"},"1":{"d":"32,-189r74,-49r13,0r0,238r-13,0r0,-224r-67,46"},"2":{"d":"172,0r-150,0r0,-12r82,-86v27,-28,47,-50,47,-82v0,-36,-21,-49,-60,-49v-27,0,-65,9,-65,9r-2,-12v0,0,34,-9,67,-9v47,0,74,16,74,61v0,35,-18,56,-47,86r-78,81r132,0r0,13"},"3":{"d":"23,-233v0,0,35,-8,71,-8v52,0,71,18,71,59v0,45,-41,55,-41,55v27,7,48,18,48,61v0,46,-24,69,-75,69v-39,0,-78,-8,-78,-8r2,-12v0,0,38,8,76,8v42,0,61,-19,61,-55v-1,-62,-50,-56,-107,-56r0,-12v52,1,100,5,100,-50v0,-34,-15,-47,-57,-47v-36,0,-68,8,-68,8"},"5":{"d":"30,-238r133,0r0,13r-121,0r-7,95v0,0,32,-18,65,-18v45,0,75,18,75,69v0,55,-31,82,-79,82v-36,0,-75,-9,-75,-9r2,-12v0,0,40,8,73,8v39,0,65,-23,65,-69v0,-44,-27,-57,-62,-57v-45,0,-56,27,-76,18"},"7":{"d":"21,-225r0,-13r145,0r0,24r-97,217r-12,-5r95,-215r0,-8r-131,0"},"8":{"d":"96,-241v51,0,86,17,86,59v0,32,-17,48,-49,57v30,9,52,24,52,61v0,54,-40,67,-89,67v-46,0,-87,-14,-87,-63v0,-40,20,-53,48,-65v-28,-10,-44,-25,-44,-57v0,-41,31,-59,83,-59xm96,-9v42,0,76,-11,76,-55v0,-52,-45,-56,-99,-55v-31,8,-50,22,-50,58v0,40,33,52,73,52xm96,-229v-43,0,-70,11,-70,47v0,41,40,58,90,51v33,-5,52,-21,52,-50v0,-35,-28,-48,-72,-48"},"E":{"d":"37,0r0,-252r147,0r0,12r-134,0r0,104r113,0r0,13r-113,0r0,111r134,0r0,12r-147,0","w":205},"F":{"d":"37,0r0,-252r148,0r0,12r-135,0r0,114r113,0r0,12r-113,0r0,114r-13,0","w":202},"G":{"d":"128,-113r0,-12r67,0r0,119v0,0,-51,9,-79,9v-74,0,-94,-48,-94,-128v0,-78,17,-130,94,-130v38,0,79,9,79,9r-1,12v0,0,-45,-9,-78,-9v-68,0,-81,46,-81,118v0,72,15,116,81,116v26,0,64,-7,66,-7r0,-97r-54,0","w":222},"H":{"d":"201,0r0,-120r-151,0r0,120r-13,0r0,-252r13,0r0,120r151,0r0,-120r12,0r0,252r-12,0","w":250},"K":{"d":"180,0r-83,-118r-47,0r0,118r-13,0r0,-252r13,0r0,121r46,0r80,-121r15,0r-83,127r89,125r-17,0","w":214},"Q":{"d":"189,50r-31,-52v-11,3,-25,5,-40,5v-78,0,-96,-44,-96,-128v0,-82,19,-130,96,-130v77,0,97,47,97,130v0,62,-10,101,-44,118r31,51xm118,-9v69,0,83,-37,83,-116v0,-75,-15,-118,-83,-118v-68,0,-83,43,-83,118v0,76,14,116,83,116","w":236},"R":{"d":"192,0r-56,-104r-86,0r0,104r-13,0r0,-252v79,0,165,-14,165,72v0,40,-13,67,-52,74r57,106r-15,0xm189,-180v0,-73,-73,-59,-139,-60r0,123r77,0v47,0,62,-24,62,-63","w":226},"S":{"d":"97,-256v35,0,82,-7,70,18v0,0,-49,-6,-70,-6v-41,0,-64,15,-64,51v0,44,22,49,67,56v48,8,74,19,74,64v0,56,-26,76,-76,76v-27,0,-77,-6,-77,-6r1,-13v0,0,49,6,75,6v41,0,63,-17,63,-62v0,-37,-19,-45,-63,-52v-49,-8,-78,-16,-78,-69v0,-46,30,-63,78,-63","w":192},"T":{"d":"0,-240r0,-12r180,0r0,12r-83,0r0,240r-13,0r0,-240r-84,0","w":180},"V":{"d":"183,-252r13,0r-70,252r-42,0r-71,-252r13,0r69,240r21,0","w":208},"N":{"d":"37,0r0,-252r31,0r120,240r9,0r0,-240r13,0r0,252r-30,0r-121,-240r-9,0r0,240r-13,0","w":247},"$":{"d":"120,-242v30,5,53,-5,43,16v0,0,-24,-2,-45,-4r-13,101v41,7,65,19,65,60v1,56,-31,76,-82,71r-5,41v0,0,-12,-1,-12,-2r5,-40v-32,-6,-61,7,-50,-16v0,0,27,4,51,5r14,-108v-44,-7,-68,-17,-68,-65v0,-48,34,-62,85,-60r5,-41r13,0xm36,-184v0,40,18,47,57,53r13,-100v-42,-2,-71,10,-70,47xm157,-68v0,-33,-16,-43,-53,-49r-14,108v43,1,67,-13,67,-59"},"!":{"d":"90,0r0,-29r14,0r0,29r-14,0xm91,-77r0,-175r12,0r0,175r-12,0"},"a":{"d":"98,-183v74,0,47,94,52,159v1,10,15,14,27,15r0,12v-15,0,-29,-4,-37,-15v0,0,-33,15,-74,15v-28,0,-46,-17,-46,-52v0,-58,68,-53,118,-59v3,-37,-7,-63,-40,-63v-26,0,-68,6,-68,6r-1,-12v0,0,40,-6,69,-6xm138,-96v-43,5,-105,-1,-105,47v0,26,13,41,33,41v36,0,72,-15,72,-15r0,-73","w":186},"o":{"d":"95,-183v49,0,73,24,73,90v0,67,-14,96,-73,96v-60,0,-73,-25,-73,-97v0,-67,20,-89,73,-89xm95,-8v53,0,59,-28,59,-85v0,-58,-19,-79,-59,-79v-46,0,-60,18,-60,78v0,62,7,86,60,86","w":189},"J":{"d":"75,-252r0,214v0,64,-19,64,-62,64r0,-12v42,0,49,0,49,-55r0,-211r13,0","w":109},"t":{"d":"119,-168r-65,0v6,51,-20,169,33,160v18,2,42,-13,36,9v-42,5,-82,11,-82,-61r0,-108r-28,0r0,-12r28,0r0,-59r13,0r0,59r65,0r0,12","w":133},"n":{"d":"49,0r-13,0r0,-180r13,0r0,14v0,0,32,-17,63,-17v49,0,59,19,59,89r0,94r-13,0v-5,-63,22,-172,-46,-172v-32,0,-63,18,-63,18r0,154","w":206},"#":{"d":"185,-68r-44,0r0,68r-12,0r0,-68r-68,0r0,68r-13,0r0,-68r-43,0r0,-12r43,0r0,-81r-43,0r0,-12r43,0r0,-68r13,0r0,68r68,0r0,-68r12,0r0,68r44,0r0,12r-44,0r0,81r44,0r0,12xm129,-80r0,-81r-68,0r0,81r68,0"},"W":{"d":"16,-252r13,0r51,240r14,0r56,-236r14,0r58,236r13,0r50,-240r13,0r-52,252r-35,0r-54,-231r-53,231r-34,0","w":313},"@":{"d":"181,-259v112,0,152,49,152,155v0,104,-25,108,-59,108v-20,0,-32,-1,-38,-23v-12,7,-43,22,-69,22v-22,0,-61,-3,-61,-90v0,-62,17,-96,76,-96v24,0,51,19,47,3r13,0r0,72v0,98,4,101,32,101v30,0,46,-16,46,-103v0,-95,-37,-137,-139,-137v-100,0,-146,38,-146,153v0,142,76,163,198,151r1,11v0,0,-36,4,-53,4v-107,0,-159,-36,-159,-166v0,-122,52,-165,159,-165xm119,-86v0,116,68,76,114,56v-5,-25,-4,-92,-4,-132v0,0,-26,-10,-47,-10v-51,0,-63,31,-63,86","w":354},"`":{"d":"9,-264r69,35r-5,10r-69,-33","w":77},"M":{"d":"37,0r0,-252r28,0r88,232r89,-232r27,0r0,252r-13,0r0,-240r-5,0r-89,232r-18,0r-89,-232r-5,0r0,240r-13,0","w":306},"U":{"d":"45,-71v0,45,27,62,69,62v45,0,72,-16,72,-62r0,-181r13,0r0,181v0,54,-31,74,-85,74v-50,0,-82,-20,-82,-74r0,-181r13,0r0,181","w":231},"X":{"d":"30,-252r75,117r74,-117r16,0r-81,127r81,125r-16,0r-74,-116r-75,116r-16,0r82,-125r-82,-127r16,0","w":209},"Y":{"d":"104,-108r0,108r-13,0r0,-108r-82,-144r15,0r74,129r72,-129r15,0","w":194},"\u00f3":{"d":"95,-183v49,0,73,24,73,90v0,67,-14,96,-73,96v-60,0,-73,-25,-73,-97v0,-67,20,-89,73,-89xm95,-8v53,0,59,-28,59,-85v0,-58,-19,-79,-59,-79v-46,0,-60,18,-60,78v0,62,7,86,60,86xm64,-229r70,-35r5,12r-69,33","w":189},"\u00d3":{"d":"118,-9v69,0,83,-37,83,-116v0,-75,-15,-118,-83,-118v-68,0,-83,43,-83,118v0,76,14,116,83,116xm118,3v-78,0,-96,-44,-96,-128v0,-82,19,-130,96,-130v77,0,97,47,97,130v0,87,-20,128,-97,128xm81,-301r69,-35r6,12r-70,33","w":236},"\u0142":{"d":"34,0r0,-115r-28,20r-7,-10r35,-25r0,-133r13,0r0,125r29,-21r7,10r-36,25r0,124r-13,0","w":81},"\u0141":{"d":"173,0r-136,0r0,-114r-28,20r-8,-10r36,-25r0,-123r13,0r0,114r75,-52r7,9r-82,58r0,111r123,0r0,12"},"I":{"d":"34,0r0,-252r13,0r0,252r-13,0","w":81},"O":{"d":"118,-9v69,0,83,-37,83,-116v0,-75,-15,-118,-83,-118v-68,0,-83,43,-83,118v0,76,14,116,83,116xm118,3v-78,0,-96,-44,-96,-128v0,-82,19,-130,96,-130v77,0,97,47,97,130v0,87,-20,128,-97,128","w":236},"~":{"d":"164,-133v9,19,-11,25,-34,32v-22,0,-51,-20,-69,-20v-13,0,-34,19,-34,19v-11,-17,11,-25,34,-32v23,0,53,20,69,20v13,0,34,-19,34,-19"},"L":{"d":"173,0r-136,0r0,-252r13,0r0,240r123,0r0,12"},"B":{"d":"37,-252v71,1,159,-13,159,61v0,36,-14,53,-35,61v22,6,45,20,45,59v0,92,-89,68,-169,71r0,-252xm127,-123r-77,0r0,111v67,-3,143,18,143,-59v0,-51,-48,-52,-66,-52xm183,-191v0,-62,-75,-48,-133,-49r0,105v62,0,133,12,133,-56","w":225},"D":{"d":"131,0r-94,0r0,-252r94,0v63,0,84,59,84,122v0,63,-21,130,-84,130xm201,-130v0,-54,-16,-110,-70,-110r-81,0r0,228r81,0v54,0,70,-64,70,-118","w":235},"P":{"d":"129,-93r-79,0r0,93r-13,0r0,-252r92,0v52,0,74,24,74,76v0,52,-22,83,-74,83xm50,-105r79,0v44,0,61,-27,61,-71v0,-77,-71,-64,-140,-64r0,135","w":221},"b":{"d":"111,-183v49,0,61,27,61,89v0,67,-15,97,-82,97v-24,0,-54,-3,-54,-3r0,-263r13,0r0,94v0,0,30,-14,62,-14xm90,-8v60,0,69,-28,69,-85v0,-54,-8,-79,-48,-79v-32,0,-62,15,-62,15r0,147v0,0,28,2,41,2","w":193},"v":{"d":"13,-180r13,0r52,168r16,0r53,-168r13,0r-56,180r-36,0","w":172},"x":{"d":"14,-180r14,0r54,80r54,-80r14,0r-60,90r60,90r-14,0r-54,-80r-54,80r-14,0r61,-90","w":164},"6":{"d":"103,-241v39,0,72,-8,60,16v0,0,-30,-4,-60,-4v-47,0,-75,34,-75,100v0,0,38,-17,70,-17v51,0,78,23,78,71v0,49,-28,78,-81,78v-56,0,-80,-46,-80,-124v0,-83,34,-120,88,-120xm97,-134v-33,0,-69,18,-69,18v1,62,19,107,67,107v44,0,67,-23,67,-66v0,-40,-25,-59,-65,-59"},"9":{"d":"88,3v-38,0,-70,8,-60,-16v0,0,30,4,60,4v50,0,76,-30,77,-99v0,0,-41,16,-73,16v-49,0,-75,-21,-75,-70v0,-48,31,-79,79,-79v58,0,82,48,82,124v0,91,-33,120,-90,120xm93,-104v28,0,72,-17,72,-17v-1,-64,-20,-108,-69,-108v-40,0,-65,27,-65,67v0,41,21,58,62,58"},"<":{"d":"148,-187r-114,74r114,78r0,15v0,0,-113,-77,-125,-86r0,-13r125,-82r0,14"},">":{"d":"136,-113r-113,-74r0,-14r125,82r0,13v-12,9,-125,86,-125,86r0,-15"},"[":{"d":"83,-270r0,12r-53,0r0,291r53,0r0,11r-65,0r0,-314r65,0","w":108},"\\":{"d":"156,-5r-13,5r-108,-247r12,-5"},"]":{"d":"18,-258r0,-12r65,0r0,314r-65,0r0,-11r53,0r0,-291r-53,0","w":108},"|":{"d":"87,21r0,-273r13,0r0,273r-13,0"},"4":{"d":"137,0r0,-51r-125,0r0,-11r74,-176r14,0r-73,175r110,0r0,-79r13,0r0,79r35,0r0,12r-35,0r0,51r-13,0"},"\"":{"d":"81,-180r-12,0r0,-72r12,0r0,72xm31,-180r-13,0r0,-72r13,0r0,72","w":100},"'":{"d":"12,-176r-1,-75r14,0r-2,75r-11,0","w":36},"(":{"d":"55,-270r13,0v0,0,-35,94,-35,162v0,67,35,153,35,153r-13,0v0,0,-35,-81,-35,-153v0,-72,35,-162,35,-162","w":93},")":{"d":"20,-270r13,0v0,0,35,86,35,158v0,72,-35,157,-35,157r-13,0v0,0,34,-90,34,-157v0,-68,-34,-158,-34,-158","w":93},",":{"d":"17,44r15,-75r14,0r-18,75r-11,0","w":61},"-":{"d":"22,-95r0,-12r115,0r0,12r-115,0","w":158},".":{"d":"35,0r0,-29r15,0r0,29r-15,0","w":89},":":{"d":"28,-124r0,-29r14,0r0,29r-14,0xm28,0r0,-29r14,0r0,29r-14,0","w":50},";":{"d":"13,44r15,-75r15,0r-19,75r-11,0xm27,-124r0,-29r14,0r0,29r-14,0","w":61},"=":{"d":"15,-123r0,-13r160,0r0,13r-160,0xm15,-63r0,-12r160,0r0,12r-160,0"},"?":{"d":"135,-198v-1,67,-80,71,-71,130r-13,0v-9,-63,66,-72,72,-130v6,-60,-88,-44,-118,-35r-1,-13v0,0,40,-9,59,-9v46,0,72,15,72,57xm50,0r0,-29r15,0r0,29r-15,0","w":138},"_":{"d":"10,12r154,0r0,12r-154,0r0,-12","w":187},"{":{"d":"14,-112v76,11,-13,149,85,145r-1,12v-64,3,-61,-50,-61,-108v0,-23,-10,-35,-37,-43r0,-11v46,-10,35,-44,35,-90v0,-43,17,-61,63,-63r1,11v-97,-6,-8,133,-85,147","w":102},"}":{"d":"0,33v98,4,9,-134,85,-145v-77,-10,13,-151,-85,-147r1,-11v66,-3,61,51,61,109v0,23,9,37,37,44r0,11v-44,11,-35,40,-35,87v0,43,-17,62,-63,64","w":102},"&":{"d":"116,-250v39,0,55,21,55,52v0,36,-18,52,-59,66r67,66v5,-14,8,-31,11,-52r13,0v-3,25,-8,45,-14,62r50,49r-8,10r-47,-47v-17,34,-43,47,-80,47v-63,0,-83,-30,-83,-78v0,-45,19,-60,59,-72v-36,-38,-24,-103,36,-103xm33,-75v0,80,121,88,141,22r-85,-85v-41,11,-56,25,-56,63xm116,-238v-48,0,-54,55,-26,84r13,13v40,-14,56,-26,56,-57v0,-25,-12,-40,-43,-40","w":252},"*":{"d":"156,-187r-49,0r15,47r-11,3r-16,-47r-39,29r-7,-10r40,-29r-40,-28r8,-10r39,29r15,-46r12,3r-15,47r48,0r0,12"},"%":{"d":"150,-98v26,0,38,13,38,48v0,35,-13,50,-38,50v-26,0,-38,-15,-38,-50v0,-34,12,-48,38,-48xm67,-2r52,-250r13,2r-52,250xm124,-50v0,24,6,38,26,38v20,0,25,-14,25,-38v0,-24,-5,-36,-25,-36v-19,0,-26,12,-26,36xm49,-253v26,0,38,14,38,49v0,35,-13,49,-38,49v-26,0,-39,-15,-39,-50v0,-34,13,-48,39,-48xm23,-205v0,24,6,39,26,39v20,0,25,-14,25,-38v0,-24,-5,-37,-25,-37v-19,0,-26,12,-26,36"},"+":{"d":"-18,-84r0,-12r84,0r0,-84r13,0r0,84r84,0r0,12r-84,0r0,84r-13,0r0,-84r-84,0","w":147},"^":{"d":"150,-120r-57,-105r-53,105r-15,0r62,-118r13,0r65,118r-15,0"},"\u0104":{"d":"191,60v15,0,23,-8,21,9v-18,7,-56,2,-51,-27v2,-17,27,-45,31,-44r-24,-75r-118,0r-24,77r-13,0r77,-252r38,0r77,251r-4,0r2,1v-5,3,-53,60,-12,60xm99,-240r-46,150r111,0r-46,-150r-19,0","w":217},"\u0106":{"d":"176,-16r1,12v0,0,-38,7,-66,7v-74,0,-90,-48,-90,-128v0,-78,13,-130,90,-130v42,0,74,-5,65,19v0,0,-36,-7,-65,-7v-68,0,-76,46,-76,118v0,72,10,116,76,116v26,0,65,-7,65,-7xm66,-297r69,-35r6,11r-69,33","w":193},"\u0118":{"d":"37,0r0,-252r147,0r0,12r-134,0r0,104r113,0r0,13r-113,0r0,111r134,0r0,12v-20,-6,-33,28,-40,42v-3,19,26,20,37,15r2,12v-18,6,-52,3,-52,-27v0,-14,22,-37,27,-42r-121,0","w":205},"\u0143":{"d":"37,0r0,-252r31,0r120,240r9,0r0,-240r13,0r0,252r-30,0r-121,-240r-9,0r0,240r-13,0xm86,-297r69,-35r6,11r-70,33","w":247},"\u015a":{"d":"97,-256v35,0,82,-7,70,18v0,0,-49,-6,-70,-6v-41,0,-64,15,-64,51v0,44,22,49,67,56v48,8,74,19,74,64v0,56,-26,76,-76,76v-27,0,-77,-6,-77,-6r1,-13v0,0,49,6,75,6v41,0,63,-17,63,-62v0,-37,-19,-45,-63,-52v-49,-8,-78,-16,-78,-69v0,-46,30,-63,78,-63xm59,-297r69,-35r6,11r-70,33","w":192},"\u0179":{"d":"22,-240r0,-12r162,0r0,25r-149,207r0,8r149,0r0,12r-162,0r0,-24r148,-207r0,-9r-148,0xm65,-297r69,-35r6,11r-69,33","w":205},"\u017b":{"d":"22,-240r0,-12r162,0r0,25r-149,207r0,8r149,0r0,12r-162,0r0,-24r148,-207r0,-9r-148,0xm96,-304r0,-20r13,0r0,20r-13,0","w":205},"\u0105":{"d":"156,60v15,-1,23,-8,21,9v-18,7,-51,2,-51,-27v0,-15,24,-39,28,-43v-6,-2,-10,-6,-14,-11v0,0,-33,15,-74,15v-28,0,-46,-17,-46,-52v0,-58,68,-53,118,-59v3,-37,-7,-63,-40,-63v-26,0,-68,6,-68,6r-1,-12v0,0,40,-6,69,-6v74,0,47,94,52,159v1,10,15,14,27,15r0,12v-24,-4,-57,51,-21,57xm138,-96v-43,5,-105,-1,-105,47v0,26,13,41,33,41v36,0,72,-15,72,-15r0,-73","w":186},"\u0107":{"d":"22,-94v0,-88,48,-95,117,-86r-1,12v0,0,-29,-4,-43,-4v-46,0,-60,21,-60,78v0,62,9,86,60,86v21,0,52,-17,44,8v0,0,-30,3,-44,3v-60,0,-73,-25,-73,-97xm49,-229r69,-35r6,12r-69,33","w":157},"\u0119":{"d":"159,57r2,12v-18,7,-52,2,-52,-27v0,-13,19,-34,26,-41v-14,1,-32,2,-46,2v-54,0,-67,-34,-67,-93v0,-71,31,-93,72,-93v48,0,72,33,69,98r-128,0v0,50,13,77,55,77v25,0,65,-4,65,-4v0,5,4,14,-4,12v-8,7,-51,55,-12,60v7,0,20,-3,20,-3xm35,-96r114,0v0,-55,-18,-76,-55,-76v-36,0,-59,21,-59,76","w":182},"\u0144":{"d":"49,0r-13,0r0,-180r13,0r0,14v0,0,32,-17,63,-17v49,0,59,19,59,89r0,94r-13,0v-5,-63,22,-172,-46,-172v-32,0,-63,18,-63,18r0,154xm66,-229r69,-35r5,12r-69,33","w":206},"\u015b":{"d":"83,-183v36,0,71,-7,61,17v0,0,-37,-6,-61,-6v-23,0,-48,7,-48,36v0,22,10,30,51,36v47,8,66,14,66,48v0,42,-27,55,-69,55v-27,-5,-69,5,-58,-17v0,0,39,6,57,6v34,0,56,-8,56,-43v0,-26,-13,-31,-56,-37v-42,-6,-60,-14,-60,-47v0,-38,32,-48,61,-48xm50,-229r69,-35r6,12r-70,33","w":173},"\u017a":{"d":"20,-168r0,-12r133,0r0,12r-118,156r118,0r0,12r-133,0r0,-12r118,-156r-118,0xm49,-229r69,-35r6,12r-69,33","w":173},"\u017c":{"d":"20,-168r0,-12r133,0r0,12r-118,156r118,0r0,12r-133,0r0,-12r118,-156r-118,0xm80,-232r0,-20r13,0r0,20r-13,0","w":173},"\u00ab":{"d":"93,-130r-49,39r49,42r0,14r-61,-49r0,-13r61,-47r0,14xm167,-130r-49,39r49,42r0,14r-60,-49r0,-13r60,-47r0,14"},"\u00bb":{"d":"147,-91r-49,-39r0,-14r60,47r0,13r-60,49r0,-14xm72,-91r-48,-39r0,-14r60,47r0,13r-60,49r0,-14"},"\/":{"d":"39,-4r100,-249r12,5r-100,248"},"\u00a0":{"w":84}}});Cufon.registerFont({"w":190,"face":{"font-family":"TitL","font-weight":300,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"270","descent":"-90","x-height":"4","bbox":"-12 -339 335 86","underline-thickness":"18","underline-position":"-18","unicode-range":"U+0020-U+017C"},"glyphs":{" ":{"w":84},"C":{"d":"176,-24r1,20v0,0,-39,8,-67,8v-75,0,-91,-48,-91,-129v0,-82,16,-130,91,-130v48,0,79,-7,66,29v0,0,-37,-7,-64,-7v-60,0,-70,38,-70,108v0,69,10,107,70,107v24,0,64,-6,64,-6","w":192},"c":{"d":"19,-93v0,-88,55,-97,121,-86r0,19v0,0,-29,-3,-43,-3v-43,0,-56,19,-56,70v0,56,9,76,56,76v14,0,43,-3,43,-3r1,19v0,0,-33,5,-48,5v-58,0,-74,-26,-74,-97","w":157},"d":{"d":"162,-252r0,252r-22,0r0,-13v0,0,-29,17,-58,17v-30,0,-63,-12,-63,-93v0,-83,49,-105,121,-90r0,-73r22,0xm85,-16v27,0,55,-16,55,-16r0,-128v-7,-1,-31,-4,-45,-4v-43,0,-54,26,-54,76v0,63,23,72,44,72","w":194},"e":{"d":"91,-16v26,0,66,-3,66,-3r1,18v0,0,-41,5,-69,5v-54,0,-70,-33,-70,-93v0,-69,31,-94,75,-94v51,0,76,38,70,102r-123,0v0,42,12,65,50,65xm41,-99r102,0v0,-48,-15,-65,-49,-65v-33,0,-53,18,-53,65","w":182},"f":{"d":"56,-160r0,160r-21,0r0,-160r-24,0r0,-20r24,0v-2,-52,6,-84,47,-84v13,0,35,3,35,3r0,18v-32,-1,-69,-9,-61,45r0,18r55,0r0,20r-55,0","w":119},"g":{"d":"93,86v-87,0,-95,-71,-46,-101v-17,-9,-4,-46,3,-53v-15,-6,-29,-20,-29,-54v0,-61,60,-69,102,-57r52,-1r0,19r-35,0v8,8,12,18,12,39v0,53,-36,65,-86,58v-6,22,-24,40,38,40v49,0,68,8,68,52v0,41,-27,58,-79,58xm150,29v11,-46,-59,-31,-88,-35v-38,24,-32,73,32,73v39,0,56,-11,56,-38xm84,-81v33,0,46,-10,46,-41v0,-35,-12,-43,-45,-43v-28,0,-43,11,-43,43v0,28,10,41,42,41","w":184},"h":{"d":"55,0r-22,0r0,-265r22,0r0,94v0,0,30,-12,58,-12v81,0,56,108,60,183r-21,0v-5,-58,21,-163,-41,-163v-27,0,-56,11,-56,11r0,152","w":203},"i":{"d":"30,0r0,-180r22,0r0,180r-22,0xm30,-225r0,-27r22,0r0,27r-22,0","w":82},"j":{"d":"35,-2r0,-178r22,0r0,178v0,43,-11,59,-59,83r-9,-18v38,-22,46,-32,46,-65xm35,-226r0,-27r22,0r0,27r-22,0","w":87},"k":{"d":"55,0r-22,0r0,-260r22,0r0,153r30,-1r58,-72r24,0r-63,82r64,98r-25,0r-58,-86r-30,1r0,85","w":177},"l":{"d":"32,0r0,-260r21,0r0,260r-21,0","w":84},"m":{"d":"55,-167v4,-9,91,-29,101,0v9,-3,40,-16,66,-16v81,0,56,108,60,183r-22,0v-5,-58,21,-163,-41,-163v-27,0,-53,13,-54,14v9,34,3,104,5,149r-22,0v-6,-58,23,-163,-41,-163v-27,0,-52,15,-52,15r0,148r-22,0r0,-180r22,0r0,13","w":312},"A":{"d":"11,0r72,-251r52,0r71,251r-22,0r-21,-68r-109,0r-21,68r-22,0xm99,-230r-40,140r99,0r-40,-140r-19,0","w":217},"p":{"d":"33,81r0,-261r22,0r0,14v0,0,28,-17,57,-17v45,0,64,28,64,91v0,89,-52,106,-121,91r0,82r-22,0xm109,-164v-26,0,-54,16,-54,16r0,128v53,10,98,5,98,-73v0,-52,-16,-71,-44,-71","w":194},"q":{"d":"89,4v-51,0,-70,-32,-70,-90v0,-65,20,-97,83,-97v18,0,58,3,58,3r0,261r-21,0r0,-89v0,0,-22,12,-50,12xm102,-164v-48,0,-61,26,-61,77v0,46,12,71,48,71v27,0,50,-12,50,-12r0,-134v0,0,-25,-2,-37,-2","w":193},"r":{"d":"33,0r0,-180r22,0r0,26v0,0,29,-23,66,-30r0,22v-34,7,-66,28,-66,28r0,134r-22,0","w":127},"s":{"d":"84,-183v39,0,76,-8,63,25v0,0,-39,-6,-62,-6v-23,0,-43,7,-43,31v0,19,9,24,47,30v47,8,65,16,65,51v0,42,-26,56,-69,56v-22,0,-62,-7,-62,-7r1,-19v0,0,41,6,59,6v31,0,49,-7,49,-35v0,-22,-10,-26,-49,-32v-43,-7,-62,-14,-62,-49v0,-39,32,-51,63,-51","w":174},"u":{"d":"146,-180r21,0r0,180r-21,0r0,-13v0,0,-28,17,-55,17v-82,0,-56,-109,-60,-184r21,0v6,58,-22,164,41,164v27,0,53,-15,53,-15r0,-149","w":200},"w":{"d":"11,-180r22,0r40,161r5,0r47,-157r23,0r46,157r6,0r40,-161r22,0r-46,180r-37,0r-43,-148r-42,148r-38,0","w":272},"y":{"d":"10,-180r22,0r48,159r13,0r48,-159r22,0r-78,261r-21,0r23,-81r-24,0","w":173},"z":{"d":"19,-161r0,-19r134,0r0,19r-107,142r107,0r0,19r-134,0r0,-19r108,-142r-108,0","w":172},"Z":{"d":"22,-230r0,-21r162,0r0,31r-136,192r0,7r136,0r0,21r-162,0r0,-30r136,-192r0,-8r-136,0","w":205},"0":{"d":"95,-241v55,0,85,27,85,127v0,91,-32,118,-85,118v-53,0,-85,-26,-85,-118v0,-100,31,-127,85,-127xm95,-220v-41,0,-62,21,-62,106v0,78,22,96,62,96v40,0,62,-18,62,-96v0,-84,-20,-106,-62,-106"},"1":{"d":"27,-188r74,-50r21,0r0,238r-22,0r0,-212r-63,42"},"2":{"d":"172,0r-151,0r0,-21r74,-76v28,-29,48,-50,48,-80v0,-32,-20,-43,-56,-43v-27,0,-62,9,-62,9r-2,-21v0,0,35,-9,68,-9v49,0,75,17,75,62v-1,66,-80,113,-115,158r121,0r0,21"},"3":{"d":"22,-233v0,0,37,-8,71,-8v55,0,74,19,74,61v0,40,-33,50,-38,53v25,8,44,20,44,60v0,47,-24,71,-77,71v-38,0,-78,-9,-78,-9r3,-20v0,0,39,7,74,7v38,0,55,-16,55,-48v0,-56,-51,-46,-101,-47r0,-21v48,2,95,4,95,-45v0,-30,-15,-41,-52,-41v-33,0,-67,7,-67,7"},"5":{"d":"28,-238r137,0r0,22r-116,0r-7,82v0,0,30,-15,58,-15v46,0,75,19,75,70v0,55,-30,82,-79,82v-36,0,-77,-9,-77,-9r3,-21v0,0,41,9,73,9v34,0,57,-21,57,-60v0,-38,-23,-50,-54,-50v-47,1,-50,24,-76,13"},"7":{"d":"20,-216r0,-22r147,0r0,32r-94,210r-21,-7r92,-205r0,-8r-124,0"},"8":{"d":"96,-241v51,0,86,19,86,61v0,31,-13,44,-43,55v27,10,47,26,47,61v0,53,-41,68,-90,68v-48,0,-88,-15,-88,-64v0,-38,18,-52,44,-65v-26,-12,-40,-25,-40,-56v0,-41,32,-60,84,-60xm96,-18v38,0,66,-11,66,-48v-1,-44,-40,-50,-87,-48v-27,7,-43,20,-43,50v0,35,28,46,64,46xm96,-220v-72,0,-79,78,-21,86v44,6,83,-9,83,-44v0,-31,-23,-42,-62,-42"},"E":{"d":"34,0r0,-251r150,0r0,21r-128,0r0,92r106,0r0,21r-106,0r0,96r128,0r0,21r-150,0","w":204},"F":{"d":"34,0r0,-251r150,0r0,21r-128,0r0,103r107,0r0,21r-107,0r0,106r-22,0","w":200},"G":{"d":"128,-106r0,-21r68,0r0,122v0,0,-51,9,-80,9v-75,0,-96,-48,-96,-129v0,-81,19,-130,95,-130v38,0,81,10,81,10r-1,20v0,0,-45,-8,-78,-8v-61,0,-74,38,-74,108v0,69,13,107,74,107v23,0,55,-5,57,-5r0,-83r-46,0","w":219},"H":{"d":"192,0r0,-116r-136,0r0,116r-22,0r0,-251r22,0r0,114r136,0r0,-114r22,0r0,251r-22,0","w":248},"K":{"d":"172,0r-72,-113r-44,1r0,112r-22,0r0,-251r22,0r0,117r43,0r69,-117r26,0r-75,126r80,125r-27,0","w":214},"Q":{"d":"183,51r-32,-51v-89,18,-131,-26,-131,-124v0,-82,20,-131,97,-131v77,0,98,48,98,131v0,60,-10,98,-42,116r31,49xm117,-18v62,0,75,-33,75,-106v0,-69,-14,-109,-75,-109v-61,0,-74,39,-74,109v0,70,12,106,74,106","w":235},"R":{"d":"182,0r-50,-98r-76,0r0,98r-22,0r0,-251v81,1,169,-16,169,75v0,39,-13,64,-48,73r52,103r-25,0xm180,-176v0,-65,-65,-54,-124,-54r0,111r70,0v42,0,54,-22,54,-57","w":225},"S":{"d":"170,-248r-2,20v0,0,-49,-6,-70,-6v-37,0,-58,13,-58,44v0,37,19,42,63,51v49,10,72,21,72,66v0,55,-29,76,-79,76v-27,0,-76,-7,-76,-7r2,-20v0,0,48,6,74,6v37,0,57,-15,57,-54v0,-31,-16,-38,-58,-46v-51,-10,-78,-21,-78,-71v0,-47,31,-66,81,-66v28,0,72,7,72,7","w":192},"T":{"d":"-1,-230r0,-21r180,0r0,21r-79,0r0,230r-22,0r0,-230r-79,0","w":178},"V":{"d":"177,-251r23,0r-66,251r-55,0r-68,-251r23,0r62,230r20,0","w":211},"N":{"d":"34,0r0,-251r43,0r107,226r8,0r0,-226r23,0r0,251r-43,0r-108,-226r-8,0r0,226r-22,0","w":248},"$":{"d":"167,-239r-2,20v0,0,-24,-3,-45,-5r-12,91v44,9,64,22,64,63v0,55,-30,74,-82,73r-5,41v0,0,-16,-1,-16,-2r5,-40v-24,-2,-51,-6,-51,-6r2,-19v0,0,27,4,51,5r13,-97v-45,-9,-69,-21,-69,-67v0,-47,36,-68,86,-63r5,-40r16,0r-5,41v23,2,45,5,45,5xm42,-183v0,32,15,40,50,47r11,-89v-38,-1,-62,10,-61,42xm150,-69v0,-27,-13,-36,-45,-43r-12,94v38,1,57,-13,57,-51"},"!":{"d":"85,0r0,-36r24,0r0,36r-24,0xm86,-81r0,-171r23,0r-1,171r-22,0"},"a":{"d":"99,-183v73,0,52,86,55,151v1,11,11,16,23,17r-1,18v-19,0,-32,-3,-41,-13v0,0,-32,14,-69,14v-30,0,-48,-20,-48,-55v0,-57,64,-52,114,-58v2,-32,-5,-54,-34,-54v-26,0,-68,6,-68,6r-2,-19v0,0,43,-7,71,-7xm132,-91v-37,5,-91,-3,-91,40v0,23,10,36,28,36v31,0,63,-13,63,-13r0,-63","w":187},"o":{"d":"95,-183v52,0,75,27,75,90v0,64,-15,97,-75,97v-60,0,-76,-29,-76,-97v0,-64,20,-90,76,-90xm95,-16v46,0,53,-26,53,-77v0,-51,-16,-71,-53,-71v-41,0,-54,17,-54,71v0,55,8,77,54,77","w":189},"J":{"d":"78,-251r0,212v0,61,-20,65,-66,65r0,-21v36,0,44,-1,44,-47r0,-209r22,0","w":110},"t":{"d":"119,-160r-60,0v6,45,-19,144,28,144v10,0,34,-3,34,-3r1,19v-42,7,-85,11,-85,-61r0,-99r-26,0r0,-20r26,0r0,-57r22,0r0,57r60,0r0,20","w":131},"n":{"d":"55,0r-22,0r0,-180r22,0r0,13v0,0,31,-16,58,-16v81,0,56,108,60,183r-21,0v-6,-58,22,-163,-41,-163v-27,0,-56,15,-56,15r0,148","w":205},"#":{"d":"186,-66r-41,0r0,66r-20,0r0,-66r-60,0r0,66r-20,0r0,-66r-41,0r0,-19r41,0r0,-71r-41,0r0,-18r41,0r0,-66r20,0r0,66r60,0r0,-66r20,0r0,66r41,0r0,18r-41,0r0,71r41,0r0,19xm125,-85r0,-71r-60,0r0,71r60,0"},"W":{"d":"14,-251r23,0r48,229r11,0r52,-226r24,0r53,226r12,0r46,-229r23,0r-53,251r-44,0r-49,-217r-47,217r-45,0","w":320},"@":{"d":"181,-260v111,0,154,51,154,156v0,98,-25,108,-62,108v-21,0,-33,-2,-40,-21v-53,23,-128,52,-128,-70v0,-61,16,-96,74,-96v21,0,49,19,44,3r21,0r0,72v0,88,5,92,29,92v25,5,39,-17,39,-94v0,-90,-36,-129,-131,-129v-94,0,-139,39,-139,145v0,134,74,155,191,143r1,20v-123,14,-214,-10,-214,-163v0,-120,56,-166,161,-166xm127,-86v-1,101,58,68,100,51v-5,-24,-4,-83,-4,-120v0,0,-23,-8,-41,-8v-45,0,-55,26,-55,77","w":354},"`":{"d":"9,-267r75,34r-7,17r-76,-32","w":82},"M":{"d":"34,0r0,-251r41,0r78,219r79,-219r40,0r0,251r-22,0r0,-226r-5,0r-79,218r-26,0r-79,-218r-5,0r0,226r-22,0","w":306},"U":{"d":"52,-73v0,41,24,55,62,55v40,0,65,-14,65,-55r0,-178r22,0r0,178v0,56,-31,76,-87,76v-53,0,-84,-20,-84,-76r0,-178r22,0r0,178","w":230},"X":{"d":"37,-251r68,110r67,-110r25,0r-77,126r77,125r-25,0r-67,-108r-68,108r-25,0r78,-125r-78,-126r25,0","w":209},"Y":{"d":"110,-108r0,108r-22,0r0,-108r-80,-143r24,0r67,119r66,-119r24,0","w":197},"\u00f3":{"d":"95,-183v52,0,75,27,75,90v0,64,-15,97,-75,97v-60,0,-76,-29,-76,-97v0,-64,20,-90,76,-90xm95,-16v46,0,53,-26,53,-77v0,-51,-16,-71,-53,-71v-41,0,-54,17,-54,71v0,55,8,77,54,77xm57,-233r75,-34r8,19r-76,32","w":189},"\u00d3":{"d":"118,-18v62,0,75,-33,75,-106v0,-69,-14,-109,-75,-109v-61,0,-75,39,-75,109v0,70,13,106,75,106xm118,4v-77,0,-98,-44,-98,-128v0,-82,21,-131,98,-131v77,0,98,48,98,131v0,86,-21,128,-98,128xm75,-305r75,-34r8,19r-75,32","w":236},"\u0142":{"d":"37,0r0,-106r-26,18r-11,-15r37,-26r0,-131r21,0r0,116r28,-19r11,15r-39,27r0,121r-21,0","w":95},"\u0141":{"d":"171,0r-137,0r0,-105r-25,18r-11,-16r36,-25r0,-123r22,0r0,108r66,-46r11,15r-77,54r0,99r115,0r0,21","w":186},"I":{"d":"32,0r0,-251r22,0r0,251r-22,0","w":86},"O":{"d":"117,-18v62,0,75,-33,75,-106v0,-69,-14,-109,-75,-109v-61,0,-74,39,-74,109v0,70,12,106,74,106xm117,4v-77,0,-97,-44,-97,-128v0,-82,20,-131,97,-131v77,0,98,48,98,131v0,86,-21,128,-98,128","w":235},"~":{"d":"165,-135v7,27,-3,32,-35,40v-21,0,-51,-18,-68,-18v-14,0,-36,18,-36,18v-10,-27,6,-32,37,-40v22,0,51,18,67,18v14,0,35,-18,35,-18"},"L":{"d":"171,0r-137,0r0,-251r22,0r0,230r115,0r0,21","w":186},"B":{"d":"34,-251v72,1,162,-14,162,62v0,35,-13,51,-33,60v22,7,42,21,42,58v0,91,-90,68,-171,71r0,-251xm182,-71v-6,-70,-68,-39,-126,-46r0,96v58,-3,132,16,126,-50xm174,-187v0,-55,-67,-42,-118,-43r0,92v55,0,118,11,118,-49","w":223},"D":{"d":"125,0r-91,0r0,-251r91,0v69,0,89,54,89,122v0,68,-20,129,-89,129xm191,-129v0,-53,-13,-101,-66,-101r-69,0r0,209r69,0v53,0,66,-55,66,-108","w":232},"P":{"d":"125,-87r-69,0r0,87r-22,0r0,-251r91,0v54,0,78,25,78,79v0,54,-24,85,-78,85xm56,-108r69,0v39,0,55,-24,55,-64v0,-68,-62,-59,-124,-58r0,122","w":219},"b":{"d":"111,-183v49,0,64,26,64,90v0,69,-18,97,-84,97v-23,0,-58,-4,-58,-4r0,-260r22,0r0,89v0,0,28,-12,56,-12xm91,-16v53,0,62,-24,62,-77v0,-49,-9,-70,-44,-70v-27,0,-54,11,-54,11r0,134v0,0,25,2,36,2","w":194},"v":{"d":"10,-180r23,0r47,161r14,0r47,-161r22,0r-53,180r-47,0","w":173},"x":{"d":"11,-180r24,0r47,74r48,-74r24,0r-58,90r58,90r-24,0r-48,-74r-47,74r-24,0r58,-90","w":165},"6":{"d":"168,-237r-2,21v0,0,-32,-4,-62,-4v-43,0,-68,30,-68,88v0,0,35,-16,63,-16v52,0,80,24,80,73v0,50,-30,79,-83,79v-58,0,-83,-46,-83,-124v0,-86,36,-121,91,-121v30,0,64,4,64,4xm98,-127v-30,0,-62,15,-62,15v1,54,16,95,60,95v39,0,60,-20,60,-58v0,-36,-22,-52,-58,-52"},"9":{"d":"23,-1r3,-21v0,0,31,5,61,5v46,0,70,-28,70,-87v0,0,-38,14,-66,14v-49,0,-77,-22,-77,-72v0,-49,32,-79,81,-79v59,0,85,47,85,124v0,91,-35,121,-93,121v-30,0,-64,-5,-64,-5xm93,-111v26,0,64,-14,64,-14v-1,-56,-18,-95,-62,-95v-36,0,-58,22,-58,58v0,36,20,51,56,51"},"<":{"d":"148,-178r-105,65r105,69r0,24v-10,-5,-106,-69,-125,-81r0,-22r125,-78r0,23"},">":{"d":"127,-113r-104,-65r0,-23r125,78r0,22v-20,12,-115,76,-125,81r0,-24"},"[":{"d":"87,-270r0,21r-50,0r0,273r50,0r0,20r-71,0r0,-314r71,0","w":108},"\\":{"d":"162,-6r-23,9r-110,-248r23,-10","w":192},"]":{"d":"16,-249r0,-21r71,0r0,314r-71,0r0,-20r50,0r0,-273r-50,0","w":108},"|":{"d":"82,37r0,-293r22,0r0,293r-22,0"},"4":{"d":"130,1r0,-48r-119,0r0,-18r70,-173r24,0r-69,170r94,0r0,-77r22,0r0,77r32,0r0,21r-32,0r0,48r-22,0"},"\"":{"d":"90,-175r-20,0r-1,-76r22,0xm37,-175r-20,0r0,-76r20,0r0,76","w":107},"'":{"d":"7,-171r-1,-80r23,0r-2,80r-20,0","w":36},"(":{"d":"50,-270r23,0v0,0,-34,94,-34,162v0,67,34,153,34,153r-23,0v0,0,-35,-81,-35,-153v0,-72,35,-162,35,-162","w":93},")":{"d":"15,-270r23,0v0,0,35,86,35,158v0,72,-35,157,-35,157r-23,0v0,0,35,-90,35,-157v0,-68,-35,-158,-35,-158","w":93},",":{"d":"12,44r16,-80r24,0r-19,80r-21,0","w":61},"-":{"d":"22,-91r0,-21r114,0r0,21r-114,0","w":158},".":{"d":"31,0r0,-36r23,0r0,36r-23,0","w":89},":":{"d":"24,-119r0,-37r24,0r0,37r-24,0xm24,0r0,-36r24,0r0,36r-24,0","w":58},";":{"d":"10,44r17,-81r24,0r-21,81r-20,0xm25,-119r0,-37r24,0r0,37r-24,0","w":67},"=":{"d":"13,-122r0,-21r163,0r0,21r-163,0xm13,-57r0,-20r163,0r0,20r-163,0"},"?":{"d":"138,-195v-1,68,-79,69,-70,125r-23,0v-9,-63,69,-70,70,-124v0,-30,-16,-40,-52,-40v-17,0,-57,9,-57,9r-3,-21v0,0,41,-10,60,-10v48,0,75,16,75,61xm45,0r0,-37r24,0r0,37r-24,0","w":138},"_":{"d":"10,8r154,0r0,20r-154,0r0,-20","w":187},"{":{"d":"25,-112v75,9,-11,138,79,137r-1,21v-67,3,-64,-50,-64,-108v0,-21,-10,-33,-37,-41r0,-18v47,-9,34,-42,34,-87v0,-44,19,-61,67,-63r1,20v-90,-5,-2,127,-79,139","w":107},"}":{"d":"2,25v90,1,4,-129,79,-137v-75,-7,11,-141,-79,-139r1,-20v68,-3,64,48,64,109v0,22,9,34,37,41r0,18v-45,12,-35,38,-35,85v0,43,-18,62,-66,64","w":107},"&":{"d":"116,-252v41,0,60,22,60,55v0,35,-16,51,-56,68r57,57v4,-13,9,-32,11,-50r21,1v-3,24,-9,47,-15,64r48,46r-14,15r-45,-43v-19,31,-44,44,-81,44v-60,0,-84,-30,-84,-79v0,-42,20,-60,57,-73v-35,-40,-21,-105,41,-105xm40,-74v0,69,105,78,127,21r-78,-78v-35,10,-49,25,-49,57xm116,-231v-55,0,-42,71,-11,88v35,-14,49,-25,49,-52v0,-23,-11,-36,-38,-36","w":252},"*":{"d":"158,-185r-48,0r15,46r-16,4r-15,-46r-39,29r-9,-13r39,-28r-38,-29r9,-13r39,28r15,-45r15,5r-14,46r47,0r0,16"},"%":{"d":"149,-100v27,0,40,16,40,50v0,33,-13,50,-40,50v-27,0,-40,-17,-40,-51v0,-33,13,-49,40,-49xm52,-7r77,-245r16,6r-77,245xm127,-51v0,22,5,35,22,35v17,0,21,-12,21,-34v0,-23,-4,-34,-21,-34v-17,0,-22,11,-22,33xm48,-253v27,0,39,16,39,50v0,34,-12,50,-39,50v-27,0,-40,-17,-40,-51v0,-33,13,-49,40,-49xm26,-204v0,23,5,35,22,35v17,0,21,-11,21,-34v0,-22,-4,-34,-21,-34v-17,0,-22,11,-22,33"},"+":{"d":"-12,-84r0,-20r80,0r0,-80r21,0r0,80r80,0r0,20r-80,0r0,80r-21,0r0,-80r-80,0","w":158},"^":{"d":"147,-118r-53,-98r-50,98r-24,0r62,-120r23,0r65,120r-23,0"},"\u0104":{"d":"211,52r2,18v-18,6,-57,4,-57,-27v0,-17,23,-39,28,-44r-21,-67r-109,0r-21,68r-22,0r72,-251r52,0r71,251v-7,-1,-48,50,-13,54v6,0,18,-2,18,-2xm99,-230r-40,140r99,0r-40,-140r-19,0","w":217},"\u0106":{"d":"176,-24r1,20v0,0,-39,8,-67,8v-75,0,-91,-48,-91,-129v0,-82,16,-130,91,-130v48,0,79,-7,66,29v0,0,-37,-7,-64,-7v-60,0,-70,38,-70,108v0,69,10,107,70,107v24,0,64,-6,64,-6xm63,-302r75,-34r8,20r-76,32","w":192},"\u0118":{"d":"34,0r0,-251r150,0r0,21r-128,0r0,92r106,0r0,21r-106,0r0,96r128,0r0,21v-18,-5,-29,23,-36,38v-3,18,23,17,33,14r2,18v-18,6,-58,4,-58,-27v0,-16,20,-37,27,-43r-118,0","w":204},"\u0143":{"d":"34,0r0,-251r43,0r107,226r8,0r0,-226r23,0r0,251r-43,0r-108,-226r-8,0r0,226r-22,0xm82,-302r75,-34r9,20r-76,32","w":248},"\u015a":{"d":"170,-248r-2,20v0,0,-49,-6,-70,-6v-37,0,-58,13,-58,44v0,37,19,42,63,51v49,10,72,21,72,66v0,55,-29,76,-79,76v-27,0,-76,-7,-76,-7r2,-20v0,0,48,6,74,6v37,0,57,-15,57,-54v0,-31,-16,-38,-58,-46v-51,-10,-78,-21,-78,-71v0,-47,31,-66,81,-66v28,0,72,7,72,7xm55,-302r75,-34r9,20r-76,32","w":192},"\u0179":{"d":"22,-230r0,-21r162,0r0,31r-136,192r0,7r136,0r0,21r-162,0r0,-30r136,-192r0,-8r-136,0xm61,-302r75,-34r8,20r-76,32","w":205},"\u017b":{"d":"22,-230r0,-21r162,0r0,31r-136,192r0,7r136,0r0,21r-162,0r0,-30r136,-192r0,-8r-136,0xm92,-298r0,-27r21,0r0,27r-21,0","w":205},"\u0105":{"d":"175,52r2,18v-18,5,-58,5,-58,-27v0,-18,23,-39,28,-44v-5,-2,-9,-5,-12,-9v0,0,-32,14,-69,14v-30,0,-48,-20,-48,-55v0,-57,64,-52,114,-58v2,-32,-5,-54,-34,-54v-26,0,-68,6,-68,6r-2,-19v0,0,43,-7,71,-7v73,0,52,86,55,151v1,11,11,16,23,17r-1,18v-21,-3,-30,24,-35,35v-3,18,23,17,34,14xm132,-91v-37,5,-91,-3,-91,40v0,23,10,36,28,36v31,0,63,-13,63,-13r0,-63","w":187},"\u0107":{"d":"19,-93v0,-88,55,-97,121,-86r0,19v0,0,-29,-3,-43,-3v-43,0,-56,19,-56,70v0,56,9,76,56,76v14,0,43,-3,43,-3r1,19v0,0,-33,5,-48,5v-58,0,-74,-26,-74,-97xm45,-233r75,-34r8,19r-75,32","w":157},"\u0119":{"d":"157,51r2,19v-19,6,-57,3,-57,-28v0,-14,15,-32,24,-40v-72,11,-107,-14,-107,-91v0,-69,31,-94,75,-94v51,0,76,38,70,102r-123,0v0,42,12,65,50,65v26,0,66,-3,66,-3v-2,8,7,21,-7,19v-5,2,-47,50,-11,54v6,0,18,-3,18,-3xm41,-99r102,0v0,-48,-15,-65,-49,-65v-33,0,-53,18,-53,65","w":182},"\u0144":{"d":"55,0r-22,0r0,-180r22,0r0,13v0,0,31,-16,58,-16v81,0,56,108,60,183r-21,0v-6,-58,22,-163,-41,-163v-27,0,-56,15,-56,15r0,148xm61,-233r75,-34r8,19r-76,32","w":205},"\u015b":{"d":"84,-183v39,0,76,-8,63,25v0,0,-39,-6,-62,-6v-23,0,-43,7,-43,31v0,19,9,24,47,30v47,8,65,16,65,51v0,42,-26,56,-69,56v-22,0,-62,-7,-62,-7r1,-19v0,0,41,6,59,6v31,0,49,-7,49,-35v0,-22,-10,-26,-49,-32v-43,-7,-62,-14,-62,-49v0,-39,32,-51,63,-51xm46,-233r75,-34r8,19r-75,32","w":174},"\u017a":{"d":"19,-161r0,-19r134,0r0,19r-107,142r107,0r0,19r-134,0r0,-19r108,-142r-108,0xm44,-233r75,-34r8,19r-76,32","w":172},"\u017c":{"d":"19,-161r0,-19r134,0r0,19r-107,142r107,0r0,19r-134,0r0,-19r108,-142r-108,0xm76,-224r0,-27r21,0r0,27r-21,0","w":172},"\u00ab":{"d":"98,-126r-47,36r47,39r0,23r-66,-53r0,-18r66,-50r0,23xm179,-126r-47,36r47,39r0,23r-65,-53r0,-18r65,-50r0,23","w":203},"\u00bb":{"d":"152,-90r-46,-36r0,-23r65,50r0,18r-65,53r0,-23xm71,-90r-47,-36r0,-23r66,50r0,18r-66,53r0,-23","w":203},"\/":{"d":"35,-5r100,-249r20,7r-100,250"},"\u00a0":{"w":84}}});
