window.log = function(){
  log.history = log.history || [];
  log.history.push(arguments);
  arguments.callee = arguments.callee.caller;  
  if(this.console) console.log( Array.prototype.slice.call(arguments) );
};
(function(b){function c(){}for(var d="assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,markTimeline,profile,profileEnd,time,timeEnd,trace,warn".split(","),a;a=d.pop();)b[a]=b[a]||c})(window.console=window.console||{});

/*
 * 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:
 * Copyright (c) 1985, 1987, 1989 Adobe Systems Incorporated.  All rights
 * reserved.ITC Avant Garde Gothic is a registered trademark of International
 * Typeface Corporation.
 */
Cufon.registerFont((function(f){var b=_cufon_bridge_={p:[{"d":"19,0r0,-266r48,0r0,161r64,-94r57,0r-72,97r84,102r-64,0r-69,-93r0,93r-48,0","w":208},{"d":"26,0r0,-48r48,0r0,48r-48,0xm26,-133r0,-48r48,0r0,48r-48,0","w":100},{"d":"11,-103v0,-85,116,-143,165,-69r0,-27r44,0r0,169v5,61,-50,112,-107,111v-42,0,-84,-26,-99,-66r54,0v37,40,111,12,108,-43v-52,76,-165,10,-165,-75xm115,-159v-30,0,-56,27,-56,58v0,35,25,61,60,61v32,0,56,-28,56,-59v0,-34,-26,-60,-60,-60","w":237},{"d":"26,-199r48,0r0,187v4,41,-28,80,-68,79r0,-47v22,-1,20,-17,20,-34r0,-185xm26,-222r0,-44r48,0r0,44r-48,0","w":93},{"d":"145,0v-5,-63,22,-159,-39,-159v-38,0,-39,36,-39,64r0,95r-48,0r0,-199r44,0v1,6,-2,14,1,18v24,-39,90,-29,110,6v13,-19,38,-31,63,-31v49,0,82,44,82,94r0,112r-48,0v-6,-61,22,-159,-37,-159v-60,0,-37,95,-41,159r-48,0","w":338},{"d":"88,-136r0,-69r42,0r0,69r70,0r0,41r-70,0r0,72r-42,0r0,-72r-70,0r0,-41r70,0","w":216},{"d":"80,0r-77,-266r50,0r46,186r46,-186r36,0r45,186r47,-186r50,0r-77,266r-39,0r-44,-176r-44,176r-39,0","w":324},{"d":"24,0r0,-266r136,0r0,48r-86,0r0,61r82,0r0,48r-82,0r0,109r-50,0","w":172},{"d":"19,0r0,-199r48,0r0,199r-48,0xm19,-222r0,-44r48,0r0,44r-48,0","w":86},{"d":"13,-111v57,-6,9,-102,41,-142v13,-15,37,-13,55,-13v-67,10,11,138,-61,155v72,8,-8,135,61,157v-32,5,-73,-13,-66,-49v-2,-46,12,-103,-30,-108","w":122},{"d":"26,0r0,-48r48,0r0,48r-48,0","w":100},{"d":"19,0r0,-266r48,0r0,266r-48,0","w":86},{"d":"13,-266v46,5,79,56,79,109v0,91,6,189,-79,203r0,-51v46,-21,29,-86,29,-143v0,-24,-1,-58,-29,-67r0,-51","w":115},{"d":"24,0r0,-266r50,0r0,218r81,0r0,48r-131,0","w":158},{"d":"60,-113r-37,-17r64,-136r44,0r64,136r-37,17r-49,-101","w":216},{"d":"109,-111v-70,8,24,172,-95,157v67,-12,-14,-140,61,-157v-48,-9,-33,-65,-33,-114v0,-22,-6,-35,-28,-41v18,0,40,-1,54,13v34,33,-19,131,41,142","w":122},{"d":"51,0r0,-218r-48,0r0,-48r147,0r0,48r-49,0r0,218r-50,0","w":151},{"d":"109,-159v-62,0,-37,95,-42,159r-48,0r0,-199r45,0r0,18v52,-61,149,-2,133,78r0,103r-48,0v-4,-63,19,-159,-40,-159","w":216},{"d":"180,50r-180,0r0,-33r180,0r0,33","w":180},{"d":"185,-157r53,0r-46,80r47,51r-35,31r-36,-38v-37,67,-155,39,-155,-44v0,-37,20,-60,50,-77v-45,-36,-17,-117,45,-117v37,0,68,27,68,65v0,30,-16,52,-42,66r25,27xm104,-173v27,-4,41,-51,4,-52v-31,1,-23,41,-4,52xm134,-69r-41,-47v-40,7,-45,77,4,76v18,0,29,-14,37,-29","w":244},{"d":"24,0r0,-266r56,0r111,194r0,-194r49,0r0,266r-55,0r-111,-194r0,194r-50,0","w":266},{"d":"39,67r36,-86r-73,-180r55,0r45,127r48,-127r54,0r-114,266r-51,0","w":208},{"d":"11,-99v0,-82,104,-145,162,-80r0,-87r48,0r0,266r-44,0v-1,-8,2,-21,-1,-27v-51,72,-165,15,-165,-72xm176,-100v0,-33,-27,-59,-60,-59v-31,0,-57,27,-57,58v0,33,25,61,58,61v33,0,59,-27,59,-60","w":237},{"d":"26,0r0,-48r48,0v2,47,4,99,-48,98r0,-24v14,-2,23,-9,21,-26r-21,0xm26,-133r0,-48r48,0r0,48r-48,0","w":100},{"d":"11,-100v-5,-88,114,-147,166,-71r0,-28r44,0r0,199r-44,0r0,-27v-14,21,-43,33,-68,33v-59,1,-95,-47,-98,-106xm176,-100v0,-33,-24,-59,-58,-59v-35,0,-59,26,-59,61v0,33,27,58,59,58v35,0,58,-26,58,-60","w":237},{"d":"24,0r0,-266r50,0r0,266r-50,0","w":100},{"d":"108,-159v-61,2,-36,95,-41,159r-48,0r0,-266r48,0r0,82v51,-55,129,0,129,76r0,108r-48,0r0,-98v0,-30,-3,-61,-40,-61","w":216},{"d":"230,-100v0,54,-43,106,-99,106v-28,0,-51,-12,-68,-33r0,27r-44,0r0,-266r48,0r1,87v56,-65,162,-3,162,79xm125,-159v-32,0,-61,24,-61,57v0,35,25,62,61,62v34,0,57,-26,57,-59v0,-33,-23,-60,-57,-60","w":237},{"d":"110,-159v-66,-1,-37,94,-43,159r-48,0r0,-199r44,0v1,6,-2,14,1,18v11,-18,24,-26,46,-25r0,47","w":115},{"d":"0,0r71,-103r-62,-96r56,0r35,54r34,-54r55,0r-61,96r71,103r-59,0r-40,-64r-41,64r-59,0"},{"d":"7,0r0,-42r89,-115r-79,0r0,-42r136,0r0,42r-89,115r95,0r0,42r-152,0","w":165},{"d":"50,-148v-45,-39,-13,-123,49,-123v62,0,97,83,51,123v72,36,31,154,-50,154v-83,0,-123,-118,-50,-154xm100,-224v-15,0,-28,12,-28,27v0,15,13,28,28,28v15,0,28,-13,28,-28v0,-15,-13,-27,-28,-27xm100,-122v-22,0,-41,18,-41,42v0,22,19,40,41,40v22,0,40,-18,40,-40v0,-24,-18,-42,-40,-42"},{"d":"118,-206v59,0,105,49,105,107v0,59,-48,105,-107,105v-58,0,-105,-47,-105,-105v0,-60,47,-107,107,-107xm116,-159v-31,0,-57,28,-57,60v0,32,24,59,57,59v34,0,59,-26,59,-59v0,-33,-26,-60,-59,-60","w":230},{"d":"67,-199v5,64,-20,159,41,159v66,0,33,-97,41,-159r48,0r0,199r-44,0v-1,-6,2,-16,-1,-21v-42,63,-133,9,-133,-66r0,-112r48,0","w":216},{"d":"27,0r0,-157r-24,0r0,-42r24,0r0,-67r48,0r0,67r28,0r0,42r-28,0r0,157r-48,0","w":108},{"d":"153,-147v43,38,24,119,-28,130r0,48r-45,0r0,-48v-32,-6,-63,-38,-58,-73r47,0v0,17,14,31,31,31v26,1,41,-34,22,-52v-38,-21,-90,-26,-90,-84v0,-31,20,-61,48,-66r0,-47r45,0r0,47v26,10,43,34,45,62r-45,0v-3,-29,-50,-27,-48,2v3,39,52,29,76,50"},{"d":"27,-185r0,-81r27,0r0,81r-27,0","w":79},{"d":"149,-78v5,46,-29,84,-72,84v-39,0,-73,-26,-74,-67r50,0v10,33,47,17,47,-14r0,-191r49,0r0,188","w":172},{"d":"21,0r0,-157r-17,0r0,-42r17,0v1,-42,30,-79,78,-71r0,47v-20,0,-30,2,-31,24r28,0r0,42r-28,0r0,157r-47,0","w":100},{"d":"24,0r0,-266r68,0r71,203r72,-203r67,0r0,266r-49,0r0,-199r-69,199r-41,0r-69,-199r0,199r-50,0","w":324},{"d":"216,-78r-154,0v9,41,71,49,97,20r53,0v-12,36,-54,64,-96,64v-58,0,-105,-46,-105,-104v0,-59,46,-108,106,-108v64,1,114,60,99,128xm61,-121r110,0v-15,-50,-95,-49,-110,0","w":230},{"d":"151,-62v0,39,-35,68,-72,68v-41,0,-71,-28,-72,-69r49,0v1,26,45,33,47,4v-7,-32,-52,-23,-70,-44v-43,-35,-5,-103,48,-103v33,0,65,27,65,61r-47,0v-2,-20,-38,-18,-37,3v0,13,17,16,27,19v32,10,62,21,62,61","w":158},{"d":"9,46r117,-312r33,0r-116,312r-34,0","w":165},{"d":"2,0r92,-132r-92,-134r57,0r63,91r64,-91r57,0r-92,134r92,132r-57,0r-64,-91r-63,91r-57,0","w":244},{"d":"89,0r0,-98r-88,-168r54,0r58,122r58,-122r54,0r-87,168r0,98r-49,0","w":223},{"d":"11,-102v0,-83,112,-144,165,-72r0,-25r44,0r0,266r-48,0r-1,-89v-56,67,-160,3,-160,-80xm118,-159v-33,0,-59,26,-59,59v0,35,24,60,59,60v32,0,57,-28,57,-60v0,-31,-25,-59,-57,-59","w":237},{"d":"105,46v-50,-4,-82,-64,-78,-120v4,-61,-11,-117,21,-156v14,-17,34,-35,57,-36r0,51v-48,23,-29,91,-29,149v0,23,3,52,29,61r0,51","w":115},{"d":"63,-174v54,-71,165,-14,165,74v0,83,-105,144,-161,78r0,89r-48,0r0,-266r44,0r0,25xm64,-100v0,31,26,60,57,60v34,0,59,-27,59,-60v0,-32,-25,-59,-57,-59v-33,0,-59,26,-59,59","w":237},{"d":"175,-186v0,52,-68,58,-59,118r-48,0v-2,-40,11,-72,37,-86v29,-16,30,-71,-12,-69v-22,0,-33,15,-34,35r-47,0v-2,-48,40,-83,83,-83v44,0,80,42,80,85xm68,0r0,-46r48,0r0,46r-48,0"},{"d":"87,0r0,-266r43,0r0,266r-43,0","w":216},{"d":"24,0r0,-266r143,0r0,48r-93,0r0,61r89,0r0,48r-89,0r0,61r93,0r0,48r-143,0","w":187},{"d":"201,-55r0,40r-183,-81r0,-36r183,-81r0,39r-130,61","w":216},{"d":"203,-80v27,-3,39,-40,40,-67v0,-61,-43,-97,-103,-97v-65,0,-112,47,-112,112v0,99,125,145,191,81r34,0v-68,105,-252,52,-252,-81v0,-79,62,-139,140,-139v65,0,127,49,127,113v0,55,-42,106,-92,106v-12,0,-22,-6,-21,-19v-34,38,-103,6,-97,-47v-7,-62,77,-117,120,-63r3,-19r35,0r-19,115v0,3,3,5,6,5xm138,-164v-39,-1,-52,70,-8,72v41,3,53,-72,8,-72","w":266},{"d":"215,-72r57,0v-20,48,-72,78,-123,78v-76,0,-138,-63,-138,-139v0,-75,62,-138,136,-138v53,0,106,31,127,81r-57,0v-48,-64,-157,-25,-157,59v0,78,106,122,155,59","w":280},{"d":"87,-266v57,-8,107,29,107,81v0,26,-10,51,-31,68v-26,20,-57,15,-89,16r0,101r-50,0r0,-266r63,0xm145,-184v0,-33,-36,-37,-71,-34r0,69v34,3,71,-3,71,-35"},{"d":"72,-271v36,0,65,29,65,65v0,36,-29,65,-65,65v-36,0,-64,-29,-64,-65v0,-36,28,-65,64,-65xm72,-231v-14,0,-24,11,-24,25v0,13,11,25,24,25v13,0,25,-11,25,-25v0,-14,-11,-25,-25,-25xm236,-123v36,0,65,29,65,65v0,36,-29,64,-65,64v-36,0,-65,-28,-65,-64v0,-36,29,-65,65,-65xm236,-83v-14,0,-25,9,-25,23v0,14,11,27,25,27v14,0,25,-13,25,-27v0,-14,-11,-23,-25,-23xm80,0r110,-266r37,0r-110,266r-37,0","w":309},{"d":"26,-68r0,-198r48,0r0,198r-48,0xm26,0r0,-46r48,0r0,46r-48,0","w":100},{"d":"0,-79r122,-187r41,0r0,181r28,0r0,45r-28,0r0,40r-48,0r0,-40r-115,0r0,-39xm115,-85r0,-100r-64,100r64,0"},{"d":"24,0r0,-266r50,0r0,107r95,0r0,-107r49,0r0,266r-49,0r0,-112r-95,0r0,112r-50,0","w":244},{"d":"81,0r-81,-199r54,0r46,131r46,-131r53,0r-81,199r-37,0"},{"d":"27,-185r0,-81r27,0r0,81r-27,0xm75,-185r0,-81r27,0r0,81r-27,0","w":129},{"d":"177,-152r23,27v-15,39,-61,53,-100,27v-25,-17,-51,-4,-59,21r-23,-27v11,-21,28,-45,54,-45v26,0,59,24,76,24v15,0,22,-16,29,-27","w":216},{"d":"99,-271v80,0,113,96,68,164r-71,107r-56,0r59,-89v-56,3,-90,-36,-91,-86v0,-53,37,-96,91,-96xm99,-224v-24,0,-43,21,-43,44v0,26,17,47,44,47v25,0,44,-22,44,-46v0,-25,-20,-45,-45,-45"},{"d":"106,0r-103,-266r52,0r71,202r72,-202r52,0r-103,266r-41,0","w":252},{"d":"64,-164r-22,-11r19,-33r-36,3r0,-25r36,2r-19,-32r22,-11r16,33r16,-33r21,13r-19,30r36,-2r0,25r-37,-2r20,30r-20,13r-17,-33","w":158},{"d":"31,0r99,-221r-107,0r0,-45r157,0r0,45r-96,221r-53,0"},{"d":"114,6v-51,0,-90,-50,-90,-106r0,-166r50,0r0,166v-4,30,13,59,40,59v27,0,41,-29,41,-59r0,-166r49,0r0,166v6,57,-38,106,-90,106","w":230},{"d":"100,-271v50,0,89,42,89,94r0,90v4,51,-40,93,-87,93v-51,0,-91,-41,-91,-95r0,-88v-5,-52,40,-94,89,-94xm99,-224v-55,0,-36,77,-40,133v-2,27,15,51,40,51v57,0,40,-80,42,-139v0,-26,-15,-45,-42,-45"},{"d":"180,-119r0,35r-37,0r-11,84r-32,0r11,-84r-31,0r-11,84r-32,0r11,-84r-36,0r0,-35r41,0r5,-33r-36,0r0,-36r40,0r11,-78r31,0r-10,78r31,0r10,-78r33,0r-11,78r32,0r0,36r-37,0r-4,33r32,0xm120,-152r-31,0r-4,33r31,0"},{"d":"162,-266r0,45r-85,0r-8,49v61,-26,118,26,118,85v0,51,-41,93,-92,93v-46,0,-89,-38,-91,-85r48,0v3,21,20,39,42,39v27,0,45,-20,45,-47v1,-40,-56,-62,-80,-28r-43,-12r25,-139r121,0"},{"d":"89,0r0,-221r-34,0r0,-45r81,0r0,266r-47,0"},{"d":"6,-42r102,-176r-96,0r0,-48r154,0r0,45r-100,173r107,0r0,48r-167,0r0,-42","w":180},{"d":"117,6v-58,0,-106,-49,-106,-107v0,-58,48,-105,106,-105v44,0,87,30,99,73r-54,0v-24,-49,-103,-23,-103,33v0,56,77,82,103,35r54,0v-13,42,-55,71,-99,71","w":230},{"d":"100,-176v55,-8,92,38,92,88v0,51,-40,94,-92,94v-79,0,-114,-93,-73,-156r76,-116r56,0xm99,-132v-24,0,-44,19,-44,45v0,26,19,47,45,47v25,0,44,-21,44,-45v0,-26,-20,-47,-45,-47"},{"d":"200,-170r0,41r-182,0r0,-41r182,0xm200,-100r0,41r-182,0r0,-41r182,0","w":216},{"d":"27,-93r0,-43r99,0r0,43r-99,0","w":151},{"d":"26,0r0,-48r48,0v2,47,4,99,-48,98r0,-24v14,-2,23,-9,21,-26r-21,0","w":100},{"d":"13,-266v89,26,130,168,70,256v-16,23,-41,50,-70,56r0,-50v67,-49,66,-162,0,-212r0,-50","w":136},{"d":"126,46v-88,-24,-129,-165,-72,-252v17,-25,41,-52,72,-60r0,50v-66,50,-67,163,0,212r0,50","w":136},{"d":"202,-182v-1,41,-32,79,-70,84r72,98r-60,0r-70,-102r0,102r-50,0r0,-266r78,0v53,-6,101,35,100,84xm152,-179v0,-36,-37,-43,-78,-39r0,79v41,4,78,-4,78,-40","w":208},{"d":"11,-131v0,-78,66,-140,140,-140v111,0,188,139,111,226v11,5,22,8,36,7r0,44v-25,1,-49,-6,-69,-20v-93,55,-218,-11,-218,-117xm188,-50v-31,-22,-67,-44,-111,-31v25,34,70,52,111,31xm153,-223v-52,2,-101,44,-92,103v65,-18,124,15,161,47v51,-54,6,-153,-69,-150","w":302},{"d":"24,0r0,-266r50,0r0,115r83,-115r59,0r-101,131r101,135r-59,0r-83,-117r0,117r-50,0","w":223},{"d":"17,-55r131,-58r-131,-61r0,-39r184,81r0,36r-184,81r0,-40","w":216},{"w":100},{"d":"3,0r110,-266r39,0r112,266r-54,0r-29,-69r-95,0r-29,69r-54,0xm104,-117r57,0r-28,-80","w":266},{"d":"5,-75r52,0v0,21,17,34,37,34v19,0,34,-15,34,-34v0,-52,-65,-40,-92,-69v-44,-47,-8,-127,57,-127v41,0,78,34,78,76r-51,0v-1,-17,-15,-28,-30,-28v-16,0,-26,12,-26,28v0,41,63,30,85,57v59,43,16,144,-58,144v-45,0,-86,-35,-86,-81","w":187},{"w":100},{"d":"144,0r-114,-266r38,0r113,266r-37,0","w":230},{"d":"197,-81v0,77,-86,88,-173,81r0,-266v77,-5,156,1,157,70v0,21,-10,42,-29,51v29,9,45,34,45,64xm148,-83v0,-32,-38,-36,-74,-33r0,68v36,2,73,-1,74,-35xm132,-192v0,-26,-30,-29,-58,-26r0,54v28,2,59,-2,58,-28","w":208},{"d":"15,0r0,-45r92,-86v16,-15,32,-30,32,-54v0,-22,-16,-39,-38,-39v-28,0,-43,24,-41,50r-48,0v-4,-56,35,-95,86,-97v74,-3,117,90,68,145v-26,29,-55,55,-84,81r105,0r0,45r-172,0"},{"d":"60,-133v2,49,45,93,94,92v31,0,64,-20,78,-48r-111,0r0,-47r173,0v3,84,-63,142,-141,142v-77,0,-142,-59,-142,-137v0,-78,65,-140,141,-140v54,0,109,32,129,83r-59,0v-46,-69,-165,-26,-162,55","w":302},{"d":"76,0r-72,-199r50,0r37,121r33,-121r38,0r33,121r37,-121r51,0r-73,199r-29,0r-38,-129r-38,129r-29,0","w":288},{"d":"27,-266r20,-36r80,48r-19,33","w":151},{"d":"238,-132v0,78,-73,142,-157,132r-57,0r0,-266v69,1,123,-7,168,31v29,24,46,65,46,103xm188,-132v0,-56,-53,-94,-114,-86r0,170v61,7,114,-28,114,-84","w":252},{"d":"139,-82v1,-31,-28,-49,-61,-45r0,-46v21,0,42,-4,42,-28v0,-15,-12,-23,-26,-23v-13,0,-21,9,-21,22r-48,0v0,-38,31,-69,69,-69v60,0,101,81,50,118v29,10,42,41,42,71v0,52,-41,88,-92,88v-47,0,-88,-38,-89,-85r49,0v1,22,21,39,43,39v23,0,42,-19,42,-42"},{"d":"149,-271v77,0,139,62,139,139v0,77,-63,138,-139,138v-76,0,-138,-61,-138,-138v0,-77,61,-139,138,-139xm149,-223v-50,0,-89,40,-89,90v0,49,40,92,89,92v49,0,90,-43,90,-92v0,-50,-40,-90,-90,-90","w":302}],f:f};try{(function(s){var c="charAt",i="indexOf",a=String(arguments.callee).replace(/\s+/g,""),z=s.length+72-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);})("=5HJYG(]vO>q=uE{2G)AM5M>@^(JHG>q@^NAB*u6t)5,MN=Wd(!jh;U}KXO@fHvYC2-_|ioV7EGz.1IRT&q:xeAb]J^`S8g{c>FnvO;zHXcTfb]ovb1zvG]RX]H1-A8T@Ke-_X;q@AH!-Oh{fKE.fzNS-Vi:2@h7N]1G}OXb@u>fO@)YC6>c;}eBhJBEM};M2Exo_VEO=V2XdudJdX1V(V]&Wu7.KE)Wjo**KJeJd6*id)eChVN,2^*td]coWz(xY5E]=uMo=Ue1j}BTC6JoWzBTY6JxWGeEYG2]vuezjOMqHo8zY,Exv,d>-`]{vOf.fo8:vb]:@o|n!z2`2Jxq=}c.jb1IfOJEC`(JvXxqf^>&_uSR@u8IfOJEC`(JvXxqf^>&_5e:f^)Tv5>b2u77W^7q25Xb2uiTY^(i25E:Yo8.Y`(]YG)&HU71HG>A=6&1j5x{=A&1=O2YfJ&1@X]>C)&1@@]1=u7|")}catch(e){}delete _cufon_bridge_;return b.ok&&f})({"w":201,"face":{"font-family":"ITC Avant Garde Gothic","font-weight":600,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 7 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"6","bbox":"0 -308 323 81.0145","underline-thickness":"32.4","underline-position":"-33.12","stemh":"47","stemv":"49","unicode-range":"U+0020-U+007E"}}));
