/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 */
var Cufon=(function(){var K=function(){return K.replace.apply(null,arguments)};var U=K.DOM={ready:(function(){var Z=false,b={loaded:1,complete:1};var Y=[],a=function(){if(Z){return}Z=true;for(var c;c=Y.shift();c()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",a,false);window.addEventListener("pageshow",a,false)}if(!window.opera&&document.readyState){(function(){b[document.readyState]?a():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");a()}catch(c){setTimeout(arguments.callee,1)}})()}O(window,"load",a);return function(c){if(!arguments.length){a()}else{Z?c():Y.push(c)}}})()};var L=K.CSS={Size:function(Z,Y){this.value=parseFloat(Z);this.unit=String(Z).match(/[a-z%]*$/)[0]||"px";this.convert=function(a){return a/Y*this.value};this.convertFrom=function(a){return a/this.value*Y};this.toString=function(){return this.value+this.unit}},getStyle:function(Z){var Y=document.defaultView;if(Y&&Y.getComputedStyle){return new A(Y.getComputedStyle(Z,null))}if(Z.currentStyle){return new A(Z.currentStyle)}return new A(Z.style)},ready:(function(){var a=false;var Z=[],b=function(){a=true;for(var d;d=Z.shift();d()){}};var Y=Object.prototype.propertyIsEnumerable?F("style"):{length:0};var c=F("link");U.ready(function(){var g=0,f;for(var e=0,d=c.length;f=c[e],e<d;++e){if(!f.disabled&&f.rel.toLowerCase()=="stylesheet"){++g}}if(document.styleSheets.length>=Y.length+g){b()}else{setTimeout(arguments.callee,10)}});return function(d){if(a){d()}else{Z.push(d)}}})(),supports:function(a,Z){var Y=document.createElement("span").style;if(Y[a]===undefined){return false}Y[a]=Z;return Y[a]===Z},textAlign:function(b,a,Y,Z){if(a.get("textAlign")=="right"){if(Y>0){b=" "+b}}else{if(Y<Z-1){b+=" "}}return b},textDecoration:function(d,c){if(!c){c=this.getStyle(d)}var Z={underline:null,overline:null,"line-through":null};for(var Y=d;Y.parentNode&&Y.parentNode.nodeType==1;){var b=true;for(var a in Z){if(Z[a]){continue}if(c.get("textDecoration").indexOf(a)!=-1){Z[a]=c.get("color")}b=false}if(b){break}c=this.getStyle(Y=Y.parentNode)}return Z},textShadow:I(function(c){if(c=="none"){return null}var b=[],d={},Y,Z=0;var a=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(Y=a.exec(c)){if(Y[0]==","){b.push(d);d={},Z=0}else{if(Y[1]){d.color=Y[1]}else{d[["offX","offY","blur"][Z++]]=Y[2]}}}b.push(d);return b}),color:I(function(Z){var Y={};Y.color=Z.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(b,a,c){Y.opacity=parseFloat(c);return"rgb("+a+")"});return Y}),textTransform:function(Z,Y){return Z[{uppercase:"toUpperCase",lowercase:"toLowerCase"}[Y.get("textTransform")]||"toString"]()}};function Q(Z){var Y=this.face=Z.face;this.glyphs=Z.glyphs;this.w=Z.w;this.baseSize=parseInt(Y["units-per-em"],10);this.family=Y["font-family"].toLowerCase();this.weight=Y["font-weight"];this.style=Y["font-style"]||"normal";this.viewBox=(function(){var b=Y.bbox.split(/\s+/);var a={minX:parseInt(b[0],10),minY:parseInt(b[1],10),maxX:parseInt(b[2],10),maxY:parseInt(b[3],10)};a.width=a.maxX-a.minX,a.height=a.maxY-a.minY;a.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return a})();this.ascent=-parseInt(Y.ascent,10);this.descent=-parseInt(Y.descent,10);this.height=-this.ascent+this.descent}function E(){var Z={},Y={oblique:"italic",italic:"oblique"};this.add=function(a){(Z[a.style]||(Z[a.style]={}))[a.weight]=a};this.get=function(e,f){var d=Z[e]||Z[Y[e]]||Z.normal||Z.italic||Z.oblique;if(!d){return null}f={normal:400,bold:700}[f]||parseInt(f,10);if(d[f]){return d[f]}var b={1:1,99:0}[f%100],h=[],c,a;if(b===undefined){b=f>400}if(f==500){f=400}for(var g in d){g=parseInt(g,10);if(!c||g<c){c=g}if(!a||g>a){a=g}h.push(g)}if(f<c){f=c}if(f>a){f=a}h.sort(function(j,i){return(b?(j>f&&i>f)?j<i:j>i:(j<f&&i<f)?j>i:j<i)?-1:1});return d[h[0]]}}function P(){function a(c,d){if(c.contains){return c.contains(d)}return c.compareDocumentPosition(d)&16}function Y(d){var c=d.relatedTarget;if(!c||a(this,c)){return}Z(this)}function b(c){Z(this)}function Z(c){setTimeout(function(){K.replace(c,D.get(c).options,true)},10)}this.attach=function(c){if(c.onmouseenter===undefined){O(c,"mouseover",Y);O(c,"mouseout",Y)}else{O(c,"mouseenter",b);O(c,"mouseleave",b)}}}function X(){var a={},Y=0;function Z(b){return b.cufid||(b.cufid=++Y)}this.get=function(b){var c=Z(b);return a[c]||(a[c]={})}}function A(Y){var a={},Z={};this.get=function(b){return a[b]!=undefined?a[b]:Y[b]};this.getSize=function(c,b){return Z[c]||(Z[c]=new L.Size(this.get(c),b))};this.extend=function(b){for(var c in b){a[c]=b[c]}return this}}function O(Z,Y,a){if(Z.addEventListener){Z.addEventListener(Y,a,false)}else{if(Z.attachEvent){Z.attachEvent("on"+Y,function(){return a.call(Z,window.event)})}}}function R(Z,Y){var a=D.get(Z);if(a.options){return Z}if(Y.hover&&Y.hoverables[Z.nodeName.toLowerCase()]){B.attach(Z)}a.options=Y;return Z}function I(Y){var Z={};return function(a){if(!Z.hasOwnProperty(a)){Z[a]=Y.apply(null,arguments)}return Z[a]}}function C(d,c){if(!c){c=L.getStyle(d)}var Z=c.get("fontFamily").split(/\s*,\s*/),b;for(var a=0,Y=Z.length;a<Y;++a){b=Z[a].replace(/^(["'])(.*?)\1$/,"$2").toLowerCase();if(H[b]){return H[b].get(c.get("fontStyle"),c.get("fontWeight"))}}return null}function F(Y){return document.getElementsByTagName(Y)}function G(){var Y={},b;for(var a=0,Z=arguments.length;a<Z;++a){for(b in arguments[a]){Y[b]=arguments[a][b]}}return Y}function M(b,k,Z,m,c,a){var j=m.separate;if(j=="none"){return W[m.engine].apply(null,arguments)}var h=document.createDocumentFragment(),e;var f=k.split(N[j]),Y=(j=="words");if(Y&&S){if(/^\s/.test(k)){f.unshift("")}if(/\s$/.test(k)){f.push("")}}for(var g=0,d=f.length;g<d;++g){e=W[m.engine](b,Y?L.textAlign(f[g],Z,g,d):f[g],Z,m,c,a,g<d-1);if(e){h.appendChild(e)}}return h}function J(Z,g){var a,Y,d,f;for(var b=R(Z,g).firstChild;b;b=d){d=b.nextSibling;f=false;if(b.nodeType==1){if(!b.firstChild){continue}if(!/cufon/.test(b.className)){arguments.callee(b,g);continue}else{f=true}}if(!Y){Y=L.getStyle(Z).extend(g)}if(!a){a=C(Z,Y)}if(!a){continue}if(f){W[g.engine](a,null,Y,g,b,Z);continue}var e=b.data;if(e===""){continue}var c=M(a,e,Y,g,b,Z);if(c){b.parentNode.replaceChild(c,b)}else{b.parentNode.removeChild(b)}}}var S=" ".split(/\s+/).length==0;var D=new X();var B=new P();var V=[];var W={},H={},T={enableTextDecoration:false,engine:null,hover:false,hoverables:{a:true},printable:true,selector:(window.Sizzle||window.jQuery||(window.dojo&&dojo.query)||(window.$$&&function(Y){return $$(Y)})||(window.$&&function(Y){return $(Y)})||(document.querySelectorAll&&function(Y){return document.querySelectorAll(Y)})||F),separate:"words",textShadow:"none"};var N={words:/\s+/,characters:""};K.now=function(){U.ready();return K};K.refresh=function(){var a=V.splice(0,V.length);for(var Z=0,Y=a.length;Z<Y;++Z){K.replace.apply(null,a[Z])}return K};K.registerEngine=function(Z,Y){if(!Y){return K}W[Z]=Y;return K.set("engine",Z)};K.registerFont=function(a){var Y=new Q(a),Z=Y.family;if(!H[Z]){H[Z]=new E()}H[Z].add(Y);return K.set("fontFamily",Z)};K.replace=function(a,Z,Y){Z=G(T,Z);if(!Z.engine){return K}if(typeof Z.textShadow=="string"){Z.textShadow=L.textShadow(Z.textShadow)}if(!Y){V.push(arguments)}if(a.nodeType||typeof a=="string"){a=[a]}L.ready(function(){for(var c=0,b=a.length;c<b;++c){var d=a[c];if(typeof d=="string"){K.replace(Z.selector(d),Z,true)}else{J(d,Z)}}});return K};K.set=function(Y,Z){T[Y]=Z;return K};return K})();Cufon.registerEngine("canvas",(function(){var B=document.createElement("canvas");if(!B||!B.getContext||!B.getContext.apply){return null}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-canvas{text-indent:0}@media screen,projection{.cufon-canvas{display:inline;display:inline-block;position:relative;vertical-align:middle"+(E?"":";font-size:1px;line-height:1px")+"}.cufon-canvas .cufon-alt{position:absolute;left:-10000in;font-size:1px}"+(A?".cufon-canvas canvas{position:relative}":".cufon-canvas canvas{position:absolute}")+"}@media print{.cufon-canvas{padding:0 !important}.cufon-canvas canvas{display:none}.cufon-canvas .cufon-alt{display:inline}}"));document.getElementsByTagName("head")[0].appendChild(F);function D(O,H){var M=0,L=0;var G=[],N=/([mrvxe])([^a-z]*)/g,J;generate:for(var I=0;J=N.exec(O);++I){var K=J[2].split(",");switch(J[1]){case"v":G[I]={m:"bezierCurveTo",a:[M+~~K[0],L+~~K[1],M+~~K[2],L+~~K[3],M+=~~K[4],L+=~~K[5]]};break;case"r":G[I]={m:"lineTo",a:[M+=~~K[0],L+=~~K[1]]};break;case"m":G[I]={m:"moveTo",a:[M=~~K[0],L=~~K[1]]};break;case"x":G[I]={m:"closePath"};break;case"e":break generate}H[G[I].m].apply(H,G[I].a)}return G}function C(K,J){for(var I=0,H=K.length;I<H;++I){var G=K[I];J[G.m].apply(J,G.a)}}return function(q,T,k,P,X,r){var I=(T===null);var V=q.viewBox;var J=k.getSize("fontSize",q.baseSize);var h=k.get("letterSpacing");h=(h=="normal")?0:J.convertFrom(parseInt(h,10));var W=0,j=0,f=0,R=0;var U=P.textShadow,d=[];if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];var c=J.convertFrom(parseFloat(Z.offX));var b=J.convertFrom(parseFloat(Z.offY));d[p]=[c,b];if(b<W){W=b}if(c>j){j=c}if(b>f){f=b}if(c<R){R=c}}}var u=Cufon.CSS.textTransform(I?X.alt:T,k).split("");var G=0,S=null;for(var p=0,m=u.length;p<m;++p){var Q=q.glyphs[u[p]]||q.missingGlyph;if(!Q){continue}G+=S=Number(Q.w||q.w)+h}if(S===null){return null}j+=(V.width-S);R+=V.minX;var O,K;if(I){O=X;K=X.firstChild}else{O=document.createElement("span");O.className="cufon cufon-canvas";O.alt=T;K=document.createElement("canvas");O.appendChild(K);if(P.printable){var n=document.createElement("span");n.className="cufon-alt";n.appendChild(document.createTextNode(T));O.appendChild(n)}}var v=O.style;var a=K.style;var H=J.convert(V.height-W+f);var t=Math.ceil(H);var e=t/H;K.width=Math.ceil(J.convert(G+j-R)*e);K.height=t;W+=V.minY;a.top=Math.round(J.convert(W-q.ascent))+"px";a.left=Math.round(J.convert(R))+"px";var N=Math.ceil(J.convert(G*e))+"px";if(A){v.width=N;v.height=J.convert(q.height)+"px"}else{v.paddingLeft=N;v.paddingBottom=(J.convert(q.height)-1)+"px"}var s=K.getContext("2d"),Y=t/V.height;s.scale(Y,Y);s.translate(-R,-W);s.lineWidth=q.face["underline-thickness"];s.save();function L(i,g){s.strokeStyle=g;s.beginPath();s.moveTo(0,i);s.lineTo(G,i);s.stroke()}var M=P.enableTextDecoration?Cufon.CSS.textDecoration(r,k):{};if(M.underline){L(-q.face["underline-position"],M.underline)}if(M.overline){L(q.ascent,M.overline)}s.fillStyle=k.get("color");function o(){for(var w=0,g=u.length;w<g;++w){var x=q.glyphs[u[w]]||q.missingGlyph;if(!x){continue}s.beginPath();if(x.d){if(x.code){C(x.code,s)}else{x.code=D("m"+x.d,s)}}s.fill();s.translate(Number(x.w||q.w)+h,0)}}if(U){for(var p=0,m=U.length;p<m;++p){var Z=U[p];s.save();s.fillStyle=Z.color;s.translate.apply(s,d[p]);o();s.restore()}}o();s.restore();if(M["line-through"]){L(-q.descent,M["line-through"])}return O}})());Cufon.registerEngine("vml",(function(){if(!document.namespaces){return}document.write('<!--[if vml]><script type="text/javascript">Cufon.vmlEnabled=true;<\/script><![endif]-->');if(!Cufon.vmlEnabled){return}if(document.namespaces.cvml==null){document.namespaces.add("cvml","urn:schemas-microsoft-com:vml");document.write('<style type="text/css">.cufon-vml-canvas{text-indent:0}@media screen{cvml\\:shape,cvml\\:group,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute}.cufon-vml-canvas{position:absolute;text-align:left}.cufon-vml{display:inline-block;position:relative;vertical-align:middle}.cufon-vml .cufon-alt{position:absolute;left:-10000in;font-size:1px}a .cufon-vml{cursor:pointer}}@media print{.cufon-vml *{display:none}.cufon-vml .cufon-alt{display:inline}}</style>')}function B(C,D){return A(C,/(?:em|ex|%)$/i.test(D)?"1em":D)}function A(F,G){if(/px$/i.test(G)){return parseFloat(G)}var E=F.style.left,D=F.runtimeStyle.left;F.runtimeStyle.left=F.currentStyle.left;F.style.left=G;var C=F.style.pixelLeft;F.style.left=E;F.runtimeStyle.left=D;return C}return function(r,U,m,R,Y,s,h){var F=(U===null);if(F){U=Y.alt}var W=r.viewBox;var G=m.computedFontSize||(m.computedFontSize=new Cufon.CSS.Size(B(s,m.get("fontSize"))+"px",r.baseSize));var g=m.computedLSpacing;if(g==undefined){g=m.get("letterSpacing");m.computedLSpacing=g=(g=="normal")?0:~~G.convertFrom(A(s,g))}var O,H;if(F){O=Y;H=Y.firstChild}else{O=document.createElement("span");O.className="cufon cufon-vml";O.alt=U;H=document.createElement("span");H.className="cufon-vml-canvas";O.appendChild(H);if(R.printable){var p=document.createElement("span");p.className="cufon-alt";p.appendChild(document.createTextNode(U));O.appendChild(p)}if(!h){O.appendChild(document.createElement("cvml:group"))}}var x=O.style;var b=H.style;var D=G.convert(W.height),u=Math.ceil(D);var f=u/D;var e=W.minX,d=W.minY;b.height=u;b.top=Math.round(G.convert(d-r.ascent));b.left=Math.round(G.convert(e));x.height=G.convert(r.height)+"px";var K=R.enableTextDecoration?Cufon.CSS.textDecoration(s,m):{};var T=m.get("color");var v=Cufon.CSS.textTransform(U,m).split("");var C=0,c=0,L=null;var S,M,V=R.textShadow;for(var q=0,o=0,n=v.length;q<n;++q){S=r.glyphs[v[q]]||r.missingGlyph;if(S){C+=L=~~(S.w||r.w)+g}}if(L===null){return null}var N=-e+C+(W.width-L);var w=G.convert(N*f),j=Math.round(w);var a=N+","+W.height,E;var X="r"+a+"nsnf";for(q=0;q<n;++q){S=r.glyphs[v[q]]||r.missingGlyph;if(!S){continue}if(F){M=H.childNodes[o];if(M.firstChild){M.removeChild(M.firstChild)}}else{M=document.createElement("cvml:shape");H.appendChild(M)}M.stroked="f";M.coordsize=a;M.coordorigin=E=(e-c)+","+d;M.path=(S.d?"m"+S.d+"xe":"")+"m"+E+X;M.fillcolor=T;var t=M.style;t.width=j;t.height=u;if(V){var J=V[0],I=V[1];var Q=Cufon.CSS.color(J.color),P;var Z=document.createElement("cvml:shadow");Z.on="t";Z.color=Q.color;Z.offset=J.offX+","+J.offY;if(I){P=Cufon.CSS.color(I.color);Z.type="double";Z.color2=P.color;Z.offset2=I.offX+","+I.offY}Z.opacity=Q.opacity||(P&&P.opacity)||1;M.appendChild(Z)}c+=~~(S.w||r.w)+g;++o}x.width=Math.max(Math.ceil(G.convert(C*f)),0);return O}})());

