$(document).ready(function() {

	$(".videoPlayer").show();


$("#welcome").each(function()
{
	var $this = $(this), $list = $this.find("li"), count = $list.length, current = 0;

	// show first image
	$list.eq(current).addClass("active");

	// cycle through all images
	setInterval(function()
	{
		$list.eq(current).removeClass("showing");

		if ($.browser.msie)
			$list.eq(current)[0].style.removeAttribute("filter");

		current = (current < count - 1) ? current + 1 : 0;
		$list.eq(current).animate({ opacity: "0" }, 0).addClass("showing").animate({ opacity: "1" }, 1000, function() { $(this).addClass("active").siblings().removeClass("active"); });

	}, 7500);
});

}); 



/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09
 */
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}})());/*!
 /* The following copyright notice may not be removed under any circumstances.
 *
 * Copyright:
 * Copyright (c) 1989, 1995 Adobe Systems Incorporated.  All Rights Reserved.
 *
 * Description:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1989, 1995 Adobe Systems.  All Rights
 * Reserved. This software is the property of Adobe Systems  Incorporated and its
 * licensors, and may not be reproduced, used,   displayed, modified, disclosed or
 * transferred without the express   written approval of Adobe.    The digitally
 * encoded machine readable outline data for producing  the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell  AG and/or its subsidiaries. All
 * Rights Reserved.  This data is the property of Linotype-Hell AG and/or its
 * subsidiaries  and may not be reproduced, used, displayed, modified, disclosed or
 *   transferred without the express written approval of Linotype-Hell AG   and/or
 * its subsidiaries.
 */
