(function($){		$(function(){		
		Cufon.replace('#sideColumn .heading-title h1');				/*		$('.contentSection').each(function(){						var max = 0;			$('.categoryBox h3', this).each(function(){				var height = $(this).height();				if( height > max ) {					max = height;				}			}).height(max);
			});		*/						$('#wrapper #content #mainContent .contentSection .categoryBox:last-child').css('border', 'none');
		
		
		$('#basket #discount_code').focus(function(){
			if( this.value == 'Enter discount code' ) {
				this.value = '';
			}
		}).blur(function(){
			if( this.value == '' ) {
				this.value = 'Enter discount code';
			}		});
				var max = 0;		var sideBarHeight = $('#sideBar').height();		var sideColumnHeight = $('#sideColumn').height();
		var middleColumnHeight = $('#middleColumn').height();				max = Math.max(Math.max(sideBarHeight, sideColumnHeight), middleColumnHeight);				$('#middleColumn').height(max+100);		
		setTimeout(function(){
			$('#registrationRight .save-updates, .hide-me').fadeOut();
		}, 2500);
			});	})(jQuery);


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



/*
CSS Browser Selector v0.2.9
Rafael Lima (http://rafael.adm.br)
http://rafael.adm.br/css_browser_selector
License: http://creativecommons.org/licenses/by/2.5/
Contributors: http://rafael.adm.br/css_browser_selector#contributors
*/
var css_browser_selector = function() {var ua=navigator.userAgent.toLowerCase(),is=function(t){return ua.indexOf(t) != -1;},h=document.getElementsByTagName('html')[0],b=(!(/opera|webtv/i.test(ua))&&/msie\s(\d)/.test(ua))?('ie ie'+RegExp.$1):is('firefox/2')?'gecko ff2':is('firefox/3')?'gecko ff3':is('firefox/4')?'gecko ff4':is('gecko/')?'gecko':is('opera/9')?'opera opera9':/opera\s(\d)/.test(ua)?'opera opera'+RegExp.$1:is('konqueror')?'konqueror':is('chrome')?'chrome webkit safari':is('applewebkit/')?'webkit safari':is('mozilla/')?'gecko':'',os=(is('x11')||is('linux'))?' linux':is('mac')?' mac':is('win')?' win':'';var c=b+os+' js'; if( ua.indexOf('ipad') > -1) c += ' ipad'; h.className += h.className?' '+c:c;}();


