;if(window.jQuery)(function($){if($.browser.msie)try{document.execCommand("BackgroundImageCache",false,true)}catch(e){};$.fn.rating=function(options){if(this.length==0)return this;if(typeof arguments[0]=='string'){if(this.length>1){var args=arguments;return this.each(function(){$.fn.rating.apply($(this),args);});};$.fn.rating[arguments[0]].apply(this,$.makeArray(arguments).slice(1)||[]);return this;};var options=$.extend({},$.fn.rating.options,options||{});$.fn.rating.calls++;this.not('.star-rating-applied').addClass('star-rating-applied').each(function(){var control,input=$(this);var eid=(this.name||'unnamed-rating').replace(/\[|\]/g,'_').replace(/^\_+|\_+$/g,'');var context=$(this.form||document.body);var raters=context.data('rating');if(!raters||raters.call!=$.fn.rating.calls)raters={count:0,call:$.fn.rating.calls};var rater=raters[eid];if(rater)control=rater.data('rating');if(rater&&control)control.count++;else{control=$.extend({},options||{},($.metadata?input.metadata():($.meta?input.data():null))||{},{count:0,stars:[],inputs:[]});control.serial=raters.count++;rater=$('<span class="star-rating-control"/>');input.before(rater);rater.addClass('rating-to-be-drawn');if(input.attr('disabled'))control.readOnly=true;rater.append(control.cancel=$('<div class="rating-cancel"><a title="'+control.cancel+'">'+control.cancelValue+'</a></div>').mouseover(function(){$(this).rating('drain');$(this).addClass('star-rating-hover');}).mouseout(function(){$(this).rating('draw');$(this).removeClass('star-rating-hover');}).click(function(){$(this).rating('select');}).data('rating',control));};var star=$('<div class="star-rating rater-'+control.serial+'"><a title="'+(this.title||this.value)+'">'+this.value+'</a></div>');rater.append(star);if(this.id)star.attr('id',this.id);if(this.className)star.addClass(this.className);if(control.half)control.split=2;if(typeof control.split=='number'&&control.split>0){var stw=($.fn.width?star.width():0)||control.starWidth;var spi=(control.count%control.split),spw=Math.floor(stw/control.split);star.width(spw).find('a').css({'margin-left':'-'+(spi*spw)+'px'})};if(control.readOnly)star.addClass('star-rating-readonly');else star.addClass('star-rating-live').mouseover(function(){$(this).rating('fill');$(this).rating('focus');}).mouseout(function(){$(this).rating('draw');$(this).rating('blur');}).click(function(){$(this).rating('select');});if(this.checked)control.current=star;input.hide();input.change(function(){$(this).rating('select');});star.data('rating.input',input.data('rating.star',star));control.stars[control.stars.length]=star[0];control.inputs[control.inputs.length]=input[0];control.rater=raters[eid]=rater;control.context=context;input.data('rating',control);rater.data('rating',control);star.data('rating',control);context.data('rating',raters);});$('.rating-to-be-drawn').rating('draw').removeClass('rating-to-be-drawn');return this;};$.extend($.fn.rating,{calls:0,focus:function(){var control=this.data('rating');if(!control)return this;if(!control.focus)return this;var input=$(this).data('rating.input')||$(this.tagName=='INPUT'?this:null);if(control.focus)control.focus.apply(input[0],[input.val(),$('a',input.data('rating.star'))[0]]);},blur:function(){var control=this.data('rating');if(!control)return this;if(!control.blur)return this;var input=$(this).data('rating.input')||$(this.tagName=='INPUT'?this:null);if(control.blur)control.blur.apply(input[0],[input.val(),$('a',input.data('rating.star'))[0]]);},fill:function(){var control=this.data('rating');if(!control)return this;if(control.readOnly)return;this.rating('drain');this.prevAll().andSelf().filter('.rater-'+control.serial).addClass('star-rating-hover');},drain:function(){var control=this.data('rating');if(!control)return this;if(control.readOnly)return;control.rater.children().filter('.rater-'+control.serial).removeClass('star-rating-on').removeClass('star-rating-hover');},draw:function(){var control=this.data('rating');if(!control)return this;this.rating('drain');if(control.current){control.current.data('rating.input').attr('checked','checked');control.current.prevAll().andSelf().filter('.rater-'+control.serial).addClass('star-rating-on');}else $(control.inputs).removeAttr('checked');control.cancel[control.readOnly||control.required?'hide':'show']();this.siblings()[control.readOnly?'addClass':'removeClass']('star-rating-readonly');},select:function(value){var control=this.data('rating');if(!control)return this;if(control.readOnly)return;control.current=null;if(typeof value!='undefined'){if(typeof value=='number')return $(control.stars[value]).rating('select');if(typeof value=='string')$.each(control.stars,function(){if($(this).data('rating.input').val()==value)$(this).rating('select');});}else control.current=this[0].tagName=='INPUT'?this.data('rating.star'):(this.is('.rater-'+control.serial)?this:null);this.data('rating',control);this.rating('draw');var input=$(control.current?control.current.data('rating.input'):null);if(control.callback)control.callback.apply(input[0],[input.val(),$('a',control.current)[0]]);},readOnly:function(toggle,disable){var control=this.data('rating');if(!control)return this;control.readOnly=toggle||toggle==undefined?true:false;if(disable)$(control.inputs).attr("disabled","disabled");else $(control.inputs).removeAttr("disabled");this.data('rating',control);this.rating('draw');},disable:function(){this.rating('readOnly',true,true);},enable:function(){this.rating('readOnly',false,false);}});$.fn.rating.options={cancel:'Cancel Rating',cancelValue:'',split:0,starWidth:16};$(function(){$('input[type=radio].star').rating();});})(jQuery);jQuery(window).load(function(){var height_1=jQuery('#extended-footer .one').height();var height_2=jQuery('#extended-footer .two').height();var height_3=jQuery('#extended-footer .three').height();if((height_1>height_2)&&(height_1>height_3)){jQuery('#extended-footer .two').height(height_1);jQuery('#extended-footer .three').height(height_1);}else if((height_2>height_1)&&(height_1>height_3)){jQuery('#extended-footer .one').height(height_2);jQuery('#extended-footer .three').height(height_2);}else if((height_3>height_1)&&(height_3>height_2)){jQuery('#extended-footer .two').height(height_3);jQuery('#extended-footer .one').height(height_3);}});;(function($){$.fn.superfish=function(op){var sf=$.fn.superfish,c=sf.c,$arrow=$(['<span class="',c.arrowClass,'"> &#187;</span>'].join('')),over=function(){var $$=$(this),menu=getMenu($$);clearTimeout(menu.sfTimer);$$.showSuperfishUl().siblings().hideSuperfishUl();},out=function(){var $$=$(this),menu=getMenu($$),o=sf.op;clearTimeout(menu.sfTimer);menu.sfTimer=setTimeout(function(){o.retainPath=($.inArray($$[0],o.$path)>-1);$$.hideSuperfishUl();if(o.$path.length&&$$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}},o.delay);},getMenu=function($menu){var menu=$menu.parents(['ul.',c.menuClass,':first'].join(''))[0];sf.op=sf.o[menu.serial];return menu;},addArrow=function($a){$a.addClass(c.anchorClass).append($arrow.clone());};return this.each(function(){var s=this.serial=sf.o.length;var o=$.extend({},sf.defaults,op);o.$path=$('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){$(this).addClass([o.hoverClass,c.bcClass].join(' ')).filter('li:has(ul)').removeClass(o.pathClass);});sf.o[s]=sf.op=o;$('li:has(ul)',this)[($.fn.hoverIntent&&!o.disableHI)?'hoverIntent':'hover'](over,out).each(function(){if(o.autoArrows)addArrow($('>a:first-child',this));}).not('.'+c.bcClass).hideSuperfishUl();var $a=$('a',this);$a.each(function(i){var $li=$a.eq(i).parents('li');$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});});o.onInit.call(this);}).each(function(){var menuClasses=[c.menuClass];if(sf.op.dropShadows&&!($.browser.msie&&$.browser.version<7))menuClasses.push(c.shadowClass);$(this).addClass(menuClasses.join(' '));});};var sf=$.fn.superfish;sf.o=[];sf.op={};sf.IE7fix=function(){var o=sf.op;if($.browser.msie&&$.browser.version>6&&o.dropShadows&&o.animation.opacity!=undefined)this.toggleClass(sf.c.shadowClass+'-off');};sf.c={bcClass:'sf-breadcrumb',menuClass:'sf-js-enabled',anchorClass:'sf-with-ul',arrowClass:'sf-sub-indicator',shadowClass:'sf-shadow'};sf.defaults={hoverClass:'sfHover',pathClass:'overideThisToUse',pathLevels:1,delay:800,animation:{opacity:'show'},speed:'normal',autoArrows:true,dropShadows:true,disableHI:false,onInit:function(){},onBeforeShow:function(){},onShow:function(){},onHide:function(){}};$.fn.extend({hideSuperfishUl:function(){var o=sf.op,not=(o.retainPath===true)?o.$path:'';o.retainPath=false;var $ul=$(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass).find('>ul').hide().css('visibility','hidden');o.onHide.call($ul);return this;},showSuperfishUl:function(){var o=sf.op,sh=sf.c.shadowClass+'-off',$ul=this.addClass(o.hoverClass).find('>ul:hidden').css('visibility','visible');sf.IE7fix.call($ul);o.onBeforeShow.call($ul);$ul.animate(o.animation,o.speed,function(){sf.IE7fix.call($ul);o.onShow.call($ul);});return this;}});})(jQuery);jQuery(document).ready(function(){jQuery('ul#nav').superfish();});var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return!!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerFont({"w":335,"face":{"font-family":"League Gothic","font-weight":400,"font-stretch":"normal","units-per-em":"1000","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"735","descent":"-265","x-height":"8","bbox":"-22 -826 598 250","underline-thickness":"50","underline-position":"-50","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":154},"D":{"d":"340,-367v0,287,-15,366,-215,367r-85,0r0,-735r85,0v200,1,215,80,215,368xm148,-627r0,519v76,0,80,-19,80,-260v0,-240,-4,-259,-80,-259","w":372},"F":{"d":"297,-735r0,111r-149,0r0,193r100,0r0,111r-100,0r0,320r-108,0r0,-735r257,0","w":301,"k":{"a":10,"o":10,"e":10,"c":10}},"H":{"d":"232,0r0,-320r-84,0r0,320r-108,0r0,-735r108,0r0,304r84,0r0,-304r108,0r0,735r-108,0","w":380},"J":{"d":"6,7r0,-106v0,0,58,12,58,-54r0,-582r108,0r0,599v0,79,-38,150,-166,143","w":207},"L":{"d":"40,0r0,-735r108,0r0,635r143,0r0,100r-251,0","w":295,"k":{"A":-10,"Y":20}},"N":{"d":"259,0r-114,-417r-6,0r0,417r-99,0r0,-735r96,0r114,417r6,0r0,-417r99,0r0,735r-96,0","w":395},"P":{"d":"40,0r0,-735r108,0v94,0,190,51,190,220v0,169,-96,221,-190,221r0,294r-108,0xm148,-625r0,221v68,0,81,-25,81,-107v0,-82,-13,-114,-81,-114","w":352,"k":{"o":12,"e":12,"c":12}},"R":{"d":"341,0r-108,0r-56,-310r-29,0r0,310r-108,0r0,-735r108,0v128,0,184,74,184,212v0,73,-19,139,-60,167xm228,-519v0,-105,-50,-109,-80,-109r0,218v30,0,80,-4,80,-109","w":361},"T":{"d":"104,-624r-102,0r0,-111r312,0r0,111r-102,0r0,624r-108,0r0,-624","w":316,"k":{"y":5,"w":5,"v":5,"r":26,"p":26,"a":32,"o":28,"m":26,"e":28,"c":28,"A":22,"n":26,"x":20,"T":-8}},"V":{"d":"178,-300r58,-435r105,0r-112,735r-108,0r-112,-735r105,0r58,435r6,0","w":350,"k":{"A":22,"c":15,"e":15,"o":15,"a":18,"n":12,"m":12,"p":12,"r":12}},"X":{"d":"178,-228r-64,228r-106,0r119,-386r-117,-349r106,0r62,195v7,1,5,-6,7,-9r59,-186r106,0r-117,349r119,386r-106,0r-64,-228r-4,0","w":360},"Z":{"d":"10,0r0,-116r169,-512r-145,0r0,-107r262,0r0,107r-172,521r172,0r0,107r-286,0","w":306},"b":{"d":"40,0r0,-735r101,0r0,224v0,0,43,-44,80,-44v55,0,78,62,78,107r0,349v0,45,-23,107,-78,107v-37,0,-80,-44,-80,-44r0,36r-101,0xm141,-120v1,41,57,44,57,0r0,-307v0,-19,-12,-33,-27,-33v-15,0,-30,17,-30,33r0,307","k":{"t":6,"a":6,"s":5}},"d":{"d":"295,-735r0,735r-101,0r0,-36v0,0,-43,44,-80,44v-55,0,-78,-62,-78,-107r0,-349v0,-45,23,-107,78,-107v37,0,80,44,80,44r0,-224r101,0xm194,-120r0,-307v0,-44,-57,-42,-57,0r0,307v0,19,12,33,27,33v14,0,30,-14,30,-33"},"f":{"d":"194,-649v-38,0,-31,69,-32,102r51,0r0,91r-51,0r0,456r-101,0r0,-456r-51,0r0,-91r51,0v0,-73,-6,-192,116,-192v32,0,47,7,47,7r0,87v0,0,-13,-4,-30,-4","w":232,"k":{"a":2,"f":6}},"h":{"d":"174,-457v-20,0,-33,26,-33,26r0,431r-101,0r0,-735r101,0r0,234v8,-5,47,-54,82,-54v54,0,76,62,76,107r0,448r-101,0r0,-433v0,-21,-12,-24,-24,-24","w":337,"k":{"t":6,"a":6,"s":5}},"j":{"d":"37,-634r0,-101r101,0r0,101r-101,0xm37,-547r101,0r0,561v0,57,0,174,-116,174v-32,0,-44,-6,-44,-6r0,-93v0,0,14,4,28,4v34,0,31,-55,31,-80r0,-560","w":178},"l":{"d":"141,0r-101,0r0,-735r101,0r0,735","w":181,"k":{"t":4,"c":2,"e":2,"o":2,"s":5}},"n":{"d":"174,-457v-20,0,-33,26,-33,26r0,431r-101,0r0,-547r101,0r0,46v8,-5,47,-54,82,-54v54,0,76,62,76,107r0,448r-101,0r0,-433v0,-21,-12,-24,-24,-24","w":337,"k":{"t":6,"a":6,"s":5}},"C":{"d":"220,-252r101,0r0,101v0,0,1,159,-144,159v-145,0,-144,-159,-144,-159r0,-433v0,0,-1,-159,144,-159v145,0,144,159,144,159r0,101r-101,0r0,-101v0,0,4,-54,-41,-54v-38,0,-38,54,-38,54r0,433v0,0,0,54,38,54v45,0,41,-54,41,-54r0,-101","w":346},"E":{"d":"40,0r0,-735r247,0r0,111r-139,0r0,193r100,0r0,118r-100,0r0,202r139,0r0,111r-247,0","w":307,"k":{"A":-2}},"G":{"d":"321,-471r-108,0r0,-113v0,0,2,-54,-36,-54v-38,0,-36,54,-36,54r0,442v0,0,-2,54,36,54v38,0,36,-54,36,-54r0,-133r-43,0r0,-91r151,0r0,366r-64,0r-13,-35v-20,25,-50,43,-84,43v-137,0,-127,-159,-127,-159r0,-433v0,0,-1,-159,144,-159v145,0,144,159,144,159r0,113","w":360},"I":{"d":"40,0r0,-735r108,0r0,735r-108,0","w":188,"k":{"t":4,"c":2,"e":2,"o":2,"s":5}},"K":{"d":"40,-735r108,0r0,257v8,1,6,-8,9,-12r90,-245r105,0r-99,242r112,493r-105,0r-78,-335v-7,1,-5,11,-9,15r-25,60r0,260r-108,0r0,-735","w":375},"M":{"d":"265,0r-46,0r-73,-493r-6,0r0,493r-100,0r0,-735r132,0r64,336v3,12,0,30,7,39r5,-39r64,-336r132,0r0,735r-100,0r0,-493r-6,0","w":484},"O":{"d":"321,-151v0,0,1,159,-144,159v-145,0,-144,-159,-144,-159r0,-433v0,0,-1,-159,144,-159v145,0,144,159,144,159r0,433xm213,-584v0,0,2,-54,-36,-54v-38,0,-36,54,-36,54r0,433v0,0,-2,54,36,54v38,0,36,-54,36,-54r0,-433","w":354,"k":{"T":10}},"Q":{"d":"321,-151v0,0,0,46,-22,89v9,12,22,22,43,26r0,92v-61,0,-93,-26,-111,-57v-15,5,-33,9,-54,9v-145,0,-144,-159,-144,-159r0,-433v0,0,-1,-159,144,-159v145,0,144,159,144,159r0,433xm213,-584v0,0,2,-54,-36,-54v-38,0,-36,54,-36,54r0,433v0,0,-2,54,36,54v38,0,36,-54,36,-54r0,-433","w":356},"S":{"d":"219,-172v0,-118,-186,-264,-186,-399v0,-80,39,-170,141,-172v130,-3,151,113,151,195r-106,10v0,-49,-7,-106,-43,-106v-28,0,-37,31,-37,73v0,119,186,260,186,394v0,98,-32,185,-150,185v-139,0,-157,-105,-157,-214r106,-10v0,61,6,125,51,125v32,0,44,-35,44,-81","w":343},"U":{"d":"219,-735r108,0r0,584v0,0,1,159,-144,159v-145,0,-144,-159,-144,-159r0,-584r108,0r0,584v0,0,-2,54,36,54v38,0,36,-54,36,-54r0,-584","w":366},"W":{"d":"251,-391r-56,391r-84,0r-99,-735r100,0r45,406r8,0r49,-406r78,0r49,406r8,0r45,-406r100,0r-99,735r-84,0r-56,-391r-4,0","w":506,"k":{"A":22,"c":15,"e":15,"o":15,"a":18,"n":12,"m":12,"p":12,"r":12}},"Y":{"d":"113,-735r57,242v4,0,3,-5,5,-7r54,-235r106,0r-110,422r0,313r-108,0r0,-313r-110,-422r106,0","w":342,"k":{"A":25,"d":25,"q":25,"c":40,"e":40,"o":40,"a":42}},"A":{"d":"115,0r-105,0r111,-735r132,0r111,735r-105,0r-20,-150r-104,0xm224,-264r-34,-251v-11,-2,-6,13,-9,19r-31,232r74,0","w":374,"k":{"T":22}},"c":{"d":"133,-421r0,295v0,20,1,44,28,44v46,0,24,-78,29,-120r101,0r0,53v0,122,-45,157,-130,157v-73,0,-129,-40,-129,-162r0,-239v0,-122,56,-162,129,-162v85,0,130,35,130,157r0,43r-101,0v-4,-40,14,-110,-29,-110v-27,0,-28,24,-28,44","w":315,"k":{"t":5,"f":5,"v":5,"w":5,"y":5,"a":5,"n":2,"m":2,"p":2,"r":2,"l":2,"I":2,"i":2,"|":2,"s":4}},"e":{"d":"199,-196r94,0r0,63v0,0,0,141,-131,141v-130,0,-130,-144,-130,-144r0,-275v0,0,1,-144,131,-144v131,0,130,141,130,141r0,159r-167,0r0,119v0,0,0,55,37,55v38,0,36,-55,36,-55r0,-60xm126,-411r0,77r73,0r0,-77v0,0,2,-56,-36,-56v-37,0,-37,56,-37,56","w":322,"k":{"t":5,"f":5,"v":5,"w":5,"y":5,"a":5,"n":2,"m":2,"p":2,"r":2,"l":2,"I":2,"i":2,"|":2,"s":4}},"g":{"d":"282,-453v12,64,2,120,5,189v0,0,-3,135,-130,135v-7,0,-13,0,-19,-1v-8,7,-14,17,-14,25v0,23,40,28,77,34v63,9,140,32,140,127v0,107,-90,140,-173,140v-97,0,-162,-25,-162,-106v0,-37,41,-65,79,-83v-33,-9,-61,-31,-61,-73v0,-31,34,-66,63,-82v-57,-38,-58,-119,-58,-119r0,-149v0,0,2,-139,128,-139v51,0,82,23,101,50v14,-14,50,-50,83,-50r0,90v-27,0,-47,6,-59,12xm188,-412v0,0,3,-50,-31,-50v-32,0,-29,50,-29,50r0,150v0,0,-3,49,29,49v34,0,31,-49,31,-49r0,-150xm247,74v14,-31,-71,-43,-106,-49v-50,24,-56,88,29,86v34,0,77,-11,77,-37","w":342,"k":{",":-10,"s":4,"o":5,"e":5,"c":5}},"i":{"d":"141,0r-101,0r0,-547r101,0r0,547xm40,-634r0,-101r101,0r0,101r-101,0","w":181,"k":{"t":4,"c":2,"e":2,"o":2,"s":5}},"k":{"d":"40,-735r101,0r0,349v10,1,7,-12,11,-18r49,-143r91,0r-73,178r92,369r-97,0r-52,-229v-14,4,-12,28,-21,40r0,189r-101,0r0,-735","w":313,"k":{"o":5,"e":5,"c":5}},"m":{"d":"366,-433v-3,-49,-65,-8,-65,2r0,431r-95,0r0,-433v-3,-49,-65,-8,-65,2r0,431r-101,0r0,-547r101,0r0,46v8,-5,49,-54,84,-54v36,0,58,29,68,61v16,-12,57,-61,92,-61v54,0,76,62,76,107r0,448r-95,0r0,-433","w":499,"k":{"t":6,"a":6,"s":5}},"o":{"d":"290,-414r0,281v0,0,1,141,-130,141v-130,0,-129,-144,-129,-144r0,-275v0,0,-1,-144,129,-144v131,0,130,141,130,141xm195,-411v0,0,3,-56,-35,-56v-37,0,-34,56,-34,56r0,275v0,0,-3,55,34,55v38,0,35,-55,35,-55r0,-275","w":321,"k":{"t":5,"f":5,"v":5,"w":5,"y":5,"a":5,"n":2,"m":2,"p":2,"r":2,"l":2,"I":2,"i":2,"|":2,"s":4}},"a":{"d":"123,-142v0,13,3,51,28,51v23,0,42,-15,42,-33r0,-140v-49,21,-70,70,-70,122xm24,-127v0,-185,159,-197,169,-230v-5,-43,18,-110,-28,-110v-34,0,-28,50,-29,81r-101,0v-7,-97,52,-169,136,-169v66,0,123,53,123,124r0,336v0,49,3,71,7,95r-99,0v-9,-10,-9,-38,-9,-44r-7,0v-10,19,-40,52,-81,52v-27,0,-81,-20,-81,-135","w":333,"k":{"t":7,"f":5,"v":4,"w":4,"y":4,"n":3,"m":3,"p":3,"r":3,"l":3,"I":3,"i":3,"|":3,"s":4}},"p":{"d":"40,188r0,-735r101,0r0,36v0,0,43,-44,80,-44v55,0,78,62,78,107r0,349v0,45,-23,107,-78,107v-37,0,-80,-44,-80,-44r0,224r-101,0xm141,-427r0,307v0,44,57,42,57,0r0,-307v0,-19,-12,-33,-27,-33v-14,0,-30,14,-30,33","k":{"t":6,"a":6,"s":5}},"q":{"d":"295,-547r0,735r-101,0r0,-224v0,0,-43,44,-80,44v-55,0,-78,-62,-78,-107r0,-349v0,-45,23,-107,78,-107v37,0,80,44,80,44r0,-36r101,0xm194,-427v-1,-41,-57,-44,-57,0r0,307v0,19,12,33,27,33v15,0,30,-17,30,-33r0,-307"},"r":{"d":"242,-555r0,112v0,0,-47,-15,-79,13v-18,16,-22,33,-22,50r0,380r-101,0r0,-547r101,0r0,61v3,-14,27,-69,101,-69","w":246,"k":{"s":5,"a":8,"o":4,"e":4,"c":4}},"s":{"d":"194,-142v0,-99,-159,-141,-159,-265v0,-65,26,-146,123,-148v118,-2,129,86,129,148r-94,0v0,-26,-1,-64,-33,-64v-27,0,-31,36,-31,64v0,35,35,68,66,98v44,42,93,96,93,167v0,68,-33,150,-129,150v-123,0,-141,-108,-141,-167r94,0v0,29,5,83,47,83v29,0,35,-34,35,-66","w":308,"k":{"t":9}},"t":{"d":"61,-682r101,0r0,135r69,0r0,91r-69,0r0,272v0,34,0,90,32,90v17,0,37,-4,37,-4r0,99v0,0,-22,7,-54,7v-116,0,-116,-120,-116,-184r0,-280r-51,0r0,-91r51,0r0,-135","w":245,"k":{"a":2,"z":-6,"t":6}},"u":{"d":"163,-90v20,0,33,-26,33,-26r0,-431r101,0r0,547r-101,0r0,-46v-8,5,-47,54,-82,54v-54,0,-76,-62,-76,-107r0,-448r101,0r0,433v0,21,12,24,24,24","w":337,"k":{"t":5,"v":5,"w":5,"y":5,"c":4,"e":4,"o":4,"s":4}},"v":{"d":"197,0r-100,0r-89,-547r98,0r37,352r8,0r37,-352r98,0","w":294,"k":{"c":3,"e":3,"o":3,"a":7,"'":-12,"\u201d":-12,"\u201c":-12,"\u2018":-12,"\u2019":-12}},"w":{"d":"351,0r-84,0r-44,-292r-4,0r-44,292r-84,0r-81,-547r92,0r36,317r6,0r47,-317r60,0r47,317r6,0r36,-317r92,0","w":442,"k":{"c":3,"e":3,"o":3,"a":7,"'":-12,"\u201d":-12,"\u201c":-12,"\u2018":-12,"\u2019":-12}},"x":{"d":"8,0r94,-282r-86,-265r95,0v15,46,23,100,41,143r39,-143r95,0r-86,265r94,282r-98,0v-17,-50,-26,-106,-46,-153v-12,53,-30,102,-44,153r-98,0","w":302},"y":{"d":"16,194r0,-90v53,13,97,-41,89,-88r-93,-563r99,0r42,364r4,0r42,-364r99,0r-97,588v-13,91,-72,174,-185,153","w":310,"k":{"c":3,"e":3,"o":3,"a":7,"'":-12,"\u201d":-12,"\u201c":-12,"\u2018":-12,"\u2019":-12}},"z":{"d":"6,0r0,-82r139,-373r-117,0r0,-92r224,0r0,82r-139,373r139,0r0,92r-246,0","w":260},"1":{"d":"84,-576r-72,0r0,-69v90,-18,115,-90,115,-90r65,0r0,735r-108,0r0,-576","w":232},"2":{"d":"138,-502r-108,0v-3,-127,7,-241,144,-241v110,0,144,82,144,183v0,150,-114,359,-169,453r171,0r0,107r-293,0r0,-107v0,0,183,-266,183,-446v0,-40,-4,-90,-36,-90v-43,0,-35,87,-36,141","w":357},"4":{"d":"179,0r0,-160r-167,0r0,-95r158,-480r108,0r0,480r50,0r0,95r-50,0r0,160r-99,0xm173,-507r-69,252r75,0r0,-252r-6,0","w":334,"k":{"9":-2,"3":-5,"8":-8}},"6":{"d":"314,-301r0,150v0,35,-9,159,-141,159v-132,0,-141,-124,-141,-159r0,-418v0,-52,6,-174,141,-174v135,0,141,122,141,174r0,46r-108,0v0,-99,-2,-126,-33,-126v-27,0,-33,24,-33,80r0,131v18,-11,35,-18,54,-18v111,0,120,114,120,155xm140,-119v0,9,8,33,33,33v23,0,33,-24,33,-33r0,-220v0,-9,-10,-33,-33,-33v-23,0,-33,20,-33,30r0,223","w":342},"8":{"d":"258,-388v56,53,59,131,56,231v0,20,-3,165,-144,165v-141,0,-144,-145,-144,-165v-3,-100,-1,-178,56,-231v-46,-47,-54,-112,-50,-197v0,-19,3,-158,138,-158v135,0,138,139,138,158v3,85,-3,150,-50,197xm209,-200v0,-88,-2,-130,-39,-130v-37,0,-39,42,-39,130v0,79,8,109,39,109v37,0,39,-41,39,-109xm202,-547v0,-67,-4,-101,-32,-101v-24,0,-32,25,-32,101v0,77,4,111,32,111v28,0,32,-34,32,-111","w":340,"k":{"2":4}},"0":{"d":"321,-151v0,0,1,159,-144,159v-145,0,-144,-159,-144,-159r0,-433v0,0,-1,-159,144,-159v145,0,144,159,144,159r0,433xm213,-584v0,0,2,-54,-36,-54v-38,0,-36,54,-36,54r0,433v0,0,-2,54,36,54v38,0,36,-54,36,-54r0,-433","w":354},"3":{"d":"300,-585v0,110,-19,161,-53,195v52,41,62,117,62,202v0,19,-5,196,-140,196v-135,0,-143,-137,-143,-220r106,0v1,99,10,125,37,125v34,0,34,-51,34,-93v2,-96,10,-152,-91,-152r0,-90v90,-5,82,-38,82,-131v0,-42,0,-95,-34,-95v-27,0,-31,26,-32,125r-106,0v0,-83,3,-220,138,-220v135,0,140,139,140,158","k":{"7":2}},"5":{"d":"144,-185v0,75,8,99,33,99v23,0,33,-24,33,-98r0,-164v0,-30,-11,-54,-34,-54v-24,0,-42,37,-42,54r-91,0r0,-387r261,0r0,107r-168,0r0,153v0,0,34,-25,62,-25v111,0,120,128,120,152r0,164v0,68,-9,192,-141,192v-132,0,-141,-124,-141,-222r108,0r0,29","w":344},"7":{"d":"56,0r110,-628r-162,0r0,-107r272,0r0,108r-108,627r-112,0","w":288,"k":{"4":12,"1":-5}},"9":{"d":"28,-441r0,-143v0,-35,9,-159,141,-159v132,0,141,124,141,159r0,418v0,52,-6,174,-141,174v-135,0,-141,-122,-141,-174r0,-46r108,0v0,99,2,126,33,126v27,0,33,-24,33,-80r0,-138v-18,11,-35,18,-54,18v-111,0,-120,-114,-120,-155xm202,-400r0,-216v0,-9,-8,-33,-33,-33v-23,0,-33,24,-33,33r0,213v0,9,10,33,33,33v23,0,33,-20,33,-30","w":342},".":{"d":"26,0r0,-111r105,0r0,111r-105,0","w":157},";":{"d":"36,-436r0,-111r105,0r0,111r-105,0xm141,-111r0,111r-55,130r-50,0r35,-130r-35,0r0,-111r105,0","w":177},",":{"d":"127,-111r0,111r-55,130r-50,0r35,-130r-35,0r0,-111r105,0","w":151},":":{"d":"36,0r0,-111r105,0r0,111r-105,0xm36,-436r0,-111r105,0r0,111r-105,0","w":177},"!":{"d":"42,0r0,-111r105,0r0,111r-105,0xm63,-198r-27,-537r117,0r-27,537r-63,0","w":189},"$":{"d":"220,-180v0,-139,-185,-231,-185,-384v1,-71,24,-148,105,-167r0,-64r60,0r0,61v79,9,106,70,115,138r-94,12v-4,-33,-15,-62,-45,-61v-31,1,-41,40,-41,79v0,137,185,231,185,385v0,87,-28,168,-120,180r0,106r-60,0r0,-108v-87,-15,-118,-90,-122,-172r94,-6v3,48,18,91,63,91v34,0,45,-43,45,-90","w":338},"&":{"d":"24,-154v0,-83,42,-151,83,-213v-34,-72,-52,-139,-52,-216v0,0,-4,-160,132,-160v136,0,129,160,129,160v0,64,-43,136,-100,212v32,73,54,111,72,139v13,-37,21,-86,23,-103r86,16v-2,27,-12,112,-45,175v21,24,39,35,45,37r0,115v-10,0,-58,-21,-102,-68v-36,41,-78,68,-123,68v-86,0,-148,-75,-148,-162xm238,-128v-27,-42,-54,-87,-85,-144v0,0,-26,42,-25,113v1,42,21,73,49,73v26,0,43,-18,61,-42xm225,-586v0,0,4,-71,-38,-71v-42,0,-38,74,-38,74v0,41,9,76,27,120v24,-37,49,-85,49,-123","w":417},"?":{"d":"97,-111r0,111r105,0r0,-111r-105,0xm295,-599v0,107,-100,148,-99,276r0,125r-93,0r0,-125v-1,-140,63,-193,93,-276v5,-13,-4,-46,-33,-46v-36,-1,-58,51,-64,71r-87,-41v12,-31,61,-126,153,-124v113,2,130,101,130,140","w":315},"-":{"d":"36,-222r0,-95r145,0r0,95r-145,0","w":217,"k":{"7":20}},"'":{"d":"127,-735r0,111r-55,130r-50,0r35,-130r-35,0r0,-111r105,0","w":151},"\/":{"d":"4,72r265,-807r79,0r-262,807r-82,0","w":352},"_":{"d":"36,159r0,-84r519,0r0,84r-519,0","w":591},"=":{"d":"36,-233r0,-84r445,0r0,84r-445,0xm36,-422r0,-84r445,0r0,84r-445,0","w":517},"+":{"d":"36,-317r0,-84r181,0r0,-169r84,0r0,169r181,0r0,84r-181,0r0,169r-84,0r0,-169r-181,0","w":518},">":{"d":"481,-395r0,78r-445,232r0,-97r341,-174r-341,-174r0,-97","w":517},"\u201d":{"d":"131,-735r0,111r-55,130r-50,0r35,-130r-35,0r0,-111r105,0xm279,-735r0,111r-55,130r-50,0r35,-130r-35,0r0,-111r105,0","w":305},"\u201c":{"d":"174,-494r0,-111r55,-130r50,0r-35,130r35,0r0,111r-105,0xm26,-494r0,-111r55,-130r50,0r-35,130r35,0r0,111r-105,0","w":305},"\u2013":{"d":"36,-317r0,-95r322,0r0,95r-322,0","w":394},"\u2014":{"d":"36,-317r0,-95r403,0r0,95r-403,0","w":475},"|":{"d":"134,250r-94,0r0,-1076r94,0r0,1076","w":174,"k":{"t":4,"c":2,"e":2,"o":2,"s":5}},"~":{"d":"439,-635v-93,0,-139,-85,-220,-85v-70,0,-98,88,-98,88r-66,-28v0,0,48,-150,164,-150v96,0,138,85,220,85v63,0,93,-89,93,-89r66,28v0,0,-50,151,-159,151","w":625},"[":{"d":"235,-735r0,96r-99,0r0,647r99,0r0,96r-195,0r0,-839r195,0","w":263},"]":{"d":"28,-639r0,-96r195,0r0,839r-195,0r0,-96r99,0r0,-647r-99,0","w":263},"\\":{"d":"83,-826r300,914r-82,0r-297,-914r79,0","w":387},"{":{"d":"94,-563v0,-149,59,-183,214,-180r0,84v-85,-1,-118,17,-118,96r0,194v0,53,-23,84,-62,108v39,25,62,56,62,108r0,194v0,79,33,97,118,96r0,84v-155,3,-214,-31,-214,-180r0,-194v0,-13,-10,-65,-64,-68r0,-80v54,0,64,-54,64,-68r0,-194","w":336},"}":{"d":"242,-563r0,194v0,14,10,68,64,68r0,80v-54,3,-64,55,-64,68r0,194v0,149,-59,183,-214,180r0,-84v85,1,118,-17,118,-96r0,-194v0,-52,23,-83,62,-108v-39,-24,-62,-55,-62,-108r0,-194v0,-79,-33,-97,-118,-96r0,-84v155,-3,214,31,214,180","w":336},"@":{"d":"398,-582r0,387r-80,0r-10,-27v0,0,-16,33,-55,33v-53,0,-71,-38,-71,-84r0,-237v0,-45,18,-83,71,-83v39,0,55,33,55,33v2,-50,-7,-99,-93,-99v-75,0,-93,55,-93,77r0,434v0,24,18,75,93,75v43,0,66,-11,82,-31r74,42v-27,36,-72,70,-156,70v-147,0,-183,-110,-183,-156r0,-434v0,-48,36,-161,183,-161v147,0,183,113,183,161xm308,-280r0,-222v0,-16,-10,-26,-24,-26v-15,0,-23,8,-23,26r0,222v0,18,8,26,23,26v14,0,24,-8,24,-26","w":426},"*":{"d":"137,-649r-9,-86r75,0r-9,86r80,-34r21,72r-84,17r56,67r-64,39r-38,-74r-37,74r-64,-39r56,-67r-84,-17r21,-72","w":331},"(":{"d":"175,-776r79,41v0,0,-126,172,-126,420v0,248,126,419,126,419r-79,41v0,0,-143,-210,-143,-460v0,-250,143,-461,143,-461","w":274},"`":{"d":"143,-727r105,0r52,90r-78,0","w":500},"%":{"d":"144,0r-67,0r270,-735r64,0xm122,-658v0,0,1,-27,-17,-27v-20,0,-18,27,-18,27r0,213v0,0,-2,27,18,27v18,0,17,-27,17,-27r0,-213xm403,-290v0,0,1,-27,-17,-27v-20,0,-18,27,-18,27r0,213v0,0,-2,28,18,28v18,0,17,-28,17,-28r0,-213xm182,-445v0,0,0,86,-77,86v-79,0,-78,-86,-78,-86r0,-213v0,0,-1,-85,78,-85v77,0,77,85,77,85r0,213xm463,-77v0,0,0,85,-77,85v-79,0,-78,-85,-78,-85r0,-213v0,0,-1,-86,78,-86v77,0,77,86,77,86r0,213","w":489},"#":{"d":"24,-214r13,-95r97,0r18,-126r-96,0r13,-95r96,0r28,-205r96,0r-28,205r127,0r28,-205r96,0r-28,205r94,0r-13,95r-94,0r-18,126r93,0r-13,95r-93,0r-29,214r-96,0r29,-214r-127,0r-29,214r-96,0r29,-214r-97,0xm248,-435r-18,126r127,0r18,-126r-127,0","w":602},"\"":{"d":"118,-466r-75,0r-15,-269r105,0","w":161},")":{"d":"20,-735r79,-41v0,0,143,211,143,461v0,250,-143,460,-143,460r-79,-41v0,0,126,-171,126,-419v0,-248,-126,-420,-126,-420","w":274},"<":{"d":"36,-317r0,-78r445,-232r0,97r-341,174r341,174r0,97","w":517},"^":{"d":"212,-735r114,0r186,340r-97,0r-146,-265r-146,265r-97,0","w":538},"\u2122":{"d":"87,-684r-51,0r0,-51r157,0r0,51r-51,0r0,283r-55,0r0,-283xm329,-401r-25,0r-39,-219r0,219r-50,0r0,-334r67,0r33,156r3,0r33,-156r67,0r0,334r-51,0r0,-219","w":458},"\u2018":{"d":"24,-494r0,-111r55,-130r50,0r-35,130r35,0r0,111r-105,0","w":151},"\u2019":{"d":"127,-735r0,111r-55,130r-50,0r35,-130r-35,0r0,-111r105,0","w":151},"\u2026":{"d":"26,0r0,-111r105,0r0,111r-105,0xm183,0r0,-111r105,0r0,111r-105,0xm340,0r0,-111r105,0r0,111r-105,0","w":471},"B":{"d":"173,0r-133,0r0,-735r95,0v129,0,197,49,197,195v0,68,-15,107,-67,152v0,0,75,34,75,180v0,108,-38,208,-167,208xm228,-220v0,-121,-60,-113,-80,-113r0,226v20,0,80,8,80,-113xm228,-530v0,-101,-60,-98,-80,-98r0,196v20,0,80,3,80,-98","w":364,"k":{"Y":10}},"\u00a0":{"w":154}}});Cufon.registerFont({"w":188,"face":{"font-family":"Impact","font-weight":400,"font-stretch":"condensed","units-per-em":"360","panose-1":"2 11 8 6 3 9 2 5 2 4","ascent":"288","descent":"-72","x-height":"4","bbox":"-2 -339 362 53.2658","underline-thickness":"17.9297","underline-position":"-27.0703","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":63},"!":{"d":"91,-285r-12,215r-55,0r-11,-215r78,0xm85,-57r0,57r-67,0r0,-57r67,0","w":97},"\"":{"d":"16,-193v-7,-27,-12,-56,-10,-92r54,0v2,35,-2,64,-8,92r-36,0xm82,-193v-6,-28,-11,-56,-9,-92r54,0v2,35,-3,65,-9,92r-36,0","w":133},"#":{"d":"6,-187r54,0r15,-67r33,0r-14,67r62,0r15,-67r33,0r-15,67r30,0r0,34r-36,0r-11,53r47,0r0,33r-53,0r-15,67r-33,0r14,-67r-63,0r-13,67r-34,0r14,-67r-30,0r0,-33r37,0r11,-53r-48,0r0,-34xm87,-153r-11,53r63,0r11,-53r-63,0","w":225},"$":{"d":"114,-286v45,5,71,33,65,84r-71,0v-1,-20,5,-42,-13,-42v-19,0,-14,37,-6,44v28,28,98,44,98,115v0,52,-25,80,-73,86r0,27r-32,0r0,-28v-48,-6,-76,-38,-71,-102r71,0v3,28,-8,59,12,60v23,2,14,-42,11,-53v-30,-43,-99,-48,-96,-119v1,-45,28,-67,73,-72r0,-23r32,0r0,23","w":197},"%":{"d":"194,-290r-111,295r-27,0r111,-295r27,0xm58,-290v57,-3,53,46,53,103v0,38,-15,49,-50,52v-60,5,-55,-45,-55,-101v0,-39,16,-52,52,-54xm59,-160v9,0,6,-5,7,-16r0,-73v0,-12,1,-15,-7,-16v-8,1,-7,5,-8,16r0,72v1,12,-3,17,8,17xm190,-153v57,0,53,46,53,103v0,39,-15,53,-50,53v-37,0,-55,-12,-55,-50v0,-56,-5,-106,52,-106xm191,-22v8,-1,7,-5,7,-16r0,-73v0,-12,1,-16,-7,-17v-8,1,-7,6,-8,17r0,72v1,12,0,16,8,17","w":249},"&":{"d":"93,-243v64,0,90,75,46,115r25,45r38,-25r0,48r-20,13r25,47r-65,0r-9,-16v-51,43,-127,20,-127,-48v0,-33,15,-48,40,-58v-54,-35,-24,-121,47,-121xm92,-204v-21,4,-11,35,1,46v13,-15,19,-40,-1,-46xm86,-86v-16,12,-20,44,3,46v6,0,12,-3,20,-8","w":207},"'":{"d":"16,-193v-7,-27,-12,-56,-10,-92r54,0v2,35,-2,64,-8,92r-36,0","w":66},"(":{"d":"15,-215v-8,-71,28,-70,91,-70r0,37v-28,1,-27,3,-27,33r0,146v1,29,0,31,27,32r0,37v-62,-1,-91,3,-91,-70r0,-145","w":112,"k":{"\u00c4":-9,"A":-9}},")":{"d":"34,-215v0,-31,0,-32,-28,-33r0,-37v62,0,92,-1,92,70r0,145v7,72,-28,70,-92,70r0,-37v28,0,28,-3,28,-32r0,-146","w":112},"*":{"d":"62,-285r0,29r26,-9r8,20r-26,11r16,24r-17,13r-18,-24r-18,24r-18,-13r16,-24r-26,-11r8,-20r27,9r0,-29r22,0","w":101},"+":{"d":"11,-163r63,0r0,-64r43,0r0,64r64,0r0,42r-64,0r0,63r-43,0r0,-63r-63,0r0,-42","w":191},",":{"d":"54,-56v4,50,-8,86,-48,92r0,-20v7,-4,11,-9,12,-16r-12,0r0,-56r48,0","w":60},"-":{"d":"100,-141r0,49r-94,0r0,-49r94,0","w":105},"\u00ad":{"d":"100,-141r0,49r-94,0r0,-49r94,0","w":105},".":{"d":"60,-58r0,58r-54,0r0,-58r54,0","w":66},"\/":{"d":"140,-290r-84,295r-54,0r85,-295r53,0","w":142},"0":{"d":"95,-290v62,0,85,30,85,102r0,95v4,68,-21,98,-80,98v-64,0,-87,-27,-87,-94r0,-99v-4,-71,21,-102,82,-102xm96,-38v15,-2,13,-11,13,-33r0,-141v-2,-22,4,-33,-12,-34v-15,2,-13,11,-13,34r0,139v1,25,-4,32,12,35","w":193},"1":{"d":"51,-153v4,-54,-4,-51,-49,-53r0,-33v34,-7,60,-23,78,-46r42,0r0,285r-71,0r0,-153","w":137},"2":{"d":"172,-216v0,77,-30,78,-84,167r78,0r0,49r-157,0r0,-41v59,-106,80,-112,96,-182v0,-14,-4,-23,-16,-23v-22,-1,-15,35,-16,58r-64,0v-3,-65,18,-101,77,-102v52,-1,86,28,86,74","w":180,"k":{"4":7}},"3":{"d":"175,-215v0,34,-7,41,-29,54v30,13,31,25,32,76v1,63,-23,91,-83,91v-72,0,-90,-38,-84,-119r71,0v4,26,-10,75,12,75v20,0,13,-32,13,-59v0,-31,-8,-38,-42,-37r0,-41v44,4,42,-11,42,-47v0,-16,0,-24,-13,-24v-19,-1,-10,30,-12,49r-71,0v-4,-65,12,-95,77,-93v62,2,87,20,87,75","w":190,"k":{"7":4}},"4":{"d":"158,-285r0,186r20,0r0,49r-20,0r0,50r-72,0r0,-50r-84,0r0,-49r61,-186r95,0xm86,-99r0,-121r-31,121r31,0","w":179,"k":{"7":7,"1":8}},"5":{"d":"96,-166v-12,2,-14,8,-13,25r-71,0r3,-144r153,0r0,46r-88,0r0,48v11,-13,25,-19,42,-19v63,0,60,56,60,120v0,68,-22,94,-84,95v-67,0,-92,-36,-86,-112r71,0v3,31,-8,66,15,69v26,-4,8,-65,13,-101v-1,-17,-1,-26,-15,-27","w":193,"k":{"7":11,"2":7,"1":11}},"6":{"d":"13,-120v0,-99,-7,-170,85,-170v56,0,86,24,85,81r-71,0v0,-17,3,-39,-15,-37v-25,2,-8,50,-13,78v30,-47,115,-15,99,53v7,78,-12,122,-82,120v-77,-2,-88,-36,-88,-125xm98,-38v23,-4,14,-55,14,-82v0,-17,-1,-26,-14,-27v-25,4,-14,52,-14,78v0,20,-1,29,14,31","w":194,"k":{"7":5,"2":4}},"7":{"d":"138,-285r0,62r-46,223r-70,0r50,-233r-70,0r0,-52r136,0","w":140,"k":{"7":-7,"4":7,"3":-4,"1":-8}},"8":{"d":"178,-215v0,34,-7,40,-30,54v28,14,32,25,33,78v1,65,-23,88,-85,88v-62,0,-86,-23,-84,-91v1,-37,1,-61,28,-75v-19,-9,-25,-29,-26,-56v-1,-51,29,-73,81,-73v59,0,83,22,83,75xm96,-178v18,2,12,-27,12,-45v0,-16,1,-22,-12,-23v-19,-1,-12,27,-12,45v0,15,1,22,12,23xm97,-38v21,0,13,-42,13,-66v0,-17,-1,-27,-14,-27v-22,0,-13,41,-13,64v0,19,0,29,14,29","w":192},"9":{"d":"183,-125v19,114,-49,150,-135,121v-26,-9,-35,-36,-35,-72r71,0v0,18,-2,38,15,38v25,-5,9,-51,13,-79v-30,47,-115,15,-99,-53v-7,-78,12,-120,82,-120v92,0,92,66,88,165xm98,-246v-24,3,-12,55,-14,82v-2,18,2,25,14,26v26,-3,9,-53,14,-78v-1,-20,0,-28,-14,-30","w":194},":":{"d":"66,-185r0,58r-53,0r0,-58r53,0xm66,-58r0,58r-53,0r0,-58r53,0","w":72},";":{"d":"66,-185r0,58r-53,0r0,-58r53,0xm63,-56v4,49,-6,85,-47,92r0,-20v7,-4,11,-9,12,-16r-12,0r0,-56r47,0","w":72},"\u037e":{"d":"66,-185r0,58r-53,0r0,-58r53,0xm63,-56v4,49,-6,85,-47,92r0,-20v7,-4,11,-9,12,-16r-12,0r0,-56r47,0","w":72},"<":{"d":"181,-57r-170,-70r0,-36r170,-71r0,47r-105,42r105,41r0,47","w":191},"=":{"d":"11,-197r170,0r0,43r-170,0r0,-43xm11,-130r170,0r0,43r-170,0r0,-43","w":191},">":{"d":"11,-234r170,71r0,35r-170,71r0,-46r105,-42r-105,-42r0,-47","w":191},"?":{"d":"98,-249v-19,1,-10,31,-12,56r-71,0v-3,-70,22,-98,83,-98v74,0,90,53,84,135v12,64,-62,97,-96,54r0,30r-66,0r0,-78r64,0v0,11,4,16,12,16v25,-1,8,-57,13,-89v-1,-15,2,-26,-11,-26xm86,-57r0,57r-66,0r0,-57r66,0"},"@":{"d":"56,-123v-9,-69,70,-154,116,-87r3,-20r35,0r-23,145v0,5,2,7,6,7v34,-6,54,-43,54,-86v1,-59,-40,-101,-98,-100v-70,0,-117,54,-117,128v0,72,47,123,115,123v38,0,67,-14,89,-33r36,0v-25,34,-72,58,-125,59v-81,1,-141,-63,-141,-147v0,-87,55,-159,143,-157v80,2,119,49,124,127v4,60,-42,114,-90,116v-15,0,-25,-7,-28,-21v-35,46,-108,8,-99,-54xm137,-208v-32,1,-45,58,-45,95v-1,19,9,40,26,40v37,-2,44,-62,44,-99v0,-19,-7,-36,-25,-36","w":278},"A":{"d":"143,-285r42,285r-76,0r-4,-51r-26,0r-4,51r-77,0r38,-285r107,0xm103,-102v-4,-32,-7,-72,-11,-119v-8,54,-12,94,-14,119r25,0","w":182,"k":{"\u2026":-9,"\u00c4":-9,"}":-9,"z":-9,"x":-9,"]":-9,"Z":-9,"Y":22,"X":-9,"W":7,"V":8,"T":20,"J":-9,"A":-9,"\/":-9,".":-9,",":-9,")":-9}},"B":{"d":"187,-93v2,71,-6,93,-87,93r-85,0r0,-285v85,1,174,-15,167,81v-3,36,-9,42,-39,50v33,9,43,21,44,61xm89,-173v33,8,24,-30,22,-55v-5,-8,-8,-7,-22,-8r0,63xm89,-49v37,7,24,-48,20,-75v-3,-3,-9,-4,-20,-4r0,79","w":198},"C":{"d":"99,-291v76,0,95,47,89,131r-74,0v-4,-28,11,-82,-13,-82v-17,0,-13,11,-14,34r0,132v1,22,-2,31,13,34v23,-1,11,-45,14,-72r74,0v4,81,-17,120,-87,120v-67,0,-88,-32,-88,-107r0,-83v-6,-74,23,-107,86,-107","w":199},"D":{"d":"186,-85v4,72,-14,85,-78,85r-93,0r0,-285r55,0v93,0,116,8,116,101r0,99xm89,-49v28,-1,23,-9,23,-41r-1,-135v-3,-9,-8,-11,-22,-11r0,187","w":198},"E":{"d":"15,-285r123,0r0,57r-49,0r0,54r46,0r0,54r-46,0r0,63r54,0r0,57r-128,0r0,-285","w":149,"k":{"T":5}},"F":{"d":"15,-285r125,0r0,57r-51,0r0,54r45,0r0,54r-45,0r0,120r-74,0r0,-285","w":143,"k":{"\u2026":19,"\u00c4":7,"Y":-8,"W":-7,"V":-8,"A":7,".":19,",":19}},"G":{"d":"96,-291v66,0,94,37,89,111r-74,0v-3,-26,7,-62,-13,-62v-14,0,-11,11,-11,32r0,137v0,20,-2,29,12,31v22,-1,11,-43,14,-68r-15,0r0,-43r87,0r0,153r-47,0r-7,-20v-9,16,-24,26,-46,26v-54,0,-72,-38,-72,-104r0,-84v-6,-76,20,-109,83,-109","w":198},"H":{"d":"185,-285r0,285r-74,0r0,-120r-22,0r0,120r-74,0r0,-285r74,0r0,102r22,0r0,-102r74,0","w":199},"I":{"d":"89,-285r0,285r-74,0r0,-285r74,0","w":103},"J":{"d":"3,-50v23,6,28,-9,28,-34r0,-201r74,0r0,191v3,72,-2,94,-65,94r-37,0r0,-50","w":119},"K":{"d":"191,-285r-42,129r46,156r-76,0r-30,-122r0,122r-74,0r0,-285r74,0r0,111r33,-111r69,0","w":193,"k":{"\u2026":-8,"\u00d6":7,"\u00c4":-7,"}":-5,"]":-5,"Z":-7,"S":5,"Q":7,"O":7,"J":-5,"C":7,"A":-7,".":-8,",":-8,")":-5}},"L":{"d":"89,-285r0,228r45,0r0,57r-119,0r0,-285r74,0","w":136,"k":{"\u2026":-10,"\u00d6":5,"\u00c4":-9,"y":9,"Z":-5,"Y":23,"X":-5,"W":13,"V":15,"T":26,"S":2,"Q":5,"O":5,"G":5,"C":5,"A":-9,".":-10,",":-10}},"M":{"d":"243,-285r0,285r-65,0r0,-192r-25,192r-46,0r-28,-188r0,188r-64,0r0,-285r96,0r19,133r17,-133r96,0","w":258},"N":{"d":"180,-285r0,285r-65,0r-38,-129r0,129r-62,0r0,-285r62,0r41,129r0,-129r62,0","w":194},"O":{"d":"98,-291v90,-3,86,75,86,173v0,85,-15,121,-86,124v-91,4,-85,-77,-85,-173v0,-85,14,-121,85,-124xm98,-42v16,-4,12,-13,12,-39r0,-130v-2,-19,4,-31,-11,-31v-14,0,-12,9,-12,31r0,132v2,25,-4,34,11,37","w":196},"P":{"d":"174,-205v7,70,-15,97,-85,90r0,115r-74,0r0,-285v83,1,172,-15,159,80xm89,-163v34,7,24,-45,19,-69v-3,-3,-9,-4,-19,-4r0,73","w":180,"k":{"\u2026":46,"\u00c4":9,"J":14,"A":9,"\/":27,".":46,",":46}},"Q":{"d":"138,-14v-3,22,27,11,46,14r0,34v-41,-5,-105,17,-98,-34v-56,-4,-73,-34,-73,-102r0,-89v-4,-67,24,-100,82,-100v61,0,93,30,89,99v-5,72,21,172,-46,178xm98,-42v16,-4,12,-13,12,-39r0,-130v-2,-19,4,-31,-11,-31v-14,0,-12,9,-12,31r0,132v2,25,-4,34,11,37","w":196},"R":{"d":"139,-149v38,13,42,20,41,74r0,75r-69,0v-1,-38,3,-92,-3,-123v-2,-4,-9,-5,-19,-5r0,128r-74,0r0,-285r52,0v84,-2,113,5,113,78v0,42,-5,54,-41,58xm89,-173v31,8,24,-40,17,-59v-3,-3,-8,-4,-17,-4r0,63","w":193},"S":{"d":"89,-291v59,0,90,23,83,93r-69,0v-1,-17,5,-44,-12,-44v-17,0,-15,32,-9,43v43,43,96,44,96,126v0,60,-31,78,-82,79v-65,2,-92,-34,-85,-108r69,0v3,21,-8,59,13,60v22,1,15,-49,8,-56v-29,-30,-92,-45,-92,-113v0,-60,27,-80,80,-80","w":186},"T":{"d":"164,-285r0,57r-44,0r0,228r-74,0r0,-228r-44,0r0,-57r162,0","w":165,"k":{"\u2026":30,"\u00c4":14,"y":-7,"w":-7,"v":-7,"e":15,"c":15,"a":15,"Z":2,"Y":-9,"W":-8,"V":-9,"J":16,"A":14,"\/":27,".":30,"-":24,",":30}},"U":{"d":"98,-42v14,-2,11,-12,11,-33r0,-210r74,0r0,191v5,71,-22,100,-82,100v-72,0,-87,-32,-87,-122r0,-169r74,0r0,214v1,18,-2,27,10,29","w":196},"V":{"d":"191,-285r-38,285r-112,0r-43,-285r78,0v9,78,15,145,19,199r17,-199r79,0","k":{"\u2026":14,"\u00c4":5,"y":-7,"Y":-9,"J":10,"A":5,"\/":13,".":14,",":14}},"W":{"d":"293,-285r-33,285r-92,0v-8,-44,-16,-93,-22,-149v-3,24,-10,73,-21,149r-92,0r-33,-285r72,0r15,196v3,-50,10,-115,21,-196r77,0r16,202v4,-69,10,-136,20,-202r72,0","w":293,"k":{"\u2026":12,"\u00c4":4,"y":-5,"Y":-7,"J":10,"A":4,"\/":15,".":12,",":12}},"X":{"d":"165,-285r-26,126r39,159r-69,0v-8,-28,-15,-63,-22,-104r-15,104r-72,0r27,-159r-27,-126r72,0v1,17,11,58,15,78r16,-78r62,0","w":173,"k":{"\u2026":-13,"\u00c4":-9,"J":-7,"A":-9,".":-13,",":-13}},"Y":{"d":"172,-285r-54,182r0,103r-68,0r0,-103r-52,-182r68,0v11,55,17,93,18,112v4,-30,10,-68,20,-112r68,0","w":170,"k":{"\u2026":31,"\u00c4":18,"s":12,"q":11,"o":16,"g":12,"e":16,"d":11,"c":16,"a":16,"J":16,"A":18,"\/":30,".":31,",":31}},"Z":{"d":"139,-285r0,57r-56,171r56,0r0,57r-137,0r0,-41r57,-187r-50,0r0,-57r130,0","w":142,"k":{"\u2026":-8,"\u00c4":-7,"y":-9,"A":-7,".":-8,",":-8}},"[":{"d":"95,-285r0,44r-16,0r0,197r16,0r0,44r-80,0r0,-285r80,0","w":101,"k":{"\u00c4":-9,"A":-9}},"\\":{"d":"2,-290r53,0r85,295r-53,0","w":142},"]":{"d":"6,0r0,-44r16,0r0,-197r-16,0r0,-44r81,0r0,285r-81,0","w":101},"^":{"d":"2,-144r66,-141r39,0r65,141r-50,0r-35,-86r-35,86r-50,0","w":174},"_":{"d":"-2,27r203,0r0,18r-203,0r0,-18","w":198},"`":{"d":"0,-311r63,0r31,47r-36,0","w":120},"a":{"d":"87,-196v-19,-1,-8,31,-11,53r-67,0v-5,-64,22,-94,81,-94v76,0,80,31,80,120r0,117r-69,0r0,-21v-19,41,-92,33,-92,-31v0,-53,7,-59,50,-77v35,-15,40,-5,40,-38v0,-18,1,-28,-12,-29xm88,-37v22,0,7,-49,11,-74v-19,15,-23,17,-23,45v0,18,-2,29,12,29","w":181},"b":{"d":"176,-65v11,69,-63,88,-92,47r-5,18r-66,0r0,-285r71,0r0,68v10,-13,23,-19,43,-20v77,-5,38,104,49,172xm95,-37v13,-3,10,-12,10,-32r0,-98v0,-18,2,-28,-11,-29v-13,2,-10,10,-10,29r0,101v1,19,-2,27,11,29","w":187},"c":{"d":"11,-154v-19,-95,124,-108,152,-42v5,12,7,29,7,51r-67,0v-2,-19,6,-51,-11,-51v-12,0,-10,9,-10,24r0,110v0,13,1,25,12,25v20,0,10,-37,12,-59r64,0v3,67,-19,97,-80,100v-86,5,-81,-74,-79,-158","w":178},"d":{"d":"11,-171v-14,-68,61,-82,92,-47r0,-67r71,0r0,285r-71,0r0,-17v-30,37,-106,23,-92,-45r0,-109xm92,-37v14,-2,10,-10,11,-30r0,-108v-1,-14,1,-21,-11,-21v-11,0,-10,7,-10,21r0,115v1,15,-1,21,10,23","w":187},"e":{"d":"89,-237v72,-1,90,46,84,125r-91,0v4,24,-10,71,11,75v20,-1,11,-38,13,-60r67,0v5,66,-18,101,-79,101v-58,-1,-83,-26,-83,-89r0,-68v-3,-57,26,-83,78,-84xm92,-196v-18,-1,-7,25,-10,46r20,0v-2,-19,5,-45,-10,-46","w":184},"f":{"d":"15,-228v-7,-60,34,-57,88,-57r0,36v-27,1,-30,-3,-30,21r30,0r0,37r-17,0r0,191r-71,0r0,-191r-14,0r0,-37r14,0","w":104,"k":{"y":-9,"w":-7,"v":-8}},"g":{"d":"11,-175v-12,-66,64,-78,92,-41r5,-17r66,0r0,179v6,76,-24,92,-88,94v-45,1,-75,-12,-75,-57r68,0v0,10,4,16,12,16v18,0,12,-24,13,-42v-34,31,-93,17,-93,-47r0,-85xm92,-68v14,-2,11,-11,11,-31r0,-72v-1,-17,2,-24,-10,-25v-11,1,-11,9,-11,25r0,78v0,17,-2,24,10,25","w":186},"h":{"d":"95,-196v-12,2,-11,12,-11,30r0,166r-71,0r0,-285r71,0r0,64v40,-33,109,-13,93,60r0,161r-71,0r0,-164v-2,-21,3,-29,-11,-32"},"i":{"d":"86,-285r0,37r-73,0r0,-37r73,0xm86,-233r0,233r-73,0r0,-233r73,0","w":98},"j":{"d":"88,-285r0,37r-73,0r0,-37r73,0xm-1,-5v26,1,16,-5,16,-38r0,-190r73,0r0,184v8,74,-21,85,-89,82r0,-38","w":100},"k":{"d":"166,-233r-29,93r37,140r-68,0r-22,-102r0,102r-71,0r0,-285r71,0r0,120r22,-68r60,0","w":172},"l":{"d":"86,-285r0,285r-73,0r0,-285r73,0","w":98},"m":{"d":"94,-196v-15,0,-12,19,-12,34r0,162r-69,0r0,-233r70,0r-1,22v15,-33,72,-36,90,0v10,-16,23,-26,45,-26v41,0,50,25,49,71r0,166r-69,0r0,-152v-2,-28,5,-40,-12,-44v-16,4,-12,16,-12,44r0,152r-68,0r0,-148v-3,-32,5,-43,-11,-48","w":277},"n":{"d":"95,-196v-15,3,-11,12,-11,38r0,158r-71,0r0,-233r72,0r-1,21v10,-16,21,-25,44,-25v42,0,48,25,48,74r0,163r-71,0r0,-162v-2,-23,5,-32,-10,-34"},"o":{"d":"90,-237v56,2,86,24,83,86r0,57v4,68,-21,98,-80,98v-61,0,-82,-23,-82,-90v0,-82,-3,-155,79,-151xm92,-37v11,-2,10,-8,10,-24r0,-108v-2,-18,3,-26,-10,-27v-13,1,-10,9,-10,27r0,105v1,17,-2,25,10,27","w":184},"p":{"d":"129,4v-21,0,-35,-10,-45,-24r0,53r-71,0r0,-266r72,0r-1,20v10,-14,25,-23,46,-24v70,-1,41,101,46,167v3,48,-7,74,-47,74xm95,-37v13,-2,10,-10,10,-28r0,-100v-2,-21,5,-31,-10,-31v-15,0,-11,12,-11,31r0,96v2,20,-4,31,11,32","w":186},"q":{"d":"11,-173v-10,-68,67,-81,92,-40r1,-20r70,0r0,266r-71,0r0,-52v-12,17,-17,22,-41,23v-75,1,-41,-106,-51,-177xm92,-37v13,-2,11,-9,11,-28r0,-105v-1,-15,0,-25,-11,-26v-12,2,-10,9,-10,26r0,104v1,20,-2,26,10,29","w":186},"r":{"d":"126,-155v-42,1,-43,13,-42,63r0,92r-71,0r0,-233r71,0r-3,30v10,-22,25,-33,45,-34r0,82","w":128,"k":{"\u2026":25,"y":-7,"w":-7,"v":-7,"t":-7,"f":-7,".":25,",":25}},"s":{"d":"81,-237v53,3,83,19,77,78r-63,0v-2,-18,5,-38,-11,-37v-18,1,-16,36,-2,42v28,22,81,30,81,85v0,54,-26,72,-74,73v-57,1,-85,-24,-80,-86r63,0v1,20,-4,43,12,45v20,3,15,-34,10,-41v-4,-6,-79,-41,-80,-57v-22,-55,5,-106,67,-102","w":169},"t":{"d":"110,0v-65,1,-94,4,-94,-72r0,-119r-15,0r0,-37r15,0r0,-36r72,0r0,36r19,0r0,37r-19,0r0,125v1,28,-6,28,22,28r0,38","w":109,"k":{"\u2026":-11,"z":-8,"y":-7,"v":-7,".":-11,",":-11}},"u":{"d":"93,-37v18,-2,11,-12,11,-39r0,-157r71,0r0,233r-72,0r1,-19v-9,14,-22,23,-43,23v-46,0,-49,-27,-49,-80r0,-157r71,0r0,158v2,26,-6,35,10,38"},"v":{"d":"81,-63r15,-170r63,0r-33,233r-92,0r-36,-233r63,0","w":157,"k":{"\u2026":7,"z":-4,"y":-11,"t":-10,"f":-10,".":7,",":7}},"w":{"d":"242,-233r-28,233r-77,0v-4,-28,-9,-65,-15,-112r-16,112r-77,0r-30,-233r61,0v0,6,6,50,16,133v1,-8,5,-52,15,-133r59,0r15,133v2,-39,7,-83,16,-133r61,0","w":240,"k":{"z":-2,"y":-9,"f":-8}},"x":{"d":"153,-233r-28,111r34,122r-69,0v-7,-31,-11,-57,-15,-79v-5,28,-10,54,-16,79r-59,0r31,-122r-31,-111r59,0v9,48,15,75,16,81v7,-40,11,-67,15,-81r63,0","w":156,"k":{"\u2026":-8,"y":-5,".":-8,",":-8}},"y":{"d":"15,-5v30,1,29,-2,22,-33r-39,-195r64,0r24,157r11,-157r64,0r-28,223v-6,48,-61,44,-118,43r0,-38","w":161,"k":{"\u2026":7,"z":-2,"x":-7,"v":-7,"t":-7,"f":-7,".":7,",":7}},"z":{"d":"123,-233r0,51r-52,135r52,0r0,47r-121,0r0,-49r54,-138r-48,0r0,-46r115,0","w":126,"k":{"\u2026":-8,"z":-7,"y":-8,"w":-7,"v":-9,"t":-5,"f":-5,".":-8,",":-8}},"{":{"d":"45,-21v0,-50,2,-69,-39,-74r0,-42v35,-3,39,-17,39,-61v0,-68,18,-89,82,-87r0,42v-30,1,-35,1,-36,26v-3,61,1,75,-33,101v33,16,32,64,33,112v5,13,12,15,35,15r0,42v-59,2,-81,-13,-81,-74","w":133,"k":{"\u00c4":-9,"A":-9}},"|":{"d":"30,-285r38,0r0,332r-38,0r0,-332","w":97},"}":{"d":"88,-210v0,51,-3,68,39,73r0,42v-34,3,-39,19,-39,62v0,67,-16,89,-81,86r0,-42v29,-1,34,-1,35,-26v3,-61,0,-76,33,-101v-29,-20,-29,-33,-32,-81v-2,-42,5,-43,-37,-46r0,-42v59,-1,82,14,82,75","w":133},"~":{"d":"131,-158v23,-2,26,-11,48,-29r0,49v-41,42,-74,13,-120,0v-13,0,-29,9,-49,28r0,-48v17,-15,34,-23,51,-23v14,0,56,24,70,23"},"\u00c4":{"d":"74,-339r0,45r-46,0r0,-45r46,0xm150,-339r0,45r-45,0r0,-45r45,0xm143,-285r42,285r-76,0r-4,-51r-26,0r-4,51r-77,0r38,-285r107,0xm103,-102v-4,-32,-7,-72,-11,-119v-8,54,-12,94,-14,119r25,0","w":182,"k":{"\u2026":-9,"\u00c4":-9,"}":-9,"z":-9,"x":-9,"]":-9,"Z":-9,"Y":22,"X":-9,"W":7,"V":8,"T":20,"J":-9,"A":-9,"\/":-9,".":-9,",":-9,")":-9}},"\u00d6":{"d":"83,-339r0,45r-46,0r0,-45r46,0xm160,-339r0,45r-46,0r0,-45r46,0xm98,-291v90,-3,86,75,86,173v0,85,-15,121,-86,124v-91,4,-85,-77,-85,-173v0,-85,14,-121,85,-124xm98,-42v16,-4,12,-13,12,-39r0,-130v-2,-19,4,-31,-11,-31v-14,0,-12,9,-12,31r0,132v2,25,-4,34,11,37","w":196},"\u00dc":{"d":"83,-339r0,45r-46,0r0,-45r46,0xm160,-339r0,45r-46,0r0,-45r46,0xm98,-42v14,-2,11,-12,11,-33r0,-210r74,0r0,191v5,71,-22,100,-82,100v-72,0,-87,-32,-87,-122r0,-169r74,0r0,214v1,18,-2,27,10,29","w":196},"\u00e4":{"d":"75,-295r0,46r-46,0r0,-46r46,0xm152,-295r0,46r-46,0r0,-46r46,0xm87,-196v-19,-1,-8,31,-11,53r-67,0v-5,-64,22,-94,81,-94v76,0,80,31,80,120r0,117r-69,0r0,-21v-19,41,-92,33,-92,-31v0,-53,7,-59,50,-77v35,-15,40,-5,40,-38v0,-18,1,-28,-12,-29xm88,-37v22,0,7,-49,11,-74v-19,15,-23,17,-23,45v0,18,-2,29,12,29","w":181},"\u00f6":{"d":"76,-295r0,46r-45,0r0,-46r45,0xm153,-295r0,46r-46,0r0,-46r46,0xm90,-237v56,2,86,24,83,86r0,57v4,68,-21,98,-80,98v-61,0,-82,-23,-82,-90v0,-82,-3,-155,79,-151xm92,-37v11,-2,10,-8,10,-24r0,-108v-2,-18,3,-26,-10,-27v-13,1,-10,9,-10,27r0,105v1,17,-2,25,10,27","w":184},"\u00fc":{"d":"79,-295r0,46r-46,0r0,-46r46,0xm155,-295r0,46r-45,0r0,-46r45,0xm93,-37v18,-2,11,-12,11,-39r0,-157r71,0r0,233r-72,0r1,-19v-9,14,-22,23,-43,23v-46,0,-49,-27,-49,-80r0,-157r71,0r0,158v2,26,-6,35,10,38"},"\u00df":{"d":"94,-291v73,-7,119,68,65,111v28,11,27,49,27,95v0,66,-30,87,-93,85r0,-43v24,0,22,-1,22,-28r0,-70v0,-16,-1,-19,-14,-21r0,-44v10,-1,11,-3,11,-16v0,-15,-2,-27,-14,-27v-15,0,-14,10,-14,29r0,220r-71,0r0,-190v-5,-75,17,-95,81,-101","w":198},"\u2122":{"d":"47,-141r0,-119r-45,0r0,-25r117,0r0,25r-43,0r0,119r-29,0xm130,-141r0,-144r45,0r26,100r27,-100r45,0r0,144r-27,0r0,-114r-32,114r-26,0r-31,-114r0,114r-27,0","w":281},"\u2026":{"d":"60,-58r0,58r-54,0r0,-58r54,0xm193,-58r0,58r-54,0r0,-58r54,0xm126,-58r0,58r-53,0r0,-58r53,0","w":199},"\u2013":{"d":"-2,-139r184,0r0,44r-184,0r0,-44","w":180},"\u2014":{"d":"-2,-139r364,0r0,44r-364,0r0,-44","w":360},"\u201c":{"d":"70,-192v-4,-50,8,-87,48,-93r0,21v-7,4,-11,9,-12,16r12,0r0,56r-48,0xm6,-192v-4,-50,8,-86,48,-93r0,21v-7,4,-11,9,-12,16r12,0r0,56r-48,0","w":124},"\u201d":{"d":"118,-285v4,51,-9,85,-48,93r0,-21v7,-4,11,-9,12,-16r-12,0r0,-56r48,0xm54,-285v4,50,-9,86,-48,93r0,-21v7,-4,11,-9,12,-16r-12,0r0,-56r48,0","w":124},"\u2018":{"d":"6,-192v-4,-50,8,-86,48,-93r0,21v-7,4,-11,9,-12,16r12,0r0,56r-48,0","w":60},"\u2019":{"d":"54,-285v4,50,-9,86,-48,93r0,-21v7,-4,11,-9,12,-16r-12,0r0,-56r48,0","w":60},"\u00d7":{"d":"13,-197r30,-30r53,52r53,-52r30,30r-53,53r53,52r-31,30r-52,-52r-52,52r-30,-30r52,-52","w":191},"\u2032":{"d":"52,-193r-36,0r-2,-92r54,0","w":66},"\u2033":{"d":"52,-193r-36,0r-2,-92r54,0xm124,-193r-36,0r-2,-92r54,0","w":139},"\u00a0":{"w":63}}});