Cufon.registerFont({"w":146,"face":{"font-family":"Homeserve Rounded Bold","font-weight":700,"font-stretch":"normal","units-per-em":"256","panose-1":"2 0 8 3 3 0 0 2 0 4","ascent":"205","descent":"-51","x-height":"3","cap-height":"2","bbox":"-21.7673 -207 230.153 79","underline-thickness":"12.8","underline-position":"-12.8","stemh":"35","stemv":"37","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":68},"!":{"d":"24,-69r0,-99v0,-11,9,-17,19,-17v10,0,18,7,18,17r0,99v0,10,-8,17,-18,17v-10,0,-19,-6,-19,-17xm43,3v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20","w":85},"\"":{"d":"80,-111v-24,0,-15,-37,-15,-59v0,-9,6,-15,15,-15v24,0,15,37,15,59v0,9,-6,15,-15,15xm34,-111v-25,0,-14,-36,-16,-59v0,-9,7,-15,16,-15v24,0,15,37,15,59v0,9,-6,15,-15,15","w":113},"#":{"d":"38,-77r4,-29v-15,0,-34,3,-34,-12v0,-16,23,-12,38,-12v5,-18,-3,-54,18,-54v23,0,5,35,6,54r25,0v5,-18,-3,-54,18,-54v23,0,5,35,6,54v15,0,35,-2,35,12v0,15,-22,12,-38,12r-4,29v15,-1,34,-2,34,13v0,16,-23,12,-38,12v-6,17,2,51,-18,54v-23,-4,-7,-35,-7,-54r-24,0v-6,18,2,52,-19,54v-22,-5,-6,-35,-6,-54v-15,0,-34,3,-34,-12v0,-16,22,-13,38,-13xm67,-106r-4,29r24,0r4,-29r-24,0","w":153},"$":{"d":"74,-72r0,37v21,-5,24,-33,0,-37xm61,-118r0,-29v-18,3,-19,25,0,29xm61,-34r0,-43v-24,-7,-55,-13,-55,-50v0,-33,25,-55,55,-58v1,-9,-3,-20,7,-20v9,0,5,11,6,20v15,1,45,7,45,25v0,25,-25,19,-45,12r0,34v25,7,59,17,59,58v1,35,-29,53,-59,59v-1,9,3,19,-6,20v-9,0,-6,-11,-7,-20v-21,-1,-56,-7,-56,-29v0,-30,33,-13,56,-8","w":137},"%":{"d":"47,-129v8,0,14,-7,14,-15v0,-8,-6,-15,-14,-15v-8,0,-13,7,-13,15v0,8,5,15,13,15xm36,-9v23,-63,61,-111,87,-170v6,-14,27,-8,27,6v-25,60,-60,112,-88,169v-6,14,-25,10,-26,-5xm47,-103v-23,0,-39,-19,-39,-41v0,-22,16,-41,39,-41v23,0,40,19,40,41v0,22,-17,41,-40,41xm137,3v-23,0,-39,-19,-39,-41v0,-22,16,-42,39,-42v23,0,40,20,40,42v0,22,-17,41,-40,41xm137,-23v8,0,14,-7,14,-15v0,-8,-6,-16,-14,-16v-8,0,-13,8,-13,16v0,8,5,15,13,15","w":184},"&":{"d":"102,-46r-37,-41v-27,8,-31,57,5,56v14,0,22,-6,32,-15xm101,-100r27,29v8,-8,18,-25,30,-23v27,4,6,39,-7,47v14,11,39,44,5,50v-15,-2,-21,-17,-31,-24v-34,39,-119,31,-119,-31v0,-25,18,-44,39,-56v-36,-27,-8,-77,37,-77v23,0,52,13,52,40v0,20,-17,37,-33,45xm80,-121v19,-3,26,-36,2,-35v-21,3,-20,23,-2,35","w":180},"(":{"d":"10,-73v3,-26,5,-103,34,-112v8,0,16,6,16,15v-21,60,-24,134,0,193v0,10,-6,16,-16,16v-31,-12,-31,-81,-34,-112","w":61},")":{"d":"52,-73v-3,26,-5,103,-34,112v-8,0,-17,-5,-17,-14v21,-58,25,-137,0,-194v0,-10,7,-16,17,-16v31,12,31,81,34,112","w":61},"*":{"d":"50,-184v14,0,15,15,11,28v10,-12,29,-14,31,4v0,10,-12,12,-20,16v18,1,29,26,7,31v-6,0,-11,-6,-18,-11v4,13,3,28,-11,28v-14,0,-15,-15,-11,-28v-11,13,-30,16,-32,-4v0,-10,13,-12,21,-16v-18,-1,-31,-25,-8,-30v6,0,12,5,19,10v-4,-13,-3,-28,11,-28","w":99},"+":{"d":"61,-80v1,-22,-7,-53,16,-53v22,0,13,32,15,53v21,2,52,-7,53,15v0,23,-32,15,-53,16v-2,21,7,52,-15,52v-23,0,-15,-31,-16,-52v-21,-1,-52,7,-52,-16v0,-22,32,-13,52,-15","w":153},",":{"d":"37,-40v36,10,1,48,-8,66v-8,16,-32,6,-32,-9v10,-20,18,-50,40,-57","w":68},"-":{"d":"8,-74v0,-26,44,-16,69,-16v19,0,20,32,0,32v-25,0,-69,10,-69,-16","w":99},".":{"d":"14,-17v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":68},"\/":{"d":"2,-11r71,-165v3,-14,30,-10,29,5r-70,165v-4,14,-31,11,-30,-5","w":104},"0":{"d":"73,-32v26,0,28,-41,28,-59v0,-19,-2,-60,-28,-60v-26,0,-27,41,-27,60v0,18,1,59,27,59xm73,3v-52,0,-67,-52,-67,-94v0,-42,15,-94,67,-94v52,0,68,52,68,94v0,42,-16,94,-68,94"},"1":{"d":"39,-18r0,-129v-32,9,-47,-35,-15,-35v22,0,53,-6,53,18r0,146v0,13,-8,20,-19,20v-11,0,-19,-7,-19,-20","w":94},"2":{"d":"12,-17v17,-45,67,-61,78,-113v0,-10,-8,-20,-18,-20v-29,0,-15,41,-40,41v-12,0,-19,-8,-19,-18v-3,-69,118,-80,117,-5v0,36,-39,71,-61,98v25,3,65,-10,66,17v0,12,-8,17,-18,17r-86,0v-11,0,-19,-5,-19,-17"},"3":{"d":"69,-185v58,2,71,60,34,86v54,22,30,102,-33,102v-38,0,-62,-28,-62,-48v0,-10,11,-17,20,-17v17,0,13,30,42,30v13,0,24,-10,24,-24v0,-36,-43,-10,-43,-40v0,-27,36,-9,36,-37v0,-10,-6,-17,-18,-17v-24,0,-22,25,-39,25v-10,0,-16,-10,-16,-19v0,-20,27,-41,55,-41"},"4":{"d":"84,-40v-30,-2,-97,10,-76,-27r57,-103v13,-24,57,-20,56,17r0,79v13,-1,22,6,22,17v0,11,-9,18,-22,17v0,20,3,44,-19,42v-22,2,-18,-22,-18,-42xm84,-74v-1,-23,2,-50,-1,-71r-34,71r35,0"},"5":{"d":"64,-147r-4,27v40,-10,72,15,72,52v0,43,-23,71,-67,71v-18,0,-57,-11,-57,-34v0,-9,9,-18,18,-18v10,0,22,17,39,17v32,1,39,-61,3,-60v-19,5,-50,19,-45,-12v4,-25,0,-80,27,-78v28,2,77,-11,80,16v-4,35,-38,13,-66,19"},"6":{"d":"73,3v-39,0,-64,-29,-64,-63v0,-43,43,-99,73,-124v15,-7,34,14,21,28v-11,12,-27,29,-35,41v38,-13,71,20,70,55v0,33,-27,63,-65,63xm73,-87v-15,0,-24,12,-24,27v0,14,9,26,24,26v15,0,25,-11,25,-26v0,-14,-9,-27,-25,-27"},"7":{"d":"22,-17v17,-48,45,-86,66,-130v-29,-3,-83,12,-84,-18v0,-9,5,-17,19,-17r92,0v22,3,21,19,13,35r-63,129v-5,29,-42,21,-43,1","w":137},"8":{"d":"73,-83v-15,0,-23,11,-23,25v0,13,7,26,23,26v15,0,24,-13,24,-26v0,-16,-10,-25,-24,-25xm73,3v-60,5,-86,-79,-35,-103v-40,-24,-14,-90,35,-85v48,-5,77,59,36,85v52,24,22,110,-36,103xm73,-152v-12,0,-18,9,-18,20v0,12,6,19,18,19v12,0,19,-7,19,-19v0,-11,-7,-20,-19,-20"},"9":{"d":"39,-16v7,-20,32,-35,40,-52v-37,13,-71,-19,-70,-54v0,-33,26,-63,64,-63v39,0,65,29,65,63v0,44,-40,108,-81,125v-7,0,-18,-10,-18,-19xm73,-95v15,0,25,-12,25,-27v0,-14,-10,-26,-25,-26v-15,0,-24,11,-24,26v0,14,8,27,24,27"},":":{"d":"14,-99v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20xm14,-17v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":68},";":{"d":"22,-31v8,-16,32,-9,32,8v-4,20,-17,33,-25,49v-8,16,-32,6,-32,-9v6,-18,17,-32,25,-48xm14,-99v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20v-11,0,-20,-9,-20,-20","w":68},"<":{"d":"50,-65r85,36v17,4,9,30,-3,29v-39,-14,-76,-36,-114,-50v-11,-4,-12,-27,0,-29r114,-51v12,-1,19,23,3,30","w":153},"=":{"d":"24,-109r105,0v9,0,16,7,16,16v0,9,-7,15,-16,15r-105,0v-9,0,-15,-6,-15,-15v0,-9,6,-16,15,-16xm24,-51r105,0v9,0,16,6,16,15v0,9,-7,15,-16,15r-105,0v-9,0,-15,-6,-15,-15v0,-9,6,-15,15,-15","w":153},">":{"d":"18,-29r85,-36r-85,-35v-17,-12,-8,-37,16,-26r101,47v13,2,12,27,0,29r-114,50v-12,1,-18,-23,-3,-29","w":153},"?":{"d":"38,-95v0,-20,43,-9,41,-36v0,-11,-10,-19,-21,-19v-22,0,-26,25,-42,25v-9,0,-15,-7,-15,-18v0,-27,34,-42,57,-42v33,0,61,20,61,54v0,28,-19,45,-45,52v1,16,-3,27,-18,27v-22,0,-18,-22,-18,-43xm56,3v-11,0,-20,-9,-20,-20v0,-11,9,-20,20,-20v11,0,20,9,20,20v0,11,-9,20,-20,20","w":123},"@":{"d":"92,-65v29,2,36,-48,6,-49v-26,-1,-35,47,-6,49xm182,-34v-8,29,-52,37,-80,37v-52,0,-94,-42,-94,-94v0,-52,42,-94,94,-94v48,0,95,35,95,82v0,50,-53,65,-66,65v-13,0,-18,-6,-18,-13v-23,29,-65,3,-65,-32v0,-42,52,-79,80,-42v-1,-10,4,-15,15,-15v10,-1,12,6,10,15r-11,55v0,3,2,6,6,6v7,0,26,-11,26,-39v0,-37,-35,-59,-72,-59v-39,0,-71,32,-71,71v0,39,32,71,71,71v26,0,55,-11,71,-23v4,0,9,1,9,9","w":204},"A":{"d":"1,-16v13,-54,38,-97,53,-148v8,-27,46,-26,55,0r52,149v0,21,-32,21,-37,3r-7,-24r-71,0v-6,15,-7,38,-27,38v-10,0,-18,-8,-18,-18xm57,-71r48,0r-24,-74","w":161,"k":{"y":5,"w":5,"v":5,"Y":19,"W":14,"V":19,"T":24}},"B":{"d":"12,-19r0,-144v0,-29,42,-16,69,-19v47,-5,67,65,24,82v20,6,39,20,39,44v0,57,-54,59,-112,56v-12,0,-20,-7,-20,-19xm50,-148r0,38v21,1,42,1,41,-20v0,-20,-21,-19,-41,-18xm50,-76r0,42v25,0,54,4,54,-22v0,-21,-30,-21,-54,-20"},"C":{"d":"4,-91v0,-53,36,-94,88,-94v19,0,55,5,55,28v-6,29,-24,9,-55,9v-32,0,-48,27,-48,58v0,30,17,56,48,56v31,0,52,-22,58,7v0,25,-39,30,-58,30v-52,0,-88,-41,-88,-94","w":156},"D":{"d":"12,-19r0,-144v-1,-28,37,-19,62,-19v57,0,90,36,90,93v0,71,-54,97,-132,89v-8,0,-20,-4,-20,-19xm50,-147r0,112v47,5,74,-13,74,-55v0,-42,-26,-62,-74,-57","w":170},"E":{"d":"12,-19r0,-141v-2,-36,52,-22,83,-22v12,0,18,8,18,17v1,25,-39,17,-63,18r0,37v24,1,61,-6,61,18v0,24,-37,17,-61,18r0,39v24,2,65,-8,65,17v-1,30,-55,18,-84,18v-11,0,-19,-7,-19,-19","w":118},"F":{"d":"12,-18r0,-144v0,-32,55,-20,85,-20v11,0,17,8,17,17v2,26,-40,16,-64,18r0,37v23,1,58,-6,58,18v0,24,-35,17,-58,18v-3,28,11,76,-19,76v-11,0,-19,-7,-19,-20","w":113,"k":{"A":14,".":28,",":28}},"G":{"d":"92,-91v1,-26,37,-17,61,-17v16,0,23,9,23,25v0,49,-33,86,-84,86v-52,0,-88,-41,-88,-94v0,-53,36,-94,88,-94v39,0,71,18,71,36v0,11,-7,18,-16,18v-17,0,-21,-19,-55,-19v-32,0,-48,28,-48,59v0,31,15,59,48,59v20,0,44,-12,44,-41v-21,1,-44,2,-44,-18","w":180},"H":{"d":"12,-18r0,-146v0,-13,8,-20,19,-20v29,0,16,47,19,74r80,0v2,-28,-10,-75,20,-74v11,0,19,7,19,20r0,146v0,13,-8,20,-19,20v-30,0,-17,-48,-20,-76r-80,0v-3,28,11,76,-19,76v-11,0,-19,-7,-19,-20","w":180},"I":{"d":"12,-18r0,-146v0,-13,8,-20,19,-20v11,0,19,7,19,20r0,146v0,13,-8,20,-19,20v-11,0,-19,-7,-19,-20","w":61},"J":{"d":"94,-164r0,113v0,43,-27,54,-50,54v-18,0,-48,-7,-48,-29v0,-25,28,-12,45,-6v14,0,15,-14,15,-22r0,-110v0,-13,8,-20,19,-20v11,0,19,7,19,20","w":104},"K":{"d":"12,-17r0,-148v0,-10,7,-19,19,-19v30,0,16,47,19,74r63,-67v9,-12,35,-7,34,12v-11,27,-43,46,-61,68r59,61v16,10,13,39,-9,38v-7,0,-13,-4,-20,-12r-66,-72v-4,31,14,84,-19,84v-11,0,-19,-8,-19,-19","w":156},"L":{"d":"12,-21r0,-143v0,-13,8,-20,19,-20v11,0,19,7,19,20r0,129v24,1,66,-7,64,18v-3,28,-54,17,-83,17v-13,0,-19,-8,-19,-21","w":109,"k":{"y":14,"Y":33,"W":19,"V":28,"T":28}},"M":{"d":"6,-17r24,-147v2,-24,44,-24,51,-1r31,101r30,-101v4,-24,47,-23,51,1r24,147v0,24,-36,25,-39,1r-15,-105r-31,108v-2,6,-7,15,-21,15v-14,0,-18,-9,-20,-15r-31,-108r-15,105v-2,12,-7,18,-20,18v-10,0,-21,-8,-19,-19","w":222},"N":{"d":"10,-18r0,-146v-1,-22,24,-25,35,-11r82,108r0,-97v0,-13,8,-20,19,-20v11,0,19,7,19,20r0,146v1,22,-25,26,-35,11r-82,-107r0,96v0,13,-8,20,-19,20v-11,0,-19,-7,-19,-20","w":175},"O":{"d":"92,-32v33,0,49,-28,49,-59v0,-31,-17,-59,-49,-59v-32,0,-48,28,-48,59v0,31,15,59,48,59xm92,3v-52,0,-88,-41,-88,-94v0,-53,36,-94,88,-94v51,0,88,42,88,94v0,53,-36,94,-88,94","w":184},"P":{"d":"12,-18r0,-144v-2,-29,39,-20,65,-20v38,0,65,24,65,61v0,47,-40,66,-92,61v-1,25,7,63,-19,62v-11,0,-19,-7,-19,-20xm50,-148r0,54v27,2,52,-1,52,-27v0,-25,-24,-29,-52,-27","w":142,"k":{"A":19,".":31,",":31}},"Q":{"d":"187,-4v-6,29,-39,10,-50,-4v-62,33,-133,-13,-133,-83v0,-53,36,-94,88,-94v74,0,112,94,71,153v8,9,23,14,24,28xm95,-53v0,-25,30,-20,39,-5v17,-37,2,-92,-42,-92v-32,0,-48,28,-48,59v0,37,24,68,65,57v-5,-6,-13,-10,-14,-19","w":184},"R":{"d":"12,-18r0,-144v-2,-29,38,-20,64,-20v39,0,64,18,64,58v0,28,-21,44,-47,48v15,20,38,34,48,58v1,17,-23,28,-34,13r-57,-69v-3,28,11,76,-19,76v-11,0,-19,-7,-19,-20xm50,-147r0,45v24,1,50,2,50,-22v0,-25,-25,-24,-50,-23","w":142,"k":{"Y":9,"W":5,"V":5,"T":5}},"S":{"d":"69,-185v14,0,50,5,50,25v-1,43,-72,-11,-72,28v0,26,86,10,86,76v0,37,-31,59,-66,59v-20,0,-62,-5,-62,-29v0,-45,86,21,86,-30v0,-30,-85,-12,-85,-71v0,-36,29,-58,63,-58","w":137},"T":{"d":"42,-18r0,-129v-20,1,-45,3,-45,-18v0,-9,6,-17,17,-17r95,0v11,0,17,8,17,17v2,20,-25,19,-45,18r0,129v0,13,-9,20,-20,20v-11,0,-19,-7,-19,-20","w":122,"k":{"y":28,"w":28,"u":24,"s":28,"r":24,"o":28,"e":28,"c":28,"a":28,"A":24,";":24,":":24,".":24,"-":28,",":24}},"U":{"d":"10,-72r0,-92v0,-13,8,-20,19,-20v11,0,19,7,19,20v3,54,-17,132,40,132v55,0,36,-79,39,-132v0,-13,8,-20,19,-20v11,0,19,7,19,20r0,92v0,43,-35,75,-77,75v-43,0,-78,-31,-78,-75","w":175},"V":{"d":"57,-13r-58,-152v0,-21,30,-25,37,-6r40,106r39,-106v5,-19,38,-16,38,6v-16,54,-42,100,-58,152v-6,18,-35,19,-38,0","w":151,"k":{"y":5,"u":9,"r":9,"o":14,"e":14,"a":14,"A":19,";":14,":":14,".":28,"-":14,",":28}},"W":{"d":"36,-18r-34,-149v2,-25,35,-19,39,2r22,108r33,-112v5,-19,35,-20,40,0r34,112r22,-108v-1,-24,41,-24,38,-2v-6,52,-24,98,-33,149v-4,25,-44,24,-51,1r-30,-99r-30,99v-4,24,-44,24,-50,-1","w":232,"k":{"y":5,"u":9,"r":9,"o":9,"i":3,"e":9,"a":14,"A":14,";":5,":":5,".":19,"-":5,",":19}},"X":{"d":"1,-16v12,-34,38,-54,55,-82v-15,-23,-35,-41,-46,-67v0,-20,27,-24,37,-9r31,45v16,-18,24,-47,49,-55v15,-1,24,18,15,30r-41,56v18,28,42,49,55,82v1,19,-26,23,-36,9r-42,-58r-42,58v-8,14,-36,10,-35,-9","w":156},"Y":{"d":"69,2v-36,-3,-14,-56,-20,-88v-17,-27,-39,-48,-52,-79v-2,-18,25,-25,35,-11r37,53r36,-53v8,-15,37,-7,35,11v-12,31,-36,52,-52,79v-5,32,16,84,-19,88","w":137,"k":{"v":14,"u":19,"q":24,"p":19,"o":24,"i":5,"e":24,"a":24,"A":19,";":19,":":19,".":28,"-":26,",":28}},"Z":{"d":"54,-34r74,0v11,0,18,6,18,17v0,10,-9,17,-18,17r-101,0v-21,1,-26,-19,-16,-33r82,-115v-30,-4,-85,13,-85,-17v0,-10,8,-17,18,-17r94,0v24,0,25,22,15,35","w":151},"[":{"d":"11,21r0,-188v0,-21,24,-18,45,-18v7,0,13,4,13,14v0,15,-11,16,-25,15r0,166v25,-9,34,28,12,29v-21,0,-45,3,-45,-18","w":71},"\\":{"d":"31,-176r71,165v1,15,-26,19,-29,5r-71,-165v-1,-15,26,-19,29,-5","w":104},"]":{"d":"60,-167r0,188v0,21,-23,18,-44,18v-7,0,-14,-4,-14,-14v1,-15,12,-16,26,-15r0,-166v-26,9,-35,-28,-12,-29v21,0,44,-3,44,18","w":71},"^":{"d":"77,-145r-32,59v-10,12,-33,3,-23,-15r41,-75v6,-11,21,-11,27,0v15,29,33,53,45,85v0,12,-21,13,-26,5","w":153},"_":{"d":"128,32r-128,0v-4,0,-7,-2,-7,-6v0,-4,3,-7,7,-7r128,0v4,0,7,3,7,7v0,4,-3,6,-7,6","w":128},"a":{"d":"136,-114r0,91v0,9,1,25,-17,25v-11,0,-15,-6,-18,-16v-35,40,-96,3,-96,-54v0,-55,61,-95,96,-54v1,-9,9,-16,18,-16v18,0,17,15,17,24xm71,-105v-39,1,-39,73,0,74v38,-1,39,-73,0,-74"},"b":{"d":"10,-19r0,-158v0,-12,8,-20,19,-20v28,1,15,45,18,71v42,-36,101,9,95,60v5,49,-61,94,-95,52v-2,10,-8,16,-18,16v-11,0,-19,-9,-19,-21xm76,-105v-40,0,-38,73,0,74v38,-2,39,-72,0,-74"},"c":{"d":"116,-116v-1,25,-24,16,-43,11v-21,0,-31,18,-31,37v0,32,35,44,58,30v9,0,16,7,16,16v0,19,-32,25,-45,25v-40,0,-66,-33,-66,-71v0,-37,27,-71,66,-71v15,0,45,5,45,23","w":118},"d":{"d":"136,-177r0,158v2,24,-34,28,-36,5v-33,42,-101,-3,-95,-52v-5,-51,52,-96,95,-60v3,-27,-10,-70,18,-71v11,0,18,8,18,20xm71,-31v38,-1,40,-74,0,-74v-38,2,-39,72,0,74"},"e":{"d":"119,-56r-79,0v3,18,18,27,35,27v27,0,49,-31,57,1v0,16,-33,31,-60,31v-41,0,-69,-30,-69,-71v0,-37,27,-71,66,-71v40,0,66,36,66,67v0,11,-5,16,-16,16xm39,-80r59,0v-1,-37,-57,-37,-59,0","w":137},"f":{"d":"37,2v-34,-7,-12,-71,-18,-106v-14,1,-24,-3,-24,-16v0,-12,10,-18,24,-16v-3,-36,9,-62,39,-61v24,-6,36,32,10,32v-11,-4,-13,16,-12,29v16,-1,30,0,30,16v0,16,-14,17,-30,16r0,85v0,12,-8,21,-19,21","w":75,"k":{"f":5}},"g":{"d":"136,-117r0,106v0,44,-28,67,-70,67v-15,0,-59,-8,-59,-28v8,-30,32,-6,61,-4v20,1,37,-16,31,-38v-34,41,-103,0,-94,-54v-5,-52,60,-96,95,-54v2,-10,8,-16,18,-16v11,0,18,9,18,21xm71,-31v40,0,38,-73,0,-74v-38,1,-39,75,0,74"},"h":{"d":"10,-19r0,-158v0,-12,8,-20,19,-20v29,0,13,47,19,71v29,-28,88,-9,84,36v-3,33,13,88,-19,92v-44,-4,11,-111,-42,-111v-37,0,-24,55,-24,90v0,12,-7,21,-18,21v-11,0,-19,-9,-19,-21","w":142},"i":{"d":"10,-19r0,-98v0,-12,7,-21,18,-21v11,0,19,9,19,21r0,98v0,12,-8,21,-19,21v-11,0,-18,-9,-18,-21xm28,-193v11,0,21,9,21,20v0,12,-9,21,-21,21v-11,0,-20,-10,-20,-21v0,-10,9,-20,20,-20","w":56},"j":{"d":"28,-193v11,0,21,9,21,20v0,12,-9,21,-21,21v-11,0,-20,-10,-20,-21v0,-10,9,-20,20,-20xm47,20v0,24,-20,36,-38,36v-30,0,-42,-27,-18,-34v8,2,19,2,19,-8r0,-131v0,-12,7,-21,18,-21v11,0,19,9,19,21r0,137","w":56},"k":{"d":"10,-19r0,-158v0,-12,8,-20,19,-20v11,0,18,8,18,20r0,86v18,-14,33,-40,57,-47v16,1,22,22,9,32r-33,29v15,21,38,36,48,63v0,20,-23,20,-35,6r-46,-56v-2,26,8,65,-18,66v-11,0,-19,-9,-19,-21","w":128},"l":{"d":"10,-19r0,-158v0,-12,7,-20,18,-20v11,0,19,8,19,20r0,158v0,12,-8,21,-19,21v-11,0,-18,-9,-18,-21","w":56},"m":{"d":"10,-19r0,-98v-2,-23,33,-29,36,-7v18,-22,55,-19,72,3v28,-33,94,-19,90,31v-3,33,13,88,-19,92v-44,-4,10,-111,-40,-111v-35,0,-22,57,-22,90v0,12,-7,21,-18,21v-44,-4,10,-111,-40,-111v-36,0,-22,57,-22,90v0,12,-7,21,-18,21v-11,0,-19,-9,-19,-21","w":218},"n":{"d":"10,-19r0,-98v-2,-23,33,-28,36,-7v23,-30,91,-12,86,34v-4,32,13,88,-19,92v-44,-4,11,-111,-42,-111v-37,0,-24,55,-24,90v0,12,-7,21,-18,21v-11,0,-19,-9,-19,-21","w":142},"o":{"d":"71,-139v39,0,66,34,66,71v0,38,-26,71,-66,71v-40,0,-66,-33,-66,-71v0,-37,27,-71,66,-71xm71,-105v-39,1,-39,73,0,74v39,-1,39,-73,0,-74","w":142},"p":{"d":"10,35r0,-152v-2,-24,35,-29,37,-5v35,-43,104,5,95,56v3,49,-54,91,-95,56v-2,26,8,65,-18,66v-11,0,-19,-9,-19,-21xm76,-105v-40,0,-38,73,0,74v38,-2,39,-72,0,-74"},"q":{"d":"136,-117r0,152v0,12,-7,21,-18,21v-26,-1,-16,-41,-18,-66v-41,35,-99,-7,-95,-56v-8,-51,59,-99,95,-56v2,-10,8,-16,18,-16v11,0,18,9,18,21xm71,-31v38,-1,40,-74,0,-74v-38,2,-39,72,0,74"},"r":{"d":"91,-118v0,23,-44,14,-44,42v0,29,11,76,-19,78v-11,0,-18,-9,-18,-21r0,-100v-1,-23,37,-27,37,-3v9,-19,44,-25,44,4","w":85,"k":{"q":5,"o":5,"n":-5,"m":-5,"e":5,"d":5,"c":5,".":20,"-":14,",":20}},"s":{"d":"103,-113v0,28,-28,11,-48,6v-7,0,-13,3,-13,10v0,17,64,15,64,57v0,25,-20,43,-52,43v-21,0,-51,-11,-51,-28v0,-29,34,-9,54,-4v11,0,14,-4,14,-11v0,-17,-64,-14,-64,-56v0,-26,21,-43,50,-43v18,0,46,8,46,26","w":109},"t":{"d":"19,-35r0,-69v-14,1,-24,-3,-24,-16v0,-12,10,-18,24,-16v-1,-21,0,-43,19,-43v19,0,19,23,18,43v15,0,28,-1,28,16v0,16,-13,17,-28,16r0,63v1,19,32,1,32,23v0,14,-12,20,-31,20v-18,0,-38,-13,-38,-37","w":88,"k":{"o":3}},"u":{"d":"71,3v-67,0,-63,-57,-61,-120v0,-12,8,-21,19,-21v44,4,-11,107,42,110v35,2,21,-56,24,-89v0,-12,7,-21,18,-21v32,3,19,56,19,87v0,33,-22,54,-61,54","w":142},"v":{"d":"39,-14v-13,-36,-32,-67,-39,-106v-4,-22,33,-23,35,-5r24,73r24,-73v2,-6,6,-13,16,-13v14,-1,23,13,17,29r-37,95v-3,20,-37,21,-40,0","w":118,"k":{".":14,",":14}},"w":{"d":"37,-17v-11,-35,-27,-68,-35,-106v0,-19,34,-19,36,0r21,70r22,-69v3,-21,35,-21,37,0r22,69r22,-70v2,-21,39,-19,35,3v-6,37,-26,68,-35,103v-6,23,-37,25,-43,1v-5,-20,-11,-41,-20,-59v-13,25,-8,77,-40,77v-12,0,-18,-8,-22,-19","w":199,"k":{".":9,",":9}},"x":{"d":"0,-16v7,-25,29,-36,42,-55v-12,-16,-31,-26,-36,-49v0,-16,22,-24,32,-11r26,33v13,-12,19,-35,39,-40v15,-1,25,20,14,32r-31,35v13,19,37,30,42,55v4,19,-27,23,-34,9r-30,-37v-16,15,-22,39,-46,46v-11,0,-18,-7,-18,-18","w":128},"y":{"d":"42,-11v-14,-38,-32,-71,-43,-111v1,-19,29,-21,36,-3r26,70r27,-70v4,-18,35,-16,36,3v-17,58,-44,108,-64,163v-2,20,-38,18,-36,-1v3,-20,12,-34,18,-51","w":123,"k":{".":19,",":19}},"z":{"d":"3,-13v15,-36,42,-59,61,-91v-23,-2,-58,9,-59,-16v0,-10,7,-16,16,-16r84,0v10,-4,16,15,8,22r-58,82v24,3,64,-10,65,16v0,10,-7,16,-16,16r-86,0v-8,0,-15,-5,-15,-13","w":123},"{":{"d":"72,39v-58,0,-52,-37,-50,-83v1,-27,-25,-10,-25,-29v0,-19,26,-2,25,-29v-1,-45,-9,-83,50,-83v7,0,11,3,11,11v1,21,-29,2,-29,27r0,48v0,23,-18,25,-27,26v9,1,27,3,27,26v0,23,-13,66,18,63v7,0,11,4,11,12v0,8,-4,11,-11,11","w":85},"|":{"d":"13,64r0,-256v0,-9,6,-15,15,-15v9,0,16,6,16,15r0,256v0,9,-7,15,-16,15v-9,0,-15,-6,-15,-15","w":56},"}":{"d":"13,-185v58,0,51,37,50,83v-1,27,25,10,25,29v0,19,-26,2,-25,29v1,45,9,83,-50,83v-7,0,-11,-3,-11,-11v-2,-22,29,-1,29,-26r0,-49v0,-23,19,-25,28,-26v-9,-1,-28,-3,-28,-26v0,-23,13,-66,-18,-63v-7,0,-11,-4,-11,-12v0,-8,4,-11,11,-11","w":85},"~":{"d":"104,-71v16,-3,34,-30,39,-3v0,16,-14,33,-39,33v-19,0,-41,-17,-54,-17v-14,0,-17,16,-28,16v-8,0,-12,-7,-12,-13v0,-16,14,-34,39,-34v19,0,42,18,55,18","w":153},"'":{"d":"31,-111v-25,0,-14,-36,-16,-59v0,-9,7,-15,16,-15v24,0,15,37,15,59v0,9,-6,15,-15,15","w":61},"`":{"d":"-3,-182v0,-30,39,-6,56,0v17,11,-2,39,-17,26v-13,-7,-39,-7,-39,-26","w":56},"\u00a0":{"w":68}}});
/*!
 * The following copyright notice may not be removed under any circumstances.
 *
 * Copyright:
 * Copyright (c) 1989, 1995 Adobe Systems Incorporated.  All Rights Reserved.
 *
 * Description:
 *  The digitally encoded machine readable software for producing the  Typefaces
 * licensed to you is copyrighted (c) 1989, 1995 Adobe Systems.  All Rights
 * Reserved. This software is the property of Adobe Systems  Incorporated and its
 * licensors, and may not be reproduced, used,   displayed, modified, disclosed or
 * transferred without the express   written approval of Adobe.    The digitally
 * encoded machine readable outline data for producing  the Typefaces licensed to
 * you is copyrighted (c) 1981 Linotype-Hell  AG and/or its subsidiaries. All
 * Rights Reserved.  This data is the property of Linotype-Hell AG and/or its
 * subsidiaries  and may not be reproduced, used, displayed, modified, disclosed or
 *   transferred without the express written approval of Linotype-Hell AG   and/or
 * its subsidiaries.
 */