/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Digitized data © 1997-2003 Agfa Monotype Corporation, portions © 2004 Ascender
 * Corporation. All rights reserved. Segoe is a trademark of The Monotype
 * Corporation.
 * 
 * Trademark:
 * Segoe is a trademark of The Monotype Corporation.
 * 
 * Description:
 * Segoe is a humanist sans serif typeface family designed by Steve Matteson, Carl
 * Crossgrove and Jim Wasco.
 * 
 * Manufacturer:
 * Agfa Monotype Corporation
 * 
 * Designer:
 * Steve Matteson, Carl Crossgrove and Jim Wasco.
 * 
 * Vendor URL:
 * http://www.agfamonotype.com
 * 
 * License information:
 * http://www.agfamonotype.com/html/type/license.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Segoe Semibold","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 11 7 2 4 5 4 2 2 3","ascent":"288","descent":"-72","x-height":"4","bbox":"-28 -284 346 85","underline-thickness":"20.918","underline-position":"-20.918","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":98},"!":{"d":"70,-73r-33,0r-5,-179r43,0xm28,-21v0,-32,51,-30,50,0v0,16,-9,25,-24,25v-15,0,-26,-10,-26,-25","w":107},"\"":{"d":"120,-175r-28,0r-3,-78r33,0xm62,-175r-28,0r-3,-78r34,0","w":153,"k":{"s":16,"r":12}},"#":{"d":"201,-159r-41,0r-10,47r45,0r-6,24r-44,0r-14,67r-29,0r14,-67r-41,0r-15,67r-28,0r14,-67r-41,0r4,-24r42,0r9,-47r-43,0r4,-25r44,0r14,-68r29,0r-13,68r41,0r15,-68r28,0r-14,68r41,0xm89,-159r-10,47r43,0r10,-47r-43,0","w":211},"$":{"d":"114,-140v33,14,68,28,68,72v0,42,-29,60,-68,66r0,39r-22,0r0,-37v-24,-1,-48,-7,-64,-16r0,-40v15,13,39,21,64,23r0,-77v-33,-14,-66,-28,-66,-74v0,-40,27,-63,66,-68r0,-32r22,0r0,31v18,1,38,5,51,11r0,39v-12,-9,-31,-17,-51,-18r0,81xm92,-220v-27,1,-38,47,-13,61v4,3,8,6,13,9r0,-70xm114,-35v23,-2,39,-29,22,-49v-5,-6,-12,-12,-22,-17r0,66"},"%":{"d":"232,-127v40,0,58,24,58,63v0,41,-22,68,-62,68v-37,0,-58,-25,-58,-63v0,-41,20,-68,62,-68xm230,-21v21,0,30,-17,30,-42v1,-24,-9,-40,-29,-40v-20,0,-30,17,-30,42v0,23,9,40,29,40xm85,0r-33,0r165,-252r33,0xm76,-256v39,0,58,24,58,64v0,40,-21,67,-62,67v-38,0,-58,-25,-58,-62v0,-42,21,-69,62,-69xm74,-149v21,0,31,-18,30,-42v-1,-22,-8,-40,-29,-40v-20,0,-30,17,-30,42v0,23,8,40,29,40","w":303},"&":{"d":"238,-134v1,38,-15,63,-31,84r48,50r-52,0r-23,-24v-40,41,-166,42,-162,-40v2,-41,29,-58,57,-73v-11,-17,-26,-31,-26,-59v0,-40,29,-59,70,-60v39,0,64,18,64,54v0,39,-27,52,-54,68r56,59v11,-13,17,-35,18,-59r35,0xm110,-155v17,-10,37,-18,37,-44v0,-17,-11,-27,-27,-28v-46,-3,-36,58,-10,72xm58,-67v-2,52,78,46,101,20r-64,-68v-19,10,-36,20,-37,48","w":257},"'":{"d":"59,-175r-27,0r-3,-78r33,0","w":91,"k":{"s":16,"r":12}},"(":{"d":"115,-252v-69,69,-71,238,0,309r-34,0v-34,-37,-56,-85,-56,-154v0,-70,23,-117,56,-155r34,0","w":118,"k":{"j":-55}},")":{"d":"38,-252v32,40,57,84,56,155v0,69,-22,117,-56,154r-34,0v33,-40,54,-88,54,-154v0,-70,-23,-114,-54,-155r34,0","w":118},"*":{"d":"96,-182r33,39r-25,18r-26,-45r-25,45r-26,-18r34,-39r-48,-8r11,-28r44,17r-6,-51r32,0r-5,51r44,-17r10,28","w":155,"k":{"q":24,"o":24,"g":24,"e":24,"d":24,"c":24,"J":37,"A":39}},"+":{"d":"142,-90r0,70r-30,0r0,-70r-70,0r0,-29r70,0r0,-70r30,0r0,70r69,0r0,29r-69,0","w":252},",":{"d":"36,47r-29,0r17,-88r39,0","w":84},"-":{"d":"25,-82r0,-30r96,0r0,30r-96,0","w":144},".":{"d":"42,-44v15,0,25,9,25,24v0,14,-9,25,-25,24v-15,-1,-25,-9,-25,-24v0,-16,10,-24,25,-24","w":84},"\/":{"d":"31,42r-37,0r121,-294r37,0","w":149},"0":{"d":"104,-256v68,0,83,58,83,129v0,73,-20,131,-89,131v-65,0,-84,-55,-84,-125v0,-76,19,-135,90,-135xm101,-29v43,0,45,-52,45,-96v0,-49,-2,-93,-44,-98v-44,5,-47,51,-47,101v0,47,5,93,46,93"},"1":{"d":"31,0r0,-34r55,0r0,-175r-56,14r0,-37r97,-24r0,222r55,0r0,34r-151,0"},"2":{"d":"31,-234v51,-43,176,-22,146,70v-19,57,-72,88,-110,128r110,0r0,36r-159,0r0,-33r75,-73v22,-24,46,-38,46,-76v0,-59,-86,-42,-108,-12r0,-40"},"3":{"d":"128,-186v2,-48,-72,-42,-94,-19v-1,-24,-3,-46,23,-46v50,-14,112,1,112,56v0,39,-23,53,-50,64v35,4,58,22,59,59v4,75,-95,91,-153,63r0,-40v27,25,113,34,111,-22v0,-39,-42,-44,-85,-42r0,-34v40,1,77,-2,77,-39"},"4":{"d":"159,-62r0,62r-40,0r0,-62r-116,0r0,-25r109,-165r47,0r0,160r31,0r0,30r-31,0xm119,-92r1,-123v-21,45,-52,82,-77,123r76,0"},"5":{"d":"75,-155v62,-6,102,19,104,76v3,75,-87,100,-150,72r0,-39v31,25,108,27,108,-31v0,-48,-54,-48,-100,-42r0,-133r131,0r0,35r-93,0r0,62"},"6":{"d":"115,-159v48,0,72,30,72,78v0,53,-31,85,-83,85v-63,0,-85,-50,-86,-116v-2,-97,56,-166,153,-137r0,37v-58,-33,-122,15,-110,84v9,-18,27,-31,54,-31xm105,-29v28,0,40,-21,41,-49v0,-30,-12,-48,-42,-48v-27,0,-42,16,-42,44v1,30,13,53,43,53"},"7":{"d":"89,0r-43,0r92,-217r-123,0r0,-35r170,0r0,15"},"8":{"d":"131,-133v28,12,54,28,54,67v0,50,-38,70,-89,70v-47,0,-80,-22,-80,-67v0,-37,24,-56,53,-70v-26,-12,-44,-28,-44,-59v0,-42,33,-64,78,-64v43,1,74,19,74,60v0,34,-19,50,-46,63xm101,-149v38,-7,53,-73,1,-75v-33,-1,-46,35,-27,57v6,7,15,13,26,18xm102,-28v37,2,56,-40,32,-66v-7,-8,-19,-14,-35,-20v-22,8,-42,20,-42,48v0,26,20,37,45,38"},"9":{"d":"100,-256v62,0,81,50,84,116v4,101,-59,168,-155,135r0,-37v39,27,105,7,109,-38v1,-11,7,-27,4,-40v-9,17,-26,28,-52,28v-48,-1,-75,-31,-75,-78v0,-53,32,-86,85,-86xm100,-125v26,0,42,-18,42,-42v0,-30,-14,-56,-44,-56v-27,0,-42,19,-42,48v0,31,15,50,44,50"},":":{"d":"42,-184v16,0,25,10,25,25v0,15,-10,24,-25,24v-15,0,-25,-9,-25,-24v0,-15,9,-25,25,-25xm42,-44v15,0,25,9,25,24v0,14,-9,25,-25,24v-15,-1,-25,-9,-25,-24v0,-16,10,-24,25,-24","w":84},";":{"d":"43,-184v15,0,25,10,25,25v0,15,-11,24,-26,24v-15,0,-25,-9,-25,-24v0,-15,10,-25,26,-25xm36,47r-29,0r17,-88r39,0","w":84},"<":{"d":"48,-93r0,-19r157,-83r0,34r-113,58r113,52r0,34","w":252},"=":{"d":"42,-128r0,-30r169,0r0,30r-169,0xm42,-51r0,-30r169,0r0,30r-169,0","w":252},">":{"d":"48,-18r0,-34r113,-52r-113,-57r0,-34r157,83r0,18","w":252},"?":{"d":"22,-241v49,-35,143,-12,125,66v-10,44,-64,45,-59,102r-36,0v-9,-67,58,-64,58,-117v0,-46,-71,-37,-88,-9r0,-42xm70,-45v15,0,25,9,25,24v0,15,-10,25,-25,25v-15,0,-25,-10,-25,-25v0,-15,10,-24,25,-24","w":162},"@":{"d":"178,-255v82,0,139,44,139,125v0,57,-26,95,-76,99v-24,2,-37,-18,-39,-39v-20,64,-107,40,-102,-28v4,-51,23,-88,73,-91v18,0,28,10,34,22r2,-19r29,0r-8,97v2,15,1,34,17,32v30,-3,39,-35,39,-70v0,-68,-42,-103,-109,-103v-73,0,-114,50,-117,124v-6,99,102,137,189,99r0,28v-21,8,-46,13,-77,12v-88,-3,-144,-51,-144,-138v0,-93,55,-150,150,-150xm161,-57v33,0,42,-37,42,-73v0,-19,-9,-34,-28,-34v-32,0,-43,33,-43,67v0,23,8,40,29,40","w":344},"A":{"d":"193,0r-23,-64r-101,0r-22,64r-46,0r96,-252r46,0r96,252r-46,0xm158,-99r-39,-115v-9,42,-26,76,-38,115r77,0","w":240,"k":{"y":9,"w":7,"v":10,"t":7,"Z":-14,"Y":37,"W":18,"V":28,"U":7,"T":35,"O":7,"J":-22,"G":7,"C":7,";":-16,",":-16,"*":31}},"B":{"d":"144,-136v31,9,58,23,58,63v-1,79,-88,75,-170,73r0,-252v71,0,158,-11,158,58v0,31,-19,51,-46,58xm74,-148v38,2,71,-2,71,-38v0,-32,-37,-32,-71,-31r0,69xm74,-35v42,2,83,1,83,-40v0,-38,-42,-40,-83,-38r0,78","w":217,"k":{"Y":16,"T":22}},"C":{"d":"59,-123v-5,83,88,111,148,73r0,39v-17,11,-44,14,-71,15v-79,-1,-119,-47,-121,-125v-3,-104,90,-158,192,-125r0,43v-16,-9,-35,-16,-60,-16v-57,1,-84,38,-88,96","w":223,"k":{"Q":13,"O":7,"G":13,"C":13,"?":-1}},"D":{"d":"110,-252v87,-1,135,40,135,123v0,111,-90,139,-213,129r0,-252r78,0xm74,-36v78,5,127,-20,127,-92v1,-72,-50,-93,-127,-88r0,180","w":259,"k":{"Z":12,"X":13,"T":22,"A":8,".":31,",":31}},"E":{"d":"32,0r0,-252r136,0r0,36r-94,0r0,71r88,0r0,36r-88,0r0,73r100,0r0,36r-142,0","w":186,"k":{"X":-7,"W":-7,"V":-1,"T":-4,"J":-16,"A":-5}},"F":{"d":"74,-216r0,74r87,0r0,37r-87,0r0,105r-42,0r0,-252r136,0r0,36r-94,0","w":181,"k":{"f":-4,"a":18,"T":-4,"S":7,"J":16,"A":32,".":37,",":37}},"G":{"d":"228,-17v-22,13,-53,22,-88,21v-79,-2,-122,-46,-125,-126v-4,-111,106,-157,206,-122r0,43v-19,-11,-44,-19,-74,-19v-55,0,-85,37,-88,95v-4,74,64,111,127,84r0,-60r-52,0r0,-36r94,0r0,120","w":252,"k":{"y":7,"V":7,"T":12}},"H":{"d":"192,0r0,-109r-118,0r0,109r-42,0r0,-252r42,0r0,106r118,0r0,-106r42,0r0,252r-42,0","w":265},"I":{"d":"32,0r0,-252r42,0r0,252r-42,0","w":105},"\u0406":{"d":"32,0r0,-252r42,0r0,252r-42,0","w":105},"J":{"d":"113,-252v-3,114,30,285,-108,251r0,-41v7,5,15,10,28,9v31,-1,37,-29,38,-62r0,-157r42,0","w":142,"k":{"a":7,"J":16,"A":9,".":24,",":24}},"\u0408":{"d":"113,-252v-3,114,30,285,-108,251r0,-41v7,5,15,10,28,9v31,-1,37,-29,38,-62r0,-157r42,0","w":142},"K":{"d":"168,0r-94,-123r0,123r-42,0r0,-252r42,0r1,119v28,-42,61,-79,91,-119r51,0r-101,120r108,132r-56,0","w":222,"k":{"y":22,"w":13,"v":18,"t":11,"q":7,"o":7,"g":7,"e":7,"d":7,"c":7,"Z":-9,"X":-9,"T":-1,"Q":21,"O":21,"J":-21,"G":21,"C":21,"?":-1,";":-9,",":-9}},"L":{"d":"32,0r0,-252r42,0r0,216r98,0r0,36r-140,0","w":175,"k":{"y":18,"w":16,"v":24,"t":7,"Z":-14,"Y":31,"W":12,"V":28,"U":7,"T":27,"Q":17,"O":17,"J":-24,"G":16,"C":16,"A":-14,"?":24,"*":49}},"M":{"d":"154,0v-27,-72,-63,-136,-84,-215r1,215r-39,0r0,-252r60,0r76,194r80,-194r57,0r0,252r-42,0r2,-215v-22,78,-57,142,-84,215r-27,0","w":336},"N":{"d":"197,0r-126,-204v4,65,1,136,2,204r-41,0r0,-252r53,0r122,200v-4,-63,-1,-133,-2,-200r42,0r0,252r-50,0","w":278},"O":{"d":"139,-256v76,0,118,51,118,128v0,80,-42,132,-123,132v-77,0,-119,-49,-119,-127v0,-81,43,-133,124,-133xm135,-33v53,0,78,-36,77,-92v0,-56,-22,-94,-75,-94v-53,0,-78,39,-78,93v0,54,24,93,76,93","w":271,"k":{"Z":12,"Y":6,"X":9,"T":22,"J":1,"A":7,".":22,",":22}},"P":{"d":"32,-252v85,-3,170,-5,168,78v-2,65,-52,88,-126,83r0,91r-42,0r0,-252xm74,-126v44,3,82,-5,82,-46v0,-43,-38,-47,-82,-45r0,91","w":209,"k":{"q":18,"o":18,"g":18,"e":18,"d":18,"c":18,"a":16,"X":14,"W":-9,"J":31,"G":-1,"A":37,".":77,",":77}},"Q":{"d":"139,-256v77,0,118,51,118,128v0,68,-31,110,-84,126r65,64r-57,0r-49,-58v-75,-3,-117,-50,-117,-127v0,-81,41,-133,124,-133xm135,-33v53,0,78,-36,77,-92v0,-55,-21,-94,-75,-94v-53,0,-78,39,-78,93v0,54,24,93,76,93","w":271,"k":{"Z":12,"Y":3,"X":9,"T":22,"A":7,".":31,",":22}},"R":{"d":"197,-184v-1,40,-25,60,-56,70v38,22,44,76,67,114r-50,0v-15,-31,-24,-73,-46,-96v-10,-9,-22,-5,-38,-6r0,102r-42,0r0,-252v78,-1,165,-9,165,68xm74,-137v43,3,79,-5,79,-43v0,-38,-39,-38,-79,-37r0,80","w":216,"k":{"q":13,"o":14,"g":14,"e":14,"d":13,"c":13,"Y":9,"T":13,"Q":5,"O":5,"J":-14,"G":7,"C":7,";":-20}},"S":{"d":"159,-203v-25,-24,-110,-29,-94,28v26,43,102,41,105,108v3,72,-95,85,-150,57r0,-46v20,23,102,44,105,-7v-13,-61,-106,-47,-106,-123v0,-67,82,-82,140,-61r0,44","w":183,"k":{"y":11,"w":7,"v":12,"t":16}},"T":{"d":"120,-216r0,216r-42,0r0,-216r-73,0r0,-36r187,0r0,36r-72,0","w":197,"k":{"z":31,"y":27,"x":43,"w":27,"v":24,"u":42,"s":37,"r":42,"q":50,"p":42,"o":50,"n":42,"m":42,"g":50,"f":23,"e":50,"d":50,"c":50,"a":52,"Y":-7,"W":-9,"V":-10,"T":-9,"Q":22,"O":22,"J":27,"G":22,"C":22,"A":37,";":5,":":5,".":43,",":31}},"U":{"d":"227,-104v0,71,-32,108,-101,108v-67,0,-96,-38,-97,-105r0,-151r42,0r0,150v0,42,16,69,58,69v40,0,56,-24,56,-66r0,-153r42,0r0,148","w":255,"k":{"J":2,"A":10}},"V":{"d":"139,0r-48,0r-90,-252r46,0r67,203v2,4,-1,10,2,11v18,-76,47,-142,69,-214r44,0","w":230,"k":{"u":18,"s":16,"r":18,"q":31,"p":18,"o":31,"n":18,"m":18,"g":31,"e":31,"d":31,"c":31,"a":35,"T":-9,"S":7,"Q":10,"J":17,"G":10,"C":10,"A":28,"?":-1,";":2,":":2,".":54,",":49}},"W":{"d":"277,0r-50,0r-52,-202v-12,72,-35,134,-51,202r-50,0r-71,-252r46,0r51,210v14,-75,38,-139,56,-210r44,0r51,196v1,14,1,13,4,0r47,-196r44,0","w":348,"k":{"q":12,"o":12,"g":12,"e":12,"d":12,"c":12,"a":18,"T":-9,"A":18,";":1,":":1,".":31,",":28}},"X":{"d":"170,0r-58,-104v-17,37,-40,69,-59,104r-51,0r84,-126r-77,-126r51,0r55,102v16,-37,38,-68,57,-102r48,0r-79,125r80,127r-51,0","w":223,"k":{"T":-8,"Q":5,"O":5,"J":-23,"G":5,"C":5,";":-20,".":-14,",":-16}},"Y":{"d":"123,-91r0,91r-41,0r0,-90r-82,-162r47,0r57,121v17,-43,40,-80,59,-121r44,0","w":207,"k":{"u":33,"s":32,"r":33,"q":43,"p":33,"o":43,"n":33,"m":33,"g":43,"f":7,"e":43,"d":43,"c":43,"a":47,"T":-9,"S":7,"Q":11,"O":11,"J":16,"G":11,"C":11,"A":37,".":46,",":42}},"Z":{"d":"65,-36r136,0r0,36r-196,0r0,-17r139,-199r-129,0r0,-36r188,0r0,15","w":209,"k":{"y":13,"T":-9,"J":-20}},"[":{"d":"36,57r0,-309r73,0r0,27r-39,0r0,255r39,0r0,27r-73,0","w":118,"k":{"j":-55}},"\\":{"d":"115,42r-118,-294r38,0r117,294r-37,0","w":144},"]":{"d":"10,57r0,-27r38,0r0,-255r-38,0r0,-27r73,0r0,309r-73,0","w":118},"^":{"d":"181,-105v-20,-35,-35,-75,-58,-107r-52,107r-34,0r77,-151r18,0r84,151r-35,0","w":252},"_":{"d":"0,52r0,-21r149,0r0,21r-149,0","w":149},"`":{"d":"63,-214r-50,-57r39,0r41,57r-30,0","w":104},"a":{"d":"94,-184v91,0,66,102,69,184r-40,0v-1,-8,2,-19,-1,-25v-11,17,-26,29,-53,29v-63,0,-76,-86,-25,-106v21,-9,53,-10,79,-14v5,-55,-70,-37,-93,-17r0,-35v15,-10,39,-16,64,-16xm82,-28v32,0,44,-24,41,-60v-27,9,-72,-3,-71,35v1,17,12,25,30,25","w":181},"b":{"d":"129,-184v53,1,74,38,74,89v0,56,-25,98,-83,99v-27,1,-40,-13,-52,-27r0,23r-40,0r0,-266r40,0r1,115v12,-19,29,-33,60,-33xm112,-29v36,0,47,-28,48,-66v1,-35,-13,-56,-45,-56v-39,0,-50,34,-47,77v1,27,16,45,44,45","w":217,"k":{"x":6,"f":2,"a":7}},"c":{"d":"155,-8v-62,32,-141,-3,-141,-77v0,-77,70,-118,141,-90r0,38v-37,-29,-104,-9,-98,48v-7,58,63,74,98,45r0,36","w":169,"k":{"Y":18,"T":24,"J":-17}},"d":{"d":"97,-184v26,0,40,12,52,26r0,-108r40,0r0,266r-40,0v-1,-9,2,-21,-1,-28v-12,18,-29,32,-59,32v-52,-1,-75,-38,-75,-90v0,-57,27,-96,83,-98xm103,-29v37,0,49,-34,46,-76v-1,-27,-16,-46,-44,-46v-36,0,-48,28,-48,64v0,35,12,58,46,58","w":217},"e":{"d":"56,-78v-3,56,75,60,108,33r0,34v-15,10,-37,16,-64,15v-57,-1,-86,-35,-86,-92v0,-58,31,-96,86,-96v60,0,83,42,79,106r-123,0xm138,-109v6,-49,-61,-56,-76,-18v-2,5,-5,11,-6,18r82,0","w":189,"k":{"'":25,"\"":25}},"f":{"d":"128,-233v-32,-16,-55,10,-47,53r40,0r0,33r-40,0r0,147r-41,0r0,-147r-30,0r0,-33r30,0v-8,-64,28,-101,88,-88r0,35","w":124,"k":{"}":-20,"y":-8,"x":-4,"w":-9,"v":-9,"t":-9,"l":-1,"k":-1,"h":-4,"b":-4,"]":-33,"?":-16,";":-20,":":-20,".":31,"-":24,",":31,"*":-3,")":-33}},"g":{"d":"189,-17v8,91,-86,120,-161,90r0,-38v47,33,140,16,120,-63v-12,19,-28,33,-59,32v-51,-1,-75,-38,-75,-88v0,-58,26,-98,83,-100v27,-1,39,12,52,26r0,-22r40,0r0,163xm102,-29v38,0,49,-33,47,-76v-1,-28,-17,-46,-44,-46v-36,0,-48,27,-48,65v1,32,13,57,45,57","w":217,"k":{"j":-11}},"h":{"d":"126,-184v82,-3,57,107,61,184r-41,0v-7,-55,23,-151,-35,-151v-63,0,-38,91,-43,151r-40,0r0,-266r40,0r1,114v12,-18,28,-32,57,-32","w":210},"i":{"d":"49,-268v14,0,24,8,24,24v0,15,-9,24,-24,24v-15,0,-25,-9,-25,-24v0,-15,10,-24,25,-24xm28,0r0,-180r40,0r0,180r-40,0","w":95},"\u0456":{"d":"49,-268v14,0,24,8,24,24v0,15,-9,24,-24,24v-15,0,-25,-9,-25,-24v0,-15,10,-24,25,-24xm28,0r0,-180r40,0r0,180r-40,0","w":95},"j":{"d":"49,-268v14,0,24,8,24,24v0,15,-9,24,-24,24v-15,0,-25,-9,-25,-24v0,-15,10,-24,25,-24xm68,-180v-7,108,38,290,-96,260r0,-36v30,21,56,-6,56,-46r0,-178r40,0","w":95,"k":{"j":-8}},"\u0458":{"d":"49,-268v14,0,24,8,24,24v0,15,-9,24,-24,24v-15,0,-25,-9,-25,-24v0,-15,10,-24,25,-24xm68,-180v-7,108,38,290,-96,260r0,-36v30,21,56,-6,56,-46r0,-178r40,0","w":95},"k":{"d":"140,0r-72,-86r0,86r-40,0r0,-266r40,0r1,168r67,-82r52,0r-77,86r82,94r-53,0","w":191,"k":{"z":-1,"t":4,"q":7,"o":10,"g":10,"e":10,"d":7,"c":10,";":-20,":":-20,".":-20,"-":33,",":-20}},"l":{"d":"28,0r0,-266r40,0r0,266r-40,0","w":95},"m":{"d":"238,-184v81,0,53,109,58,184r-40,0v-7,-55,23,-151,-36,-151v-57,0,-33,93,-38,151r-40,0v-7,-56,23,-151,-36,-151v-58,0,-33,94,-38,151r-40,0r0,-180r40,0v1,9,-2,21,1,28v10,-20,30,-32,57,-32v28,0,43,14,51,35v12,-21,30,-35,61,-35","w":320},"n":{"d":"127,-184v82,-3,58,107,61,184r-41,0v-6,-55,22,-151,-36,-151v-62,0,-39,91,-43,151r-40,0r0,-180r40,0v1,9,-2,22,1,29v12,-21,29,-33,58,-33","w":210,"k":{"'":25,"\"":25}},"o":{"d":"110,-184v59,0,90,34,90,92v0,60,-34,96,-95,96v-59,0,-91,-35,-91,-92v0,-62,35,-96,96,-96xm108,-29v34,0,49,-23,49,-61v0,-37,-16,-61,-49,-61v-35,0,-51,23,-51,62v0,37,16,60,51,60","w":213,"k":{"x":6,"f":9,"a":7,"'":35,"\"":35}},"p":{"d":"129,-184v53,1,74,38,74,89v0,57,-26,98,-83,99v-27,1,-40,-13,-52,-27r0,106r-40,0r0,-263r40,0v1,9,-2,22,1,29v12,-19,29,-33,60,-33xm112,-29v36,0,48,-28,48,-66v0,-33,-13,-56,-45,-56v-39,0,-49,33,-47,76v1,28,16,46,44,46","w":217,"k":{"x":6,"f":9,"a":7}},"q":{"d":"97,-184v27,-1,39,12,52,26r0,-22r40,0r0,263r-40,0r-1,-111v-12,18,-29,32,-58,32v-52,-1,-76,-36,-76,-89v0,-58,26,-97,83,-99xm102,-29v38,0,49,-33,47,-76v-2,-28,-18,-46,-44,-46v-34,0,-49,27,-48,65v0,34,14,57,45,57","w":217,"k":{"j":-24}},"r":{"d":"131,-140v-32,-20,-63,8,-63,48r0,92r-40,0r0,-180r40,0v1,11,-2,26,1,35v7,-25,29,-44,62,-36r0,41","w":133,"k":{"z":-9,"y":-20,"x":-14,"w":-20,"v":-20,"t":-14,"s":-2,"q":7,"o":7,"i":-2,"g":7,"f":-9,"e":7,"d":7,"c":7,";":-20,":":-20,".":40,"-":31,",":37}},"s":{"d":"125,-140v-19,-21,-89,-15,-61,23v26,18,72,20,71,65v0,57,-71,66,-119,47r0,-39v18,21,98,25,72,-17v-26,-19,-72,-21,-72,-69v0,-50,63,-64,109,-47r0,37","w":146},"t":{"d":"123,-2v-41,17,-85,-1,-85,-51r0,-94r-29,0r0,-33r29,0r0,-41r41,-13r0,54r44,0r0,33r-44,0v5,46,-21,139,44,113r0,32","w":132,"k":{"x":-7,"q":4,"o":4,"g":4,"e":4,"d":7,"c":7,"?":13,"-":27}},"u":{"d":"102,-29v62,0,36,-93,41,-151r41,0r0,180r-41,0v-1,-8,2,-21,-1,-27v-10,17,-27,31,-54,31v-84,0,-63,-105,-65,-184r41,0v7,56,-23,151,38,151","w":210,"k":{"'":16,"\"":16}},"v":{"d":"112,0r-44,0r-67,-180r45,0r46,150v11,-55,32,-100,47,-150r42,0","w":182,"k":{"q":4,"o":4,"g":4,"e":4,"d":4,"c":3,"a":9,".":31,",":28}},"w":{"d":"217,0r-43,0r-37,-138v-9,49,-26,92,-38,138r-43,0r-53,-180r42,0r36,145v9,-52,27,-96,40,-145r39,0r38,145r33,-145r39,0","w":273,"k":{"q":2,"o":2,"g":2,"e":2,"d":2,"c":2,".":24,",":21}},"x":{"d":"117,-90r59,90r-47,0r-39,-68r-40,68r-47,0r62,-89r-58,-91r47,0r38,72r40,-72r45,0","w":180,"k":{"q":4,"o":4,"g":4,"e":4,"d":4,"c":4}},"y":{"d":"9,47v38,17,55,-19,64,-47r-72,-180r46,0r47,144v13,-51,32,-96,48,-144r41,0r-78,202v-15,43,-43,71,-96,60r0,-35","w":184,"k":{"q":2,"o":2,"g":2,"f":-1,"e":2,"d":2,"c":2,"?":18,".":30,",":24,"'":-7,"\"":-7}},"z":{"d":"62,-33r96,0r0,33r-154,0r0,-14r98,-133r-88,0r0,-33r144,0r0,15","w":164},"{":{"d":"107,57v-63,5,-67,-46,-63,-108v0,-20,-8,-33,-27,-33r0,-27v64,-5,-21,-148,90,-141r0,28v-58,-2,-3,113,-55,127v32,7,26,53,26,93v0,22,8,34,29,34r0,27","w":118,"k":{"j":-48}},"|":{"d":"32,85r0,-360r34,0r0,360r-34,0","w":97},"}":{"d":"102,-84v-65,5,22,149,-90,141r0,-27v58,2,0,-114,55,-128v-31,-8,-28,-53,-27,-94v0,-20,-7,-33,-28,-32r0,-28v61,-4,67,45,63,106v0,21,7,35,27,35r0,27","w":118},"~":{"d":"219,-135v4,64,-71,73,-109,38v-17,-16,-49,-4,-45,24r-31,0v2,-36,18,-60,54,-61v37,-1,45,30,78,30v16,0,23,-13,22,-31r31,0","w":252},"\u00a0":{"w":98}}});