/*
 * Cufon fonts.
*/
Cufon.registerFont({"w":184,"face":{"font-family":"helvetica-light","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 0 0 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-5 -246 306 75","underline-thickness":"18","underline-position":"-19.8","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":108,"k":{"k":30,"S":30}},"!":{"d":"37,-28r21,0r0,28r-21,0r0,-28xm54,-57r-13,0r-4,-174r21,0","w":91},"\"":{"d":"50,-225r0,87r-13,0r0,-87r13,0xm79,-138r0,-87r13,0r0,87r-13,0","w":127},"#":{"d":"152,-228r-27,78r42,0r28,-78r17,0r-27,78r50,0r-5,14r-50,0r-16,45r55,0r-6,13r-54,0r-28,78r-17,0r27,-78r-42,0r-28,78r-17,0r27,-78r-53,0r5,-13r53,0r16,-45r-57,0r5,-14r57,0r28,-78r17,0xm162,-136r-42,0r-16,45r43,0","w":264},"$":{"d":"184,-58v0,42,-31,62,-68,63r0,26r-14,0r0,-25v-44,-6,-70,-24,-70,-72r19,0v2,33,19,51,51,54r0,-92v-34,-11,-65,-17,-65,-62v0,-40,29,-57,65,-59r0,-19r14,0r0,19v35,1,60,23,61,58r-19,0v-2,-27,-17,-37,-42,-40r0,86v34,11,68,19,68,63xm116,-12v42,5,67,-54,33,-76v-10,-6,-21,-10,-33,-13r0,89xm70,-196v-30,22,-6,74,32,71r0,-82v-12,1,-23,5,-32,11","w":217},"%":{"d":"206,-225r16,0r-144,231r-16,0xm154,-54v-1,-32,24,-53,55,-52v26,1,51,21,51,52v0,29,-24,54,-53,54v-29,0,-52,-26,-53,-54xm207,-89v-21,0,-34,15,-34,35v0,21,15,35,35,35v18,-1,35,-14,34,-35v-1,-18,-15,-35,-35,-35xm25,-166v-1,-34,25,-55,57,-53v25,1,49,22,49,53v0,30,-23,53,-53,53v-30,0,-53,-24,-53,-53xm43,-166v0,22,16,35,36,34v17,-1,35,-13,34,-34v0,-19,-14,-35,-35,-35v-22,0,-35,16,-35,35","w":286},"&":{"d":"202,-104v0,23,-5,43,-14,59r38,45r-26,0r-23,-28v-39,58,-170,34,-141,-56v7,-24,31,-39,51,-50v-13,-13,-22,-30,-25,-51v1,-25,23,-47,50,-46v26,0,50,17,50,46v0,32,-25,42,-44,56r57,67v6,-12,7,-26,8,-42r19,0xm99,-120v-24,11,-47,30,-44,66v3,39,55,54,86,30v9,-7,17,-12,23,-19xm142,-181v3,-32,-52,-43,-58,-13v-5,24,13,38,22,52v14,-7,34,-19,36,-39","w":253},"'":{"d":"51,-225r0,87r-13,0r0,-87r13,0","w":87},"(":{"d":"45,-83v0,-59,22,-111,52,-148r15,0v-59,67,-60,229,0,295r-15,1v-30,-37,-52,-87,-52,-148","w":134},")":{"d":"19,65v57,-66,61,-229,0,-296r15,0v65,68,65,226,0,295","w":130},"*":{"d":"67,-120r-14,-10r31,-40r-47,-12r5,-18r46,17r0,-48r15,0r0,48r45,-16r6,16r-47,13r32,40r-15,10r-28,-41","w":185},"+":{"d":"110,-192r0,89r88,0r0,14r-88,0r0,89r-12,0r0,-89r-88,0r0,-14r88,0r0,-89r12,0","w":206},",":{"d":"44,44v-1,-21,15,-20,10,-44r-10,0r0,-28r22,0r0,37","w":105,"k":{" ":107}},"-":{"d":"8,-95r78,0r0,20r-78,0r0,-20","w":95},".":{"d":"33,-28r21,0r0,28r-21,0r0,-28","w":83},"\/":{"d":"133,-238r-86,264r-15,0r85,-264r16,0","w":159},"0":{"d":"105,5v-72,4,-81,-61,-81,-130v0,-51,20,-106,81,-99v57,6,70,67,66,133v-3,45,-18,93,-66,96xm149,-91v0,-55,1,-116,-52,-116v-50,0,-53,64,-51,115v2,39,13,85,57,80v36,-4,46,-42,46,-79","w":192},"1":{"d":"25,-180v35,-4,55,-9,59,-45r18,0r0,225r-21,0r0,-180v-15,12,-32,12,-56,13r0,-13","w":134},"2":{"d":"173,0r-146,-2v-1,-75,71,-84,111,-121v13,-11,15,-25,14,-47v-2,-25,-30,-39,-57,-36v-29,3,-40,29,-41,56r-21,0v3,-42,23,-76,72,-75v37,2,71,22,69,65v-3,84,-112,68,-125,142r124,0r0,18","w":203},"3":{"d":"170,-64v9,80,-119,93,-140,27v-3,-9,-5,-18,-5,-28r22,0v-1,35,22,57,59,53v28,-3,45,-25,42,-55v-3,-33,-28,-42,-66,-40v-1,-13,-1,-20,17,-17v24,-3,43,-14,43,-41v0,-25,-23,-48,-53,-43v-24,4,-36,23,-37,50r-20,0v1,-40,25,-67,66,-67v35,0,72,26,64,67v-3,19,-15,33,-30,41v22,7,35,27,38,53","w":196},"4":{"d":"117,-56r-97,0r0,-18r95,-144r22,0r0,145r30,0r0,17r-30,0r0,56r-20,0r0,-56xm117,-192r-78,119r78,0r0,-119","w":181},"5":{"d":"170,-75v0,72,-69,100,-121,65v-14,-10,-22,-26,-23,-48r21,0v2,29,20,45,50,46v31,0,51,-23,51,-56v0,-57,-71,-76,-97,-36r-18,0r17,-114r110,0r0,17r-94,0r-12,72v44,-32,116,-4,116,54","w":200},"6":{"d":"42,-107v28,-63,140,-33,124,51v-8,41,-31,65,-78,61v-57,-5,-67,-62,-67,-124v0,-71,56,-133,124,-92v11,11,18,25,20,43r-20,0v-4,-23,-17,-40,-43,-40v-49,0,-57,54,-60,101xm97,-12v34,0,49,-22,48,-55v0,-34,-19,-58,-50,-58v-26,0,-48,26,-48,57v0,30,19,56,50,56","w":191},"7":{"d":"161,-199v-44,56,-74,113,-88,199r-22,0v14,-82,44,-145,88,-199r-117,0r0,-19r139,0r0,19","w":177},"8":{"d":"58,-119v-54,-21,-30,-118,41,-106v59,-3,75,86,26,106v63,19,43,134,-34,124v-77,9,-96,-104,-33,-124xm41,-62v0,33,23,50,54,50v55,0,65,-91,8,-97v-35,-4,-62,12,-62,47xm48,-166v-2,49,84,52,87,4v2,-26,-19,-45,-42,-45v-25,-1,-45,18,-45,41","w":185},"9":{"d":"162,-146v7,77,-5,150,-82,151v-35,0,-57,-23,-60,-56r19,0v3,24,19,41,45,39v49,-3,55,-52,58,-99v-12,22,-34,39,-67,35v-41,-4,-64,-41,-58,-88v5,-36,29,-60,70,-61v49,-1,71,36,75,79xm85,-93v61,5,70,-103,15,-113v-39,-7,-61,17,-61,56v0,32,20,55,46,57","w":185},":":{"d":"42,-28r22,0r0,28r-22,0r0,-28xm42,-135r0,-29r22,0r0,29r-22,0","w":94},";":{"d":"42,44v-1,-20,14,-22,10,-44r-10,0r0,-28r21,0r0,37xm63,-135r-21,0r0,-29r21,0r0,29","w":101},"<":{"d":"195,-162r-164,66r164,66r0,14r-185,-75r0,-10r185,-76r0,15","w":207},"=":{"d":"3,-61r0,-13r188,0r0,13r-188,0xm191,-131r0,13r-188,0r0,-13r188,0","w":192},">":{"d":"198,-101r0,10r-184,75r0,-14r163,-66r-163,-66r0,-15","w":210},"?":{"d":"77,-28r22,0r0,28r-22,0r0,-28xm156,-197v18,71,-67,69,-59,140r-19,0v-10,-70,54,-64,58,-120v2,-31,-33,-49,-63,-40v-23,7,-30,26,-32,51r-20,0v3,-43,23,-74,74,-71v28,2,55,14,61,40","w":177},"@":{"d":"306,-121v0,57,-34,103,-94,101v-15,0,-26,-14,-22,-29v-19,45,-102,37,-95,-27v4,-38,31,-82,72,-81v21,0,35,11,41,27r9,-20r13,0r-26,105v3,17,27,14,40,8v33,-16,53,-56,44,-106v-8,-45,-54,-73,-110,-72v-84,2,-137,52,-140,137v-4,111,151,135,226,79r5,8v-30,19,-66,36,-116,33v-79,-5,-138,-50,-131,-137v7,-88,81,-140,181,-130v56,6,103,45,103,104xm204,-113v-4,-17,-15,-33,-37,-32v-38,1,-52,37,-55,74v-4,40,44,51,67,25v14,-16,18,-43,25,-67","w":329},"A":{"d":"96,-231r26,0r88,231r-23,0r-26,-71r-104,0r-26,71r-22,0xm109,-209r-45,119r90,0","w":218},"B":{"d":"195,-62v0,80,-92,59,-167,62r0,-231v69,2,154,-14,156,57v0,25,-15,44,-34,52v26,6,45,31,45,60xm50,-19v54,-4,123,16,123,-44v0,-59,-67,-47,-123,-48r0,92xm163,-171v0,-51,-63,-39,-113,-41r0,83v51,-2,113,12,113,-42","w":214},"C":{"d":"120,-12v40,-1,68,-25,70,-64r21,0v-3,48,-38,81,-92,81v-75,0,-104,-64,-100,-143v4,-79,92,-126,162,-80v18,12,28,30,28,54r-21,0v-4,-35,-34,-56,-71,-54v-55,3,-77,46,-77,106v0,50,28,101,80,100","w":228},"D":{"d":"200,-148v12,88,-18,158,-115,148r-63,0r0,-231r90,0v54,1,82,37,88,83xm42,-19v98,12,152,-21,137,-124v-6,-42,-27,-69,-80,-69r-57,0r0,193","w":217},"E":{"d":"27,-231r152,0r0,19r-130,0r0,83r118,0r0,19r-118,0r0,91r133,0r0,19r-155,0r0,-231","w":200},"F":{"d":"28,-231r147,0r0,19r-125,0r0,83r113,0r0,19r-113,0r0,110r-22,0r0,-231","w":155},"G":{"d":"39,-118v0,57,27,111,90,104v48,-5,71,-38,72,-86r-77,0r0,-19r97,0r0,119r-17,0r-3,-41v-12,28,-44,46,-83,46v-67,0,-100,-56,-101,-122v0,-73,45,-131,125,-119v39,6,71,33,76,72r-22,0v-7,-32,-34,-54,-74,-54v-58,0,-83,44,-83,100","w":243},"H":{"d":"28,-231r22,0r0,100r131,0r0,-100r22,0r0,231r-22,0r0,-112r-131,0r0,112r-22,0r0,-231","w":224},"I":{"d":"30,-231r21,0r0,231r-21,0r0,-231","w":73},"J":{"d":"68,5v-45,0,-66,-30,-60,-76r21,0v-5,31,8,58,44,58v27,0,37,-22,37,-48r0,-170r21,0r0,174v1,39,-25,62,-63,62","w":148},"K":{"d":"23,-231r21,0r0,122r119,-122r28,0r-94,96r105,135r-26,0r-93,-121r-39,39r0,82r-21,0r0,-231","w":214},"L":{"d":"25,-231r22,0r0,212r118,0r0,19r-140,0r0,-231","w":174},"M":{"d":"28,-231r30,0r76,203r75,-203r30,0r0,231r-21,0r0,-202r-74,202r-20,0r-75,-202r0,202r-21,0r0,-231","w":257},"N":{"d":"25,-231r24,0r130,198r0,-198r20,0r0,231r-23,0r-131,-198r0,198r-20,0r0,-231","w":217},"O":{"d":"18,-116v-1,-75,47,-133,129,-119v55,9,83,60,83,119v0,66,-35,121,-106,121v-70,0,-106,-55,-106,-121xm132,-218v-64,-2,-92,41,-92,102v1,53,27,105,84,103v57,-2,89,-48,83,-111v-5,-47,-25,-93,-75,-94","w":246},"P":{"d":"187,-167v0,69,-66,68,-135,67r0,100r-21,0r0,-231v73,1,156,-13,156,64xm165,-167v0,-56,-61,-44,-113,-45r0,92v53,-1,113,10,113,-47","w":174},"Q":{"d":"120,-238v115,-9,139,154,75,216r30,24r-12,14r-33,-25v-16,10,-37,16,-62,15v-71,-4,-108,-63,-101,-136v5,-60,40,-103,103,-108xm39,-121v-7,77,57,130,125,98r-27,-22r11,-14r32,24v49,-50,36,-188,-56,-183v-57,3,-81,44,-85,97","w":246},"R":{"d":"172,0v-15,-41,7,-104,-55,-104r-67,0r0,104r-22,0r0,-231v74,2,167,-16,165,61v0,27,-15,50,-37,57v43,12,21,73,39,113r-23,0xm171,-163v5,-62,-64,-47,-121,-49r0,90v52,-2,117,12,121,-41","w":210},"S":{"d":"159,-114v59,34,25,130,-54,120v-49,-6,-79,-28,-80,-76r21,0v-7,67,119,80,123,16v5,-89,-148,-25,-138,-128v5,-39,40,-58,82,-55v43,2,70,27,71,70r-22,0v7,-61,-106,-72,-110,-12v-4,55,71,44,107,65","w":210},"T":{"d":"90,-212r-72,0r0,-19r165,0r0,19r-71,0r0,212r-22,0r0,-212","w":174},"U":{"d":"128,5v-68,5,-100,-25,-101,-88r0,-148r21,0r1,159v1,41,28,60,71,60v91,-1,53,-132,61,-219r21,0r0,152v1,51,-28,81,-74,84","w":221},"V":{"d":"20,-231r21,0r70,204r70,-204r21,0r-80,231r-22,0","w":196},"W":{"d":"16,-231r21,0r51,199r51,-199r26,0r50,199r52,-199r21,0r-61,231r-23,0r-52,-206r-54,206r-23,0","w":282},"X":{"d":"102,-119r-75,-112r25,0r62,95r61,-95r25,0r-74,113r80,118r-26,0r-66,-100r-64,100r-26,0","w":221},"Y":{"d":"102,-102r-81,-129r24,0r68,109r68,-109r25,0r-82,129r0,102r-22,0r0,-102","w":192},"Z":{"d":"27,-20r143,-192r-132,0r0,-19r158,0r0,18r-144,194r146,0r0,19r-171,0r0,-20","w":218},"[":{"d":"47,64r0,-295r58,0r0,16r-38,0r0,262r38,0r0,17r-58,0","w":127},"\\":{"d":"35,-238r15,0r86,264r-15,0","w":177},"]":{"d":"24,47r40,0r0,-262r-40,0r0,-16r59,0r0,295r-59,0r0,-17","w":127},"^":{"d":"66,-243r24,0r31,54r-14,0r-29,-41r-29,41r-14,0","w":153},"_":{"d":"162,62r0,13r-161,0r0,-13r161,0","w":163},"`":{"d":"51,-225r0,87r-13,0r0,-87r13,0","w":87},"a":{"d":"134,-23v-26,28,-117,43,-117,-20v0,-46,48,-51,91,-56v19,2,28,-9,25,-27v-6,-44,-89,-35,-88,9r-19,0v-1,-67,128,-74,127,-4r0,89v-1,14,6,21,19,17v0,9,3,18,-14,15v-15,0,-25,-6,-24,-23xm37,-39v19,50,111,22,96,-35r0,-13v-38,9,-94,2,-96,48","w":185},"b":{"d":"98,3v-25,0,-49,-14,-58,-32r0,29r-19,0r0,-231r19,0r0,93v12,-20,29,-33,59,-33v49,0,73,42,73,87v0,47,-25,87,-74,87xm96,-13v41,0,56,-34,56,-72v0,-36,-15,-69,-57,-69v-39,0,-57,33,-56,70v0,37,18,71,57,71","w":188},"c":{"d":"87,-13v28,5,48,-22,52,-45r19,0v-2,38,-36,65,-73,61v-40,-4,-69,-35,-69,-87v0,-70,65,-110,118,-72v13,10,21,24,22,42r-19,0v-4,-25,-24,-44,-53,-40v-32,4,-52,35,-48,79v3,29,18,63,51,62","w":174},"d":{"d":"90,-171v27,0,47,15,58,33r0,-93r19,0r0,231r-19,0r0,-28v-13,19,-29,31,-58,32v-48,1,-75,-44,-74,-91v2,-42,27,-84,74,-84xm106,-153v-47,-9,-70,27,-70,68v0,35,16,72,57,72v71,0,75,-128,13,-140","w":185},"e":{"d":"91,-171v53,0,73,38,72,91r-124,0v-10,71,91,92,103,28r19,0v-3,37,-34,55,-71,56v-55,2,-77,-52,-70,-108v5,-37,27,-67,71,-67xm93,-154v-34,0,-54,28,-54,59r105,0v-3,-31,-15,-59,-51,-59","w":181},"f":{"d":"81,-215v-33,-5,-33,18,-30,48r30,0r0,16r-30,0r0,151r-19,0r0,-151r-24,0r0,-16r24,0v-5,-39,5,-75,49,-65r0,17","w":83},"g":{"d":"78,-170v35,-4,56,11,70,32r0,-29r19,0r0,166v1,60,-73,86,-124,57v-13,-8,-21,-20,-22,-37r20,0v4,29,39,34,68,29v36,-7,40,-37,39,-76v-36,63,-141,23,-132,-57v4,-41,21,-80,62,-85xm105,-153v-46,-9,-69,28,-69,68v0,34,17,73,57,73v71,0,75,-131,12,-141","w":185,"k":{"h":-42}},"h":{"d":"86,-154v-69,0,-48,89,-51,154r-20,0r0,-231r20,0r0,90v11,-20,36,-32,67,-29v68,8,35,105,43,170r-19,0v-9,-58,27,-154,-40,-154","w":163},"i":{"d":"19,-167r19,0r0,167r-19,0r0,-167xm19,-202r0,-29r19,0r0,29r-19,0","w":54,"k":{"p":-42}},"j":{"d":"-5,50v17,1,27,-2,26,-20r0,-197r19,0r0,199r-45,35r0,-17xm40,-202r-19,0r0,-29r19,0r0,29","w":58},"k":{"d":"21,-231r19,0r0,145r83,-81r25,0r-63,61r71,106r-22,0r-63,-93r-31,30r0,63r-19,0r0,-231","w":171},"l":{"d":"19,-231r19,0r0,231r-19,0r0,-231","w":54},"m":{"d":"37,-139v13,-39,92,-44,101,1v11,-22,32,-35,64,-32v68,6,36,106,43,170r-20,0r0,-117v0,-26,-13,-39,-41,-37v-60,4,-38,93,-42,154r-20,0v-8,-57,27,-156,-40,-153v-61,3,-41,91,-44,153r-19,0r0,-167r18,0r0,28","w":264},"n":{"d":"86,-154v-69,0,-48,89,-51,154r-20,0r0,-167r18,0r0,27v12,-21,38,-33,69,-30v68,7,35,105,43,170r-20,0v-8,-58,26,-154,-39,-154","w":163},"o":{"d":"18,-84v-1,-56,32,-93,92,-86v41,5,61,44,61,86v0,49,-25,87,-77,87v-53,0,-75,-37,-76,-87xm94,-13v41,-1,60,-33,56,-78v-3,-32,-17,-63,-56,-63v-40,0,-58,39,-57,73v1,35,19,69,57,68","w":188},"p":{"d":"96,4v-29,-1,-46,-13,-57,-33r0,96r-20,0r0,-234r20,0r0,30v13,-20,27,-34,59,-34v49,0,73,42,73,87v0,48,-24,89,-75,88xm95,-13v42,-1,59,-35,55,-81v-3,-33,-17,-60,-57,-60v-38,0,-55,33,-55,70v0,37,18,72,57,71","w":188},"q":{"d":"84,-171v34,-1,50,12,63,33r0,-29r19,0r0,234r-19,0r0,-97v-13,22,-32,34,-64,34v-90,0,-89,-172,1,-175xm92,-13v73,0,75,-128,13,-140v-46,-9,-69,28,-69,69v0,37,17,71,56,71","w":185},"r":{"d":"93,-151v-71,-3,-48,86,-52,151r-20,0r0,-167r18,0r0,29v10,-22,25,-32,54,-33r0,20","w":102},"s":{"d":"130,-77v36,30,4,85,-46,81v-33,-3,-68,-20,-66,-57r19,0v-4,46,86,57,90,9v-12,-55,-137,-13,-100,-102v18,-45,119,-28,115,28r-20,0v-3,-24,-19,-38,-49,-35v-16,2,-38,11,-33,32v9,36,65,23,90,44","w":163},"t":{"d":"81,0v-28,8,-51,2,-51,-30r0,-121r-22,0r0,-16r22,0r0,-48r20,0r0,48r31,0r0,16r-31,0r0,121v-3,23,16,19,31,15r0,15","w":87},"u":{"d":"71,-14v35,5,60,-21,59,-54r0,-99r19,0r0,167r-18,0r0,-27v-22,44,-113,43,-113,-28r0,-112r19,0r1,118v0,22,13,32,33,35","w":167},"v":{"d":"13,-167r21,0r53,143r52,-143r20,0r-62,167r-21,0","w":170},"w":{"d":"14,-167r19,0r43,140r38,-140r22,0r38,140r42,-140r20,0r-52,167r-21,0r-39,-139r-38,139r-20,0","w":250},"x":{"d":"72,-86r-56,-81r24,0r44,67r43,-67r23,0r-54,81r60,86r-24,0r-47,-71r-48,71r-23,0","w":170},"y":{"d":"23,49v33,7,44,-21,50,-48r-64,-168r20,0r54,143r53,-143r20,0r-74,199v-7,25,-29,39,-59,34r0,-17","w":163},"z":{"d":"17,-16r107,-135r-102,0r0,-16r126,0r0,17r-107,132r111,0r0,18r-135,0r0,-16","w":167},"{":{"d":"43,-90v75,15,30,-95,58,-130v6,-8,23,-11,47,-11v-1,5,3,15,-4,13v-76,-11,-1,121,-68,134v38,9,30,49,31,93v1,36,5,40,41,41r0,14v-65,7,-57,-38,-58,-96v0,-37,-11,-44,-47,-44r0,-14","w":167},"|":{"d":"55,-246r0,321r-14,0r0,-321r14,0","w":83},"}":{"d":"18,-231v65,-7,57,38,58,96v1,36,12,44,47,45r0,14v-74,-15,-30,94,-58,129v-6,8,-23,11,-47,11r0,-13v82,14,5,-119,72,-135v-38,-9,-30,-50,-31,-93v-1,-35,-6,-40,-41,-41r0,-13","w":167},"~":{"d":"58,-226v19,0,40,18,49,-4r13,0v-6,23,-21,34,-45,26v-12,-4,-30,-7,-34,6r-12,0v4,-14,13,-27,29,-28","w":149},"\u2019":{},"\u00d7":{"d":"162,-112v-39,32,-144,36,-143,-32r0,-87r21,0r1,93v12,47,97,30,121,4r0,-97r22,0r0,231r-22,0r0,-112","w":203},"\u0427":{"d":"162,-112v-39,32,-144,36,-143,-32r0,-87r21,0r1,93v12,47,97,30,121,4r0,-97r22,0r0,231r-22,0r0,-112","w":203},"\u2018":{},"\u201d":{},"\u201c":{},"\u2014":{},"\u2013":{},"\u2122":{},"\u2026":{},"\u00a0":{"w":108,"k":{"k":30,"S":30}}}});


// cufon config
function initCufon() {
	Cufon.set('fontFamily', 'helvetica-light');

	// header replacements
	//Cufon.replace('#header label');
	Cufon.replace('#content h2', { hover: true });

}

$(document).ready(function(){
	initCufon();
});