Cufon.registerFont({"w":137,"face":{"font-family":"HomeServe Rounded Thin","font-weight":400,"font-stretch":"normal","units-per-em":"256","panose-1":"2 0 5 3 3 0 0 2 0 4","ascent":"205","descent":"-51","x-height":"2","cap-height":"2","bbox":"-14.1276 -202 205 74","underline-thickness":"12.8","underline-position":"-12.8","stemh":"17","stemv":"18","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":61},"!":{"d":"36,2v-15,0,-15,-24,0,-24v6,0,11,6,11,12v0,6,-5,12,-11,12xm26,-63r0,-109v0,-8,4,-12,10,-12v6,0,9,4,9,12r0,109v0,8,-3,11,-9,11v-6,0,-10,-3,-10,-11","w":71},"\"":{"d":"24,-131v-16,-1,-7,-28,-9,-43v0,-6,4,-10,9,-10v14,2,6,29,8,44v0,6,-3,9,-8,9xm57,-131v-16,-1,-7,-28,-9,-43v0,-6,4,-10,9,-10v14,2,6,29,8,44v0,6,-3,9,-8,9","w":80},"#":{"d":"47,-55r-7,47v1,11,-16,14,-15,2r6,-49v-11,0,-26,3,-26,-8v0,-11,17,-7,28,-8r6,-41v-10,-1,-26,3,-26,-7v0,-11,17,-7,28,-8r7,-48v-1,-10,16,-13,15,-2v0,17,-4,34,-6,50r34,0r6,-48v-1,-11,17,-12,16,-2r-7,50v16,-5,39,10,16,15r-18,0r-6,41v11,0,26,-3,26,8v0,11,-17,7,-28,8r-7,47v1,12,-16,13,-15,2r6,-49r-33,0xm83,-71r6,-41r-34,0r-6,41r34,0"},"$":{"d":"63,-88r0,72v19,-3,32,-21,32,-39v0,-19,-15,-27,-32,-33xm54,-111r0,-55v-18,3,-27,12,-27,26v0,16,12,23,27,29xm54,-15r0,-76v-22,-8,-46,-17,-46,-47v0,-27,21,-42,46,-45v-3,-9,3,-25,9,-12r0,11v23,1,55,17,32,29v-7,0,-11,-11,-32,-12r0,60v24,9,50,18,50,50v0,31,-20,55,-50,58v3,9,-4,25,-9,12r0,-11v-29,-1,-49,-13,-49,-23v10,-20,19,7,49,6","w":118},"%":{"d":"50,-95v-21,0,-40,-17,-40,-43v0,-63,79,-59,79,0v0,26,-18,43,-39,43xm50,-108v17,0,24,-15,24,-30v0,-19,-9,-34,-24,-34v-15,0,-24,15,-24,34v0,15,7,30,24,30xm140,2v-21,0,-39,-18,-39,-44v0,-28,19,-45,39,-45v20,0,39,17,39,45v0,26,-18,44,-39,44xm140,-11v17,0,24,-16,24,-31v0,-19,-9,-33,-24,-33v-15,0,-24,14,-24,33v0,15,7,31,24,31xm53,-2r69,-178v2,-8,14,-7,15,0r-69,178v-2,8,-14,7,-15,0","w":189},"&":{"d":"80,-108r45,52v9,-9,20,-38,28,-36v21,11,4,16,-17,49v8,11,23,20,28,34v0,12,-11,13,-18,4r-20,-24v-14,16,-34,31,-56,31v-38,0,-60,-22,-60,-55v0,-26,18,-44,44,-59v-16,-18,-21,-27,-21,-38v0,-19,13,-34,40,-34v22,0,41,11,41,33v0,20,-18,34,-34,43xm95,-150v0,-12,-9,-18,-23,-18v-29,-1,-22,35,-3,47v20,-11,26,-19,26,-29xm114,-42r-50,-57v-43,14,-46,82,5,84v14,0,32,-8,45,-27","w":170},"(":{"d":"41,-183v-17,49,-18,147,0,197v-6,11,-15,5,-19,-10v-14,-57,-13,-119,0,-177v3,-15,14,-22,19,-10","w":52},")":{"d":"11,14v17,-49,18,-147,0,-197v6,-12,17,-5,20,10v14,57,13,120,0,177v-3,15,-15,22,-20,10","w":52},"*":{"d":"41,-138v-9,-6,-26,-9,-31,-18v7,-20,28,6,36,10v0,-13,-11,-35,4,-38v14,2,4,24,4,38v9,-5,28,-29,35,-10v-4,10,-22,12,-31,18v10,6,28,7,31,18v-7,19,-27,-7,-35,-11v0,13,10,36,-4,38v-16,-1,-4,-24,-4,-38v-8,5,-16,18,-28,18v-11,0,-9,-11,0,-15","w":99},"+":{"d":"68,-73v3,-19,-8,-53,9,-57v16,5,5,39,8,57v18,3,52,-8,57,8v-4,17,-39,6,-57,9v-3,18,8,51,-8,56v-17,-4,-6,-38,-9,-56v-19,-3,-52,8,-56,-9v5,-16,38,-5,56,-8","w":153},",":{"d":"17,31v-22,-8,6,-34,8,-48v9,-12,22,0,15,11v-8,12,-7,34,-23,37","w":61},"-":{"d":"10,-68v4,-18,41,-9,60,-9v6,0,10,4,10,9v-6,16,-41,8,-60,8v-6,0,-10,-3,-10,-8","w":90},".":{"d":"31,2v-15,0,-15,-24,0,-24v6,0,11,6,11,12v0,6,-5,12,-11,12","w":61},"\/":{"d":"10,-5r67,-172v1,-9,17,-9,17,0r-67,172v-1,9,-17,9,-17,0","w":104},"0":{"d":"69,2v-26,0,-59,-24,-59,-93v0,-69,33,-93,59,-93v26,0,58,24,58,93v0,69,-32,93,-58,93xm69,-167v-26,0,-39,32,-39,76v0,44,13,76,39,76v26,0,38,-32,38,-76v0,-44,-12,-76,-38,-76"},"1":{"d":"45,-165v-13,-1,-33,4,-33,-9v0,-14,28,-6,42,-8v6,0,9,3,9,8r0,164v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-155","w":90},"2":{"d":"42,-17r70,0v6,0,10,4,10,9v0,5,-4,8,-10,8r-85,0v-13,-1,-11,-9,-5,-18v24,-36,63,-74,75,-118v0,-23,-11,-31,-29,-31v-22,0,-34,15,-34,42v0,6,-4,9,-9,9v-6,0,-10,-3,-10,-12v0,-31,22,-56,54,-56v48,0,60,50,31,89"},"3":{"d":"22,-49v15,5,8,34,42,34v22,0,36,-16,36,-36v0,-26,-17,-32,-26,-34v-27,-4,-22,-14,-7,-19v29,-3,35,-63,-3,-63v-16,0,-25,11,-25,29v0,5,-4,9,-9,9v-5,0,-10,-4,-10,-9v0,-24,18,-46,44,-46v48,0,61,67,25,87v52,16,32,99,-25,99v-33,0,-51,-27,-51,-40v0,-7,5,-11,9,-11"},"4":{"d":"100,2v-16,-2,-6,-34,-9,-51r-73,0v-16,-2,-9,-11,-3,-22r61,-101v5,-14,33,-17,33,3r0,103v17,-5,29,15,10,17r-10,0v-2,17,7,49,-9,51xm91,-66r-1,-102r-59,102r60,0"},"5":{"d":"30,-99v2,-24,8,-48,11,-71v3,-23,44,-12,66,-12v6,0,9,3,9,8v-4,18,-39,6,-58,9r-8,52v36,-15,70,12,70,50v0,39,-24,65,-57,65v-34,0,-66,-24,-41,-38v8,0,14,21,41,21v23,0,37,-21,37,-46v0,-38,-39,-46,-63,-31v-3,0,-7,-3,-7,-7"},"6":{"d":"16,-59v1,-51,31,-101,70,-127v5,0,8,3,8,9v0,8,-22,16,-48,67v36,-22,76,4,76,51v0,28,-17,61,-53,61v-40,0,-53,-36,-53,-61xm68,-15v18,0,34,-15,34,-43v0,-27,-14,-44,-34,-44v-22,0,-32,15,-32,44v0,21,10,43,32,43"},"7":{"d":"116,-177v-20,61,-48,114,-71,172v-10,14,-24,2,-15,-10r63,-150r-76,0v-6,0,-10,-4,-10,-9v0,-5,4,-8,10,-8r90,0v6,0,9,1,9,5","w":123},"8":{"d":"69,-93v-45,0,-43,76,0,78v43,-2,45,-78,0,-78xm69,2v-59,0,-71,-89,-22,-103v-38,-18,-29,-83,22,-83v50,0,58,65,21,83v49,13,39,103,-21,103xm69,-110v19,0,27,-13,27,-29v0,-16,-11,-28,-27,-28v-17,0,-28,12,-28,27v0,17,9,30,28,30"},"9":{"d":"122,-123v-1,50,-31,102,-71,127v-5,0,-8,-4,-8,-10v-2,-7,27,-18,48,-66v-36,20,-75,-4,-75,-51v0,-28,16,-61,52,-61v40,0,54,36,54,61xm69,-167v-18,0,-33,14,-33,42v0,27,13,45,33,45v22,0,33,-16,33,-45v0,-21,-11,-42,-33,-42"},":":{"d":"31,-85v-17,0,-14,-24,0,-24v15,0,13,24,0,24xm31,2v-15,0,-15,-24,0,-24v6,0,11,6,11,12v0,6,-5,12,-11,12","w":61},";":{"d":"17,31v-22,-8,6,-34,8,-48v9,-12,22,0,15,11v-8,12,-7,34,-23,37xm31,-109v15,0,13,24,0,24v-17,0,-14,-24,0,-24","w":61},"<":{"d":"35,-65r101,49v11,3,10,17,1,18v-42,-17,-81,-38,-121,-58v-11,-5,-10,-13,0,-18r121,-57v12,2,6,13,-2,17","w":153},"=":{"d":"22,-99r110,0v6,0,10,4,10,9v0,5,-4,8,-10,8r-110,0v-6,0,-10,-3,-10,-8v0,-5,4,-9,10,-9xm22,-48r110,0v6,0,10,4,10,9v0,5,-4,8,-10,8r-110,0v-6,0,-10,-3,-10,-8v0,-5,4,-9,10,-9","w":153},">":{"d":"118,-65r-100,-49v-9,-3,-14,-16,-1,-17v43,15,80,38,120,57v11,5,10,13,0,18r-120,58v-10,-1,-11,-13,0,-18","w":153},"?":{"d":"54,-51v-15,0,-7,-29,-9,-44v0,-7,1,-10,10,-11v45,-4,37,-62,1,-61v-13,0,-29,7,-31,20v-2,15,-19,14,-18,1v0,-23,23,-38,49,-38v30,0,51,18,51,45v0,31,-21,43,-44,49v-1,14,5,39,-9,39xm54,2v-15,0,-15,-24,0,-24v15,0,15,24,0,24","w":113},"@":{"d":"67,-76v0,14,8,24,21,24v23,0,40,-36,40,-53v0,-14,-7,-23,-21,-23v-23,0,-40,30,-40,52xm136,-125v0,-10,14,-23,19,-9v-5,27,-18,48,-22,77v0,5,3,8,7,8v20,0,40,-31,40,-57v0,-39,-34,-64,-75,-64v-46,0,-80,36,-80,80v0,44,36,78,78,78v52,0,64,-30,73,-30v4,0,6,2,6,5v0,8,-33,39,-78,39v-52,0,-94,-42,-94,-94v0,-51,43,-92,95,-92v50,0,90,31,90,76v0,43,-38,72,-60,72v-12,0,-19,-5,-21,-16v-14,27,-73,16,-67,-23v-5,-47,60,-99,89,-50","w":204},"A":{"d":"34,-40v-8,13,-6,37,-22,42v-8,-1,-10,-7,-7,-15r59,-157v1,-17,28,-17,29,0r60,164v-1,12,-17,9,-18,-1r-12,-33r-89,0xm116,-57r-38,-103r-38,103r76,0","w":156,"k":{"y":5,"w":5,"v":5,"Y":9,"W":9,"V":14,"T":19}},"B":{"d":"17,-10r0,-163v0,-16,29,-8,44,-9v63,-3,67,68,27,83v22,7,40,19,40,47v0,27,-18,52,-58,52v-18,0,-53,8,-53,-10xm35,-165r0,61v32,3,60,-3,60,-32v0,-25,-29,-33,-60,-29xm35,-89r0,72v38,2,75,1,75,-36v0,-33,-37,-39,-75,-36"},"C":{"d":"90,-184v35,0,70,23,47,37v-8,0,-18,-20,-48,-20v-76,0,-83,154,4,152v32,0,41,-18,48,-18v5,0,8,3,8,9v0,8,-23,26,-57,26v-56,0,-82,-42,-82,-91v0,-48,26,-95,80,-95","w":151},"D":{"d":"17,-10r0,-163v3,-18,39,-9,57,-9v55,0,77,50,77,92v0,74,-48,98,-123,90v-8,0,-11,-4,-11,-10xm35,-165r0,148v64,8,96,-18,96,-76v0,-35,-15,-72,-59,-72r-37,0","w":161},"E":{"d":"35,-82r0,65v21,3,59,-9,66,9v0,5,-4,8,-10,8r-63,0v-8,0,-11,-4,-11,-10r0,-163v0,-6,3,-9,11,-9r61,0v6,0,9,3,9,8v-5,18,-42,5,-62,9r0,66v19,3,54,-8,60,8v-5,18,-41,6,-61,9","w":113},"F":{"d":"35,-82r0,72v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-163v0,-5,4,-9,9,-9r65,0v6,0,10,3,10,8v-6,18,-45,5,-66,9r0,66v19,3,53,-8,59,8v-4,18,-40,6,-59,9","w":104,"k":{"A":9,".":19,",":19}},"G":{"d":"104,-94v2,-15,29,-9,45,-9v13,0,15,7,15,14v0,71,-34,91,-74,91v-110,0,-105,-185,0,-186v36,0,62,20,62,28v-12,29,-22,-12,-61,-11v-83,3,-81,154,1,152v40,0,54,-34,54,-71v-14,-2,-40,6,-42,-8","w":170},"H":{"d":"35,-85r0,75v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-162v0,-8,3,-12,9,-12v6,0,9,4,9,12r0,70r100,0r0,-70v0,-8,4,-12,10,-12v6,0,9,4,9,12r0,162v0,8,-3,12,-9,12v-6,0,-10,-4,-10,-12r0,-75r-100,0","w":170},"I":{"d":"35,-172r0,162v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-162v0,-8,3,-12,9,-12v6,0,9,4,9,12","w":52},"J":{"d":"73,-172v-8,63,26,174,-40,174v-26,0,-48,-17,-30,-27v7,0,10,11,29,11v18,0,23,-12,23,-28r0,-130v0,-8,3,-12,9,-12v6,0,9,4,9,12","w":90},"K":{"d":"35,-88r0,78v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-162v0,-8,3,-12,9,-12v6,0,9,4,9,12r0,68r82,-74v6,-8,18,-8,19,2v0,3,0,5,-4,8r-80,71r86,82v6,7,5,16,-4,17v-37,-25,-65,-61,-99,-90","w":142},"L":{"d":"35,-172r0,155v19,3,54,-8,58,9v0,5,-4,8,-10,8v-22,0,-59,9,-66,-9r0,-163v0,-8,3,-12,9,-12v6,0,9,4,9,12","w":94,"k":{"y":14,"Y":28,"W":19,"V":24,"T":24}},"M":{"d":"106,-30v17,-45,28,-95,42,-142v5,-17,29,-16,32,3r25,162v-2,14,-17,11,-19,-2r-23,-155r-45,153v-3,16,-17,18,-21,3r-47,-155r-23,154v1,12,-20,16,-18,2r24,-162v3,-19,29,-21,33,-3","w":213},"N":{"d":"36,-150v-4,43,0,94,-1,140v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-163v0,-14,14,-13,20,-4r98,143r0,-138v0,-8,3,-12,9,-12v6,0,10,4,10,12r0,162v0,16,-13,14,-19,5","w":170},"O":{"d":"88,2v-103,-1,-104,-185,0,-186v102,1,103,185,0,186xm88,-15v43,0,57,-42,57,-76v0,-34,-14,-76,-57,-76v-43,0,-58,42,-58,76v0,34,15,76,58,76","w":175},"P":{"d":"35,-70r0,60v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-163v2,-17,38,-6,55,-9v81,4,75,113,-4,112r-33,0xm35,-165r0,78v40,5,79,-8,75,-39v4,-30,-35,-45,-75,-39","w":132,"k":{"A":14,".":24,",":24}},"Q":{"d":"150,-33v7,8,36,26,15,35v-10,-3,-17,-16,-25,-22v-13,14,-30,22,-52,22v-103,-1,-104,-185,0,-186v73,0,95,94,62,151xm128,-33v-7,-8,-32,-24,-12,-32v9,1,15,13,21,18v18,-48,9,-121,-49,-121v-43,0,-58,41,-58,77v0,36,15,77,58,77v18,0,31,-8,40,-19","w":175},"R":{"d":"35,-81r0,71v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-163v1,-17,36,-8,52,-9v73,-5,69,101,6,101r-17,0r63,67v8,5,3,17,-5,16v-31,-23,-53,-57,-81,-83xm35,-165r0,68v35,1,70,1,70,-33v0,-37,-34,-37,-70,-35","w":132},"S":{"d":"5,-20v10,-22,23,5,48,5v26,0,42,-21,42,-40v0,-44,-87,-27,-87,-82v0,-49,80,-60,94,-27v-7,24,-19,-3,-42,-3v-19,0,-33,14,-33,29v0,40,86,24,86,82v0,33,-23,58,-58,58v-30,0,-50,-12,-50,-22","w":118},"T":{"d":"64,-165r0,155v0,8,-3,12,-9,12v-6,0,-10,-4,-10,-12r0,-155v-16,-2,-43,6,-45,-9v0,-5,4,-8,10,-8r89,0v6,0,10,3,10,8v-2,15,-30,7,-45,9","w":109,"k":{"y":24,"w":24,"u":24,"s":24,"r":24,"q":24,"o":24,"i":8,"e":24,"d":24,"c":24,"a":24,"A":19,";":24,":":24,".":24,"-":28,",":24}},"U":{"d":"17,-62r0,-110v0,-8,3,-12,9,-12v6,0,9,4,9,12r0,108v0,34,24,49,50,49v26,0,50,-15,50,-49r0,-108v0,-8,3,-12,9,-12v6,0,10,4,10,12r0,110v0,42,-34,64,-69,64v-35,0,-68,-22,-68,-64","w":170},"V":{"d":"122,-176v2,-11,19,-10,18,1r-58,165v-2,14,-17,14,-22,0r-57,-165v0,-11,14,-11,18,-1r50,147","w":142,"k":{"u":5,"r":5,"q":9,"o":9,"e":9,"d":9,"c":9,"a":9,"A":14,";":5,":":5,".":24,"-":9,",":24}},"W":{"d":"50,-20v18,-49,29,-104,45,-155v0,-14,19,-9,19,0r45,155r24,-155v1,-12,18,-12,19,-1r-30,167v-3,14,-24,14,-28,0r-40,-146r-41,146v-2,15,-24,14,-27,0r-29,-167v1,-11,18,-11,19,1","w":208,"k":{"q":5,"o":5,"e":5,"d":5,"c":5,"a":5,"A":9,";":2,":":2,".":9,"-":9,",":9}},"X":{"d":"76,-112r45,-65v3,-10,17,-9,18,0v-14,29,-36,52,-53,79r63,92v-1,9,-15,12,-18,1r-55,-78r-54,78v-3,10,-18,8,-19,-1v18,-33,43,-61,63,-92v-17,-27,-38,-50,-53,-79v1,-9,16,-10,18,0","w":152},"Y":{"d":"62,-104r44,-74v2,-8,17,-8,17,1v-12,32,-36,62,-52,91r0,76v0,8,-3,12,-9,12v-6,0,-10,-4,-10,-12r0,-76r-52,-91v0,-9,15,-9,17,-1","w":123,"k":{"v":5,"u":9,"q":19,"p":14,"o":19,"e":19,"d":19,"c":19,"a":19,"A":14,";":9,":":9,".":24,"-":19,",":19}},"Z":{"d":"30,-17r95,0v6,0,10,4,10,9v0,5,-4,8,-10,8r-102,0v-21,-2,-17,-12,-8,-26r91,-139r-86,0v-6,0,-9,-4,-9,-9v0,-5,3,-8,9,-8r103,0v11,1,9,9,5,16","w":142},"[":{"d":"19,6r0,-181v0,-12,16,-9,27,-9v11,0,11,15,0,16r-9,0r0,167v15,-4,25,12,9,16v-11,0,-27,3,-27,-9","w":56},"\\":{"d":"27,-177r67,172v-1,10,-14,8,-17,0r-67,-172v1,-10,14,-8,17,0","w":104},"]":{"d":"38,-175r0,181v0,12,-16,9,-27,9v-11,0,-11,-15,0,-16r8,0r0,-167v-14,4,-24,-12,-8,-16v11,0,27,-3,27,9","w":56},"^":{"d":"12,-74v17,-36,39,-69,57,-104v5,-9,11,-8,16,0r56,104v-2,11,-16,8,-19,-2r-45,-83r-46,83v-3,11,-16,13,-19,2","w":153},"_":{"d":"128,32r-128,0v-4,0,-7,-2,-7,-6v0,-4,3,-7,7,-7r128,0v4,0,7,3,7,7v0,4,-3,6,-7,6","w":128},"a":{"d":"106,-118v3,-5,-1,-20,10,-20v6,0,9,4,9,12r0,116v0,8,-3,12,-9,12v-11,0,-7,-14,-10,-21v-31,47,-105,7,-96,-49v-7,-51,62,-98,96,-50xm69,-122v-53,2,-54,106,0,108v53,-2,52,-106,0,-108","w":142},"b":{"d":"17,-10r0,-176v0,-8,3,-12,9,-12v6,0,9,4,9,12v1,22,-2,48,1,68v33,-47,104,-2,96,50v7,58,-64,94,-97,49v6,19,-18,31,-18,9xm74,-122v-54,2,-53,106,0,108v53,-2,52,-106,0,-108","w":142},"c":{"d":"30,-70v0,43,37,68,66,47v3,0,8,4,8,8v0,11,-17,17,-35,17v-79,-2,-78,-140,2,-140v17,0,34,7,34,15v-7,19,-13,2,-36,2v-26,0,-39,29,-39,51","w":113},"d":{"d":"106,-118v3,-20,0,-46,1,-68v0,-8,3,-12,9,-12v6,0,9,4,9,12r0,176v0,8,-3,12,-9,12v-11,0,-7,-14,-10,-21v-31,47,-105,7,-96,-49v-7,-51,62,-98,96,-50xm69,-122v-53,2,-54,106,0,108v53,-2,52,-106,0,-108","w":142},"e":{"d":"114,-60r-84,0v1,24,16,46,40,46v29,0,37,-21,46,-21v5,0,9,2,9,9v0,8,-21,28,-53,28v-85,0,-80,-140,-3,-140v38,0,58,33,58,67v0,5,-2,11,-13,11xm30,-75r77,0v-1,-23,-14,-47,-39,-47v-25,0,-37,24,-38,47","w":132},"f":{"d":"40,-121r0,111v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-111v-14,4,-30,-9,-13,-15r13,0v-1,-32,-4,-69,33,-62v16,-1,18,17,3,17v-26,-5,-16,25,-18,45v15,-4,36,7,16,15r-16,0","w":61,"k":{"f":-5}},"g":{"d":"106,-118v3,-5,-1,-20,10,-20v6,0,9,4,9,12r0,120v8,71,-93,72,-111,37v9,-25,22,7,50,7v26,0,50,-22,42,-57v-31,47,-96,7,-96,-49v0,-34,19,-70,58,-70v16,0,30,9,38,20xm69,-122v-54,2,-53,106,0,108v54,0,54,-106,0,-108","w":142},"h":{"d":"69,-121v-44,0,-33,67,-34,111v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-176v0,-8,3,-12,9,-12v6,0,9,4,9,12v1,22,-2,47,1,67v20,-33,84,-21,84,30r0,79v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12v-4,-44,17,-111,-33,-111"},"i":{"d":"35,-126r0,116v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-116v0,-8,3,-12,9,-12v6,0,9,4,9,12xm14,-171v0,-7,5,-13,12,-13v7,0,13,6,13,13v0,7,-6,12,-13,12v-7,0,-12,-5,-12,-12","w":52},"j":{"d":"14,-171v0,-7,5,-13,12,-13v7,0,13,6,13,13v0,7,-6,12,-13,12v-7,0,-12,-5,-12,-12xm5,55v-14,4,-28,-13,-12,-17v12,3,25,3,24,-14r0,-150v0,-8,3,-12,9,-12v6,0,9,4,9,12r0,149v0,22,-10,32,-30,32","w":52},"k":{"d":"35,-65v-3,21,9,61,-9,67v-6,0,-9,-4,-9,-12r0,-176v0,-8,3,-12,9,-12v6,0,9,4,9,12r0,98v22,-16,40,-38,65,-50v9,1,10,12,2,18r-55,42v22,24,51,43,68,72v-3,14,-15,6,-24,-3","w":113},"l":{"d":"35,-186r0,176v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-176v0,-8,3,-12,9,-12v6,0,9,4,9,12","w":52},"m":{"d":"147,-121v-41,-1,-30,68,-31,111v0,8,-4,12,-10,12v-6,0,-9,-4,-9,-12v-1,-40,10,-111,-30,-111v-41,0,-32,68,-32,111v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-116v0,-8,3,-12,9,-12v10,0,8,12,10,19v13,-25,62,-26,71,5v23,-40,88,-29,89,25r0,79v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-75v0,-30,-17,-36,-31,-36","w":212},"n":{"d":"69,-121v-44,0,-33,67,-34,111v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-116v0,-8,3,-12,9,-12v10,0,8,12,10,19v20,-33,84,-21,84,30r0,79v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12v-4,-44,17,-111,-33,-111"},"o":{"d":"69,-122v-54,2,-53,106,0,108v53,-2,52,-106,0,-108xm127,-68v0,38,-19,70,-58,70v-39,0,-59,-32,-59,-70v0,-34,19,-70,59,-70v40,0,58,36,58,70"},"p":{"d":"17,44r0,-170v0,-8,3,-12,9,-12v10,0,8,13,10,20v32,-45,105,-6,96,50v7,53,-63,97,-97,49r0,63v0,8,-3,11,-9,11v-6,0,-9,-3,-9,-11xm74,-122v-54,2,-53,106,0,108v53,-2,52,-106,0,-108","w":142},"q":{"d":"10,-68v-7,-57,63,-94,97,-50v-5,-19,17,-29,18,-8r0,170v0,8,-3,11,-9,11v-6,0,-9,-3,-9,-11v-1,-20,2,-45,-1,-63v-32,49,-104,3,-96,-49xm69,-14v53,-2,52,-106,0,-108v-54,2,-53,106,0,108","w":142},"r":{"d":"35,-77r0,67v0,8,-3,12,-9,12v-6,0,-9,-4,-9,-12r0,-116v0,-8,3,-12,9,-12v12,-2,7,17,10,25v7,-15,18,-25,30,-25v17,1,16,18,0,20v-10,2,-31,11,-31,41","w":80,"k":{"y":-5,"v":-5,".":14,"-":14,",":14}},"s":{"d":"11,-102v-3,-46,88,-42,91,-15v-7,22,-22,-4,-44,-5v-23,-1,-39,24,-14,35v25,11,62,15,62,49v0,24,-21,40,-50,40v-35,0,-65,-22,-41,-35v9,0,17,19,41,19v34,0,39,-38,11,-44v-21,-11,-54,-14,-56,-44","w":113},"t":{"d":"71,-8v1,9,-11,10,-19,10v-49,0,-24,-79,-30,-123v-9,0,-20,2,-20,-8v0,-10,12,-6,20,-7v2,-15,-6,-42,9,-42v15,0,7,28,9,42v10,1,28,-4,28,7v0,12,-17,7,-28,8r0,91v-4,25,26,7,31,22","w":76,"k":{"q":4,"o":4,"e":4,"d":4,"c":4,"a":3}},"u":{"d":"17,-45r0,-81v0,-8,3,-12,9,-12v6,0,9,4,9,12v3,45,-15,112,34,112v48,0,29,-68,33,-112v0,-8,3,-12,9,-12v6,0,9,4,9,12r0,81v0,29,-22,47,-51,47v-29,0,-52,-18,-52,-47"},"v":{"d":"54,-30v14,-31,23,-66,34,-99v3,-11,18,-12,18,0r-42,124v-5,10,-16,10,-19,0r-42,-124v0,-10,17,-12,18,0","w":109,"k":{".":14,",":14}},"w":{"d":"52,-28v13,-31,20,-68,32,-101v3,-12,18,-12,21,0r32,101r32,-101v1,-11,19,-11,19,0r-41,122v-8,14,-16,12,-21,-3r-32,-99r-32,102v-4,13,-15,11,-20,0r-40,-122v0,-12,15,-10,18,0","w":189,"k":{".":10,",":10}},"x":{"d":"59,-59r-38,54v-4,10,-18,9,-18,-2v11,-25,31,-44,45,-66r-40,-56v0,-11,14,-12,18,-2r33,44v15,-16,24,-40,43,-51v8,1,11,9,5,16r-37,49v15,22,33,42,46,66v0,11,-14,12,-18,2","w":118},"y":{"d":"46,-4r-43,-125v0,-10,17,-12,18,0r34,99r33,-99v2,-11,18,-12,18,0r-60,175v-1,11,-18,12,-18,2v0,-20,13,-34,18,-52","w":109,"k":{".":14,",":14}},"z":{"d":"103,-129v-19,42,-49,74,-72,112r66,0v6,0,10,4,10,9v0,5,-4,8,-10,8r-79,0v-16,-1,-12,-10,-7,-18r69,-101r-60,0v-6,0,-10,-4,-10,-9v0,-5,4,-8,10,-8r73,0v7,0,10,3,10,7","w":113},"{":{"d":"7,-91v38,2,-11,-105,50,-93v11,2,11,14,0,14v-23,0,-16,27,-16,48v0,27,-16,33,-20,38v12,-2,20,37,20,65v0,12,2,23,16,20v11,1,11,12,0,14v-34,6,-33,-26,-33,-58v0,-24,-4,-35,-17,-35v-3,0,-6,-2,-6,-6v0,-4,3,-7,6,-7","w":66},"|":{"d":"20,64r0,-256v0,-6,3,-10,8,-10v5,0,9,4,9,10r0,256v0,6,-4,10,-9,10v-5,0,-8,-4,-8,-10","w":56},"}":{"d":"45,-84v-11,-1,-20,-36,-20,-66v0,-12,-2,-23,-16,-20v-11,-1,-11,-12,0,-14v34,-6,33,26,33,58v0,24,4,35,17,35v3,0,6,3,6,7v0,4,-3,6,-6,6v-38,-2,11,105,-50,93v-11,-2,-11,-14,0,-14v23,0,16,-27,16,-48v0,-26,15,-35,20,-37","w":66},"~":{"d":"52,-83v20,-1,32,19,50,19v15,0,14,-18,26,-19v4,-1,8,1,8,7v0,13,-16,29,-35,29v-19,0,-32,-20,-50,-20v-15,0,-13,19,-25,20v-4,1,-8,-2,-8,-8v0,-13,15,-28,34,-28","w":153},"'":{"d":"24,-131v-16,-1,-7,-28,-9,-43v0,-6,4,-10,9,-10v14,2,6,29,8,44v0,6,-3,9,-8,9","w":47},"`":{"d":"47,-154r-42,-15v-12,-4,-8,-15,0,-17v16,2,28,11,42,15v12,4,7,15,0,17","w":52},"\u00a0":{"w":61}}});


Cufon.replace("#header p.tagline", { fontFamily: "Homeserve Rounded Bold" });
Cufon.replace("#content .title h1, .box h2 span");
Cufon.replace("#menu a", { fontFamily: "Homeserve Rounded Bold", hover: true });
Cufon.replace("ul.submenu a, ul.submenu strong", { hover: true });

