/* Sizzle */
(function(){var k=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;[0,0].sort(function(){baseHasDuplicate=false;return 0});var n=function(a,b,c,d){c=c||[];b=b||document;var e=b;if(b.nodeType!==1&&b.nodeType!==9){return[]}if(!a||typeof a!=="string"){return c}var f=[],m,set,checkSet,extra,prune=true,contextXML=n.isXML(b),soFar=a,ret,cur,pop,i;do{k.exec("");m=k.exec(soFar);if(m){soFar=m[3];f.push(m[1]);if(m[2]){extra=m[3];break}}}while(m);if(f.length>1&&p.exec(a)){if(f.length===2&&o.relative[f[0]]){set=t(f[0]+f[1],b)}else{set=o.relative[f[0]]?[b]:n(f.shift(),b);while(f.length){a=f.shift();if(o.relative[a]){a+=f.shift()}set=t(a,set)}}}else{if(!d&&f.length>1&&b.nodeType===9&&!contextXML&&o.match.ID.test(f[0])&&!o.match.ID.test(f[f.length-1])){ret=n.find(f.shift(),b,contextXML);b=ret.expr?n.filter(ret.expr,ret.set)[0]:ret.set[0]}if(b){ret=d?{expr:f.pop(),set:r(d)}:n.find(f.pop(),f.length===1&&(f[0]==="~"||f[0]==="+")&&b.parentNode?b.parentNode:b,contextXML);set=ret.expr?n.filter(ret.expr,ret.set):ret.set;if(f.length>0){checkSet=r(set)}else{prune=false}while(f.length){cur=f.pop();pop=cur;if(!o.relative[cur]){cur=""}else{pop=f.pop()}if(pop==null){pop=b}o.relative[cur](checkSet,pop,contextXML)}}else{checkSet=f=[]}}if(!checkSet){checkSet=set}if(!checkSet){n.error(cur||a)}if(toString.call(checkSet)==="[object Array]"){if(!prune){c.push.apply(c,checkSet)}else if(b&&b.nodeType===1){for(i=0;checkSet[i]!=null;i++){if(checkSet[i]&&(checkSet[i]===true||checkSet[i].nodeType===1&&n.contains(b,checkSet[i]))){c.push(set[i])}}}else{for(i=0;checkSet[i]!=null;i++){if(checkSet[i]&&checkSet[i].nodeType===1){c.push(set[i])}}}}else{r(checkSet,c)}if(extra){n(extra,e,c,d);n.uniqueSort(c)}return c};n.uniqueSort=function(a){if(s){hasDuplicate=baseHasDuplicate;a.sort(s);if(hasDuplicate){for(var i=1;i<a.length;i++){if(a[i]===a[i-1]){a.splice(i--,1)}}}}return a};n.matches=function(a,b){return n(a,null,null,b)};n.find=function(a,b,c){var d;if(!a){return[]}for(var i=0,l=o.order.length;i<l;i++){var e=o.order[i],match;if((match=o.leftMatch[e].exec(a))){var f=match[1];match.splice(1,1);if(f.substr(f.length-1)!=="\\"){match[1]=(match[1]||"").replace(/\\/g,"");d=o.find[e](match,b,c);if(d!=null){a=a.replace(o.match[e],"");break}}}}if(!d){d=b.getElementsByTagName("*")}return{set:d,expr:a}};n.filter=function(a,b,c,d){var e=a,result=[],curLoop=b,match,anyFound,isXMLFilter=b&&b[0]&&n.isXML(b[0]);while(a&&b.length){for(var f in o.filter){if((match=o.leftMatch[f].exec(a))!=null&&match[2]){var g=o.filter[f],found,item,left=match[1];anyFound=false;match.splice(1,1);if(left.substr(left.length-1)==="\\"){continue}if(curLoop===result){result=[]}if(o.preFilter[f]){match=o.preFilter[f](match,curLoop,c,result,d,isXMLFilter);if(!match){anyFound=found=true}else if(match===true){continue}}if(match){for(var i=0;(item=curLoop[i])!=null;i++){if(item){found=g(item,match,i,curLoop);var h=d^!!found;if(c&&found!=null){if(h){anyFound=true}else{curLoop[i]=false}}else if(h){result.push(item);anyFound=true}}}}if(found!==undefined){if(!c){curLoop=result}a=a.replace(o.match[f],"");if(!anyFound){return[]}break}}}if(a===e){if(anyFound==null){n.error(a)}else{break}}e=a}return curLoop};n.error=function(a){throw"Syntax error, unrecognized expression: "+a;};var o=n.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+\-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")}},relative:{"+":function(a,b){var c=typeof b==="string",isTag=c&&!/\W/.test(b),isPartStrNotTag=c&&!isTag;if(isTag){b=b.toLowerCase()}for(var i=0,l=a.length,elem;i<l;i++){if((elem=a[i])){while((elem=elem.previousSibling)&&elem.nodeType!==1){}a[i]=isPartStrNotTag||elem&&elem.nodeName.toLowerCase()===b?elem||false:elem===b}}if(isPartStrNotTag){n.filter(b,a,true)}},">":function(a,b){var c=typeof b==="string",elem,i=0,l=a.length;if(c&&!/\W/.test(b)){b=b.toLowerCase();for(;i<l;i++){elem=a[i];if(elem){var d=elem.parentNode;a[i]=d.nodeName.toLowerCase()===b?d:false}}}else{for(;i<l;i++){elem=a[i];if(elem){a[i]=c?elem.parentNode:elem.parentNode===b}}if(c){n.filter(b,a,true)}}},"":function(a,b,c){var d=done++,checkFn=dirCheck,nodeCheck;if(typeof b==="string"&&!/\W/.test(b)){b=b.toLowerCase();nodeCheck=b;checkFn=dirNodeCheck}checkFn("parentNode",b,d,a,nodeCheck,c)},"~":function(a,b,c){var d=done++,checkFn=dirCheck,nodeCheck;if(typeof b==="string"&&!/\W/.test(b)){b=b.toLowerCase();nodeCheck=b;checkFn=dirNodeCheck}checkFn("previousSibling",b,d,a,nodeCheck,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!=="undefined"&&!c){var m=b.getElementById(a[1]);return m?[m]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!=="undefined"){var c=[],results=b.getElementsByName(a[1]);for(var i=0,l=results.length;i<l;i++){if(results[i].getAttribute("name")===a[1]){c.push(results[i])}}return c.length===0?null:c}},TAG:function(a,b){return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(/\\/g,"")+" ";if(f){return a}for(var i=0,elem;(elem=b[i])!=null;i++){if(elem){if(e^(elem.className&&(" "+elem.className+" ").replace(/[\t\n]/g," ").indexOf(a)>=0)){if(!c){d.push(elem)}}else if(c){b[i]=false}}}return false},ID:function(a){return a[1].replace(/\\/g,"")},TAG:function(a,b){return a[1].toLowerCase()},CHILD:function(a){if(a[1]==="nth"){var b=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=(b[1]+(b[2]||1))-0;a[3]=b[3]-0}a[0]=done++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1].replace(/\\/g,"");if(!f&&o.attrMap[g]){a[1]=o.attrMap[g]}if(a[2]==="~="){a[4]=" "+a[4]+" "}return a},PSEUDO:function(a,b,c,d,e){if(a[1]==="not"){if((k.exec(a[3])||"").length>1||/^\w/.test(a[3])){a[3]=n(a[3],null,null,b)}else{var f=n.filter(a[3],b,c,true^e);if(!c){d.push.apply(d,f)}return false}}else if(o.match.POS.test(a[0])||o.match.CHILD.test(a[0])){return true}return a},POS:function(a){a.unshift(true);return a}},filters:{enabled:function(a){return a.disabled===false&&a.type!=="hidden"},disabled:function(a){return a.disabled===true},checked:function(a){return a.checked===true},selected:function(a){a.parentNode.selectedIndex;return a.selected===true},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,i,b){return!!n(b[3],a).length},header:function(a){return(/h\d/i).test(a.nodeName)},text:function(a){return"text"===a.type},radio:function(a){return"radio"===a.type},checkbox:function(a){return"checkbox"===a.type},file:function(a){return"file"===a.type},password:function(a){return"password"===a.type},submit:function(a){return"submit"===a.type},image:function(a){return"image"===a.type},reset:function(a){return"reset"===a.type},button:function(a){return"button"===a.type||a.nodeName.toLowerCase()==="button"},input:function(a){return(/input|select|textarea|button/i).test(a.nodeName)}},setFilters:{first:function(a,i){return i===0},last:function(a,i,b,c){return i===c.length-1},even:function(a,i){return i%2===0},odd:function(a,i){return i%2===1},lt:function(a,i,b){return i<b[3]-0},gt:function(a,i,b){return i>b[3]-0},nth:function(a,i,b){return b[3]-0===i},eq:function(a,i,b){return b[3]-0===i}},filter:{PSEUDO:function(a,b,i,c){var d=b[1],filter=o.filters[d];if(filter){return filter(a,i,b,c)}else if(d==="contains"){return(a.textContent||a.innerText||n.getText([a])||"").indexOf(b[3])>=0}else if(d==="not"){var e=b[3];for(var j=0,l=e.length;j<l;j++){if(e[j]===a){return false}}return true}else{n.error("Syntax error, unrecognized expression: "+d)}},CHILD:function(a,b){var c=b[1],node=a;switch(c){case'only':case'first':while((node=node.previousSibling)){if(node.nodeType===1){return false}}if(c==="first"){return true}node=a;case'last':while((node=node.nextSibling)){if(node.nodeType===1){return false}}return true;case'nth':var d=b[2],last=b[3];if(d===1&&last===0){return true}var e=b[0],parent=a.parentNode;if(parent&&(parent.sizcache!==e||!a.nodeIndex)){var f=0;for(node=parent.firstChild;node;node=node.nextSibling){if(node.nodeType===1){node.nodeIndex=++f}}parent.sizcache=e}var g=a.nodeIndex-last;if(d===0){return g===0}else{return(g%d===0&&g/d>=0)}}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return(b==="*"&&a.nodeType===1)||a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],result=o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),value=result+"",q=b[2],check=b[4];return result==null?q==="!=":q==="="?value===check:q==="*="?value.indexOf(check)>=0:q==="~="?(" "+value+" ").indexOf(check)>=0:!check?value&&result!==false:q==="!="?value!==check:q==="^="?value.indexOf(check)===0:q==="$="?value.substr(value.length-check.length)===check:q==="|="?value===check||value.substr(0,check.length+1)===check+"-":false},POS:function(a,b,i,c){var d=b[2],filter=o.setFilters[d];if(filter){return filter(a,i,b,c)}}}};var p=o.match.POS,fescape=function(a,b){return"\\"+(b-0+1)};for(var q in o.match){o.match[q]=new RegExp(o.match[q].source+(/(?![^\[]*\])(?![^\(]*\))/.source));o.leftMatch[q]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[q].source.replace(/\\(\d+)/g,fescape))}var r=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(document.documentElement.childNodes,0)[0].nodeType}catch(e){r=function(a,b){var c=b||[],i=0;if(toString.call(a)==="[object Array]"){Array.prototype.push.apply(c,a)}else{if(typeof a.length==="number"){for(var l=a.length;i<l;i++){c.push(a[i])}}else{for(;a[i];i++){c.push(a[i])}}}return c}}var s;if(document.documentElement.compareDocumentPosition){s=function(a,b){if(!a.compareDocumentPosition||!b.compareDocumentPosition){if(a==b){hasDuplicate=true}return a.compareDocumentPosition?-1:1}var c=a.compareDocumentPosition(b)&4?-1:a===b?0:1;if(c===0){hasDuplicate=true}return c}}else if("sourceIndex"in document.documentElement){s=function(a,b){if(!a.sourceIndex||!b.sourceIndex){if(a==b){hasDuplicate=true}return a.sourceIndex?-1:1}var c=a.sourceIndex-b.sourceIndex;if(c===0){hasDuplicate=true}return c}}else if(document.createRange){s=function(a,b){if(!a.ownerDocument||!b.ownerDocument){if(a==b){hasDuplicate=true}return a.ownerDocument?-1:1}var c=a.ownerDocument.createRange(),bRange=b.ownerDocument.createRange();c.setStart(a,0);c.setEnd(a,0);bRange.setStart(b,0);bRange.setEnd(b,0);var d=c.compareBoundaryPoints(Range.START_TO_END,bRange);if(d===0){hasDuplicate=true}return d}}n.getText=function(a){var b="",elem;for(var i=0;a[i];i++){elem=a[i];if(elem.nodeType===3||elem.nodeType===4){b+=elem.nodeValue}else if(elem.nodeType!==8){b+=n.getText(elem.childNodes)}}return b};(function(){var d=document.createElement("div"),id="script"+(new Date()).getTime();d.innerHTML="<a name='"+id+"'/>";var e=document.documentElement;e.insertBefore(d,e.firstChild);if(document.getElementById(id)){o.find.ID=function(a,b,c){if(typeof b.getElementById!=="undefined"&&!c){var m=b.getElementById(a[1]);return m?m.id===a[1]||typeof m.getAttributeNode!=="undefined"&&m.getAttributeNode("id").nodeValue===a[1]?[m]:undefined:[]}};o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!=="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}}e.removeChild(d);e=d=null})();(function(){var e=document.createElement("div");e.appendChild(document.createComment(""));if(e.getElementsByTagName("*").length>0){o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var i=0;c[i];i++){if(c[i].nodeType===1){d.push(c[i])}}c=d}return c}}e.innerHTML="<a href='#'></a>";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){o.attrHandle.href=function(a){return a.getAttribute("href",2)}}e=null})();if(document.querySelectorAll){(function(){var f=n,div=document.createElement("div");div.innerHTML="<p class='TEST'></p>";if(div.querySelectorAll&&div.querySelectorAll(".TEST").length===0){return}n=function(a,b,c,d){b=b||document;if(!d&&b.nodeType===9&&!n.isXML(b)){try{return r(b.querySelectorAll(a),c)}catch(e){}}return f(a,b,c,d)};for(var g in f){n[g]=f[g]}div=null})()}(function(){var d=document.createElement("div");d.innerHTML="<div class='test e'></div><div class='test'></div>";if(!d.getElementsByClassName||d.getElementsByClassName("e").length===0){return}d.lastChild.className="e";if(d.getElementsByClassName("e").length===1){return}o.order.splice(1,0,"CLASS");o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!=="undefined"&&!c){return b.getElementsByClassName(a[1])}};d=null})();function dirNodeCheck(a,b,c,d,e,f){for(var i=0,l=d.length;i<l;i++){var g=d[i];if(g){g=g[a];var h=false;while(g){if(g.sizcache===c){h=d[g.sizset];break}if(g.nodeType===1&&!f){g.sizcache=c;g.sizset=i}if(g.nodeName.toLowerCase()===b){h=g;break}g=g[a]}d[i]=h}}}function dirCheck(a,b,c,d,e,f){for(var i=0,l=d.length;i<l;i++){var g=d[i];if(g){g=g[a];var h=false;while(g){if(g.sizcache===c){h=d[g.sizset];break}if(g.nodeType===1){if(!f){g.sizcache=c;g.sizset=i}if(typeof b!=="string"){if(g===b){h=true;break}}else if(n.filter(b,[g]).length>0){h=g;break}}g=g[a]}d[i]=h}}}n.contains=document.compareDocumentPosition?function(a,b){return!!(a.compareDocumentPosition(b)&16)}:function(a,b){return a!==b&&(a.contains?a.contains(b):true)};n.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":false};var t=function(a,b){var c=[],later="",match,root=b.nodeType?[b]:b;while((match=o.match.PSEUDO.exec(a))){later+=match[0];a=a.replace(o.match.PSEUDO,"")}a=o.relative[a]?a+"*":a;for(var i=0,l=root.length;i<l;i++){n(a,root[i],c)}return n.filter(later,c)};window.Sizzle=n})();

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

/* Square Bold */
Cufon.registerFont({"w":351,"face":{"font-family":"square","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0","ascent":"288","descent":"-72","x-height":"3","bbox":"-30 -291 478 85","underline-thickness":"43.92","underline-position":"-39.24","stemh":"50","stemv":"67","unicode-range":"U+0020-U+2122"},"glyphs":{" ":{"w":175},"A":{"d":"88,0r-87,0r143,-262r102,0r140,262r-88,0r-25,-44r-160,0xm144,-107r100,0r-51,-92","w":385},"B":{"d":"274,0r-248,0r0,-262r236,0v91,-13,117,101,49,129v33,5,47,25,47,62v0,50,-26,71,-84,71xm247,-160v13,0,20,-7,20,-21v0,-13,-8,-22,-20,-22r-141,0r0,43r141,0xm254,-59v14,0,22,-10,22,-25v0,-14,-9,-23,-22,-23r-148,0r0,48r148,0","w":378},"C":{"d":"148,-265v104,0,227,-25,209,98r-80,0v6,-45,-65,-28,-106,-32v-69,-6,-65,29,-65,87v0,59,56,50,111,50v45,0,63,-5,62,-39r81,0v8,83,-32,104,-122,104r-90,0v-78,5,-125,-22,-123,-96r0,-71v0,-78,34,-101,123,-101","w":378},"D":{"d":"257,-262v78,0,114,25,114,88r0,90v0,58,-28,84,-91,84r-253,0r0,-262r230,0xm291,-153v0,-69,-119,-37,-184,-44r0,133r135,0v54,4,49,-40,49,-89","w":391},"E":{"d":"312,-198r-206,0r0,40r194,0r0,55r-194,0r0,40r209,0r0,63r-289,0r0,-262r286,0r0,64","w":334},"F":{"d":"312,-198r-206,0r0,47r194,0r0,63r-194,0r0,88r-80,0r0,-262r286,0r0,64","w":316},"G":{"d":"145,-265v104,0,228,-25,210,98v-26,-1,-57,2,-81,-1v7,-43,-64,-27,-106,-31v-69,-6,-64,29,-64,87v0,59,55,50,110,50v46,-1,65,-6,60,-36r-94,0r0,-53r177,0r0,86v12,80,-123,65,-211,68v-78,2,-127,-22,-124,-96r0,-71v0,-78,34,-101,123,-101","w":378},"H":{"d":"107,0r-80,0r0,-262r80,0r0,96r164,0r0,-96r80,0r0,262r-80,0r0,-102r-164,0r0,102","w":378},"I":{"d":"110,0r-80,0r0,-262r80,0r0,262","w":139},"J":{"d":"271,-74v3,81,-77,77,-160,77v-94,0,-107,-33,-103,-116r75,0v-10,50,26,51,75,51v29,0,34,-11,34,-37r0,-163r79,0r0,188","w":298},"K":{"d":"108,-165r33,0r105,-97r106,0r-141,130r160,132r-111,0r-119,-99r-33,0r0,99r-80,0r0,-262r80,0r0,97","w":369},"L":{"d":"112,-63r174,0r0,63r-254,0r0,-262r80,0r0,199","w":290},"M":{"d":"105,0r-78,0r0,-262r118,0r93,164r95,-164r117,0r0,262r-78,0r0,-186r-108,186r-52,0r-107,-186r0,186","w":476},"N":{"d":"381,0r-117,0r-157,-190r0,190r-80,0r0,-262r118,0r156,192r0,-192r80,0r0,262","w":406},"O":{"d":"102,-112v0,60,64,47,122,50v69,3,70,-27,70,-87v0,-61,-64,-47,-122,-50v-70,-4,-70,27,-70,87xm375,-94v12,121,-114,94,-224,97v-87,3,-132,-14,-130,-96r0,-71v-2,-86,39,-101,130,-101r94,0v90,-2,130,13,130,98r0,73","w":396},"P":{"d":"228,-262v77,-3,109,24,108,99v0,70,-21,98,-79,98r-149,0r0,65r-81,0r0,-262r201,0xm225,-197r-117,0r0,67r117,0v22,0,29,-10,29,-36v0,-21,-8,-31,-29,-31"},"Q":{"d":"246,3v-108,-2,-236,21,-224,-95r0,-71v-1,-85,38,-101,130,-101r94,0v90,-2,131,13,130,97v-1,31,3,69,-3,95r31,19r-27,52r-29,-18v-18,21,-50,22,-102,22xm278,-67v-26,-12,-56,-33,-82,-47r28,-45v25,15,53,29,75,46v3,-59,-1,-90,-70,-86v-59,3,-134,-12,-125,52v-3,49,1,88,51,85v38,-1,95,4,123,-5","w":396},"R":{"d":"238,-262v79,0,108,18,108,86v0,43,-11,65,-44,73v47,7,42,52,41,103r-79,0v-1,-36,9,-67,-36,-67r-120,0r0,67r-80,0r0,-262r210,0xm235,-197r-127,0r0,65r127,0v22,0,29,-10,29,-35v0,-20,-8,-30,-29,-30","w":369},"S":{"d":"349,-77v12,105,-119,77,-217,80v-91,2,-116,-18,-109,-90r79,0v-1,25,8,31,38,30r100,0v19,0,27,-6,27,-22v0,-19,-12,-21,-38,-23v-88,-8,-220,26,-206,-82v-10,-113,130,-76,230,-81v65,-3,91,26,85,85v-25,-1,-54,2,-77,-1v-1,-46,-77,-26,-118,-26v-25,0,-38,2,-38,20v0,16,9,21,31,22v94,8,225,-26,213,88","w":368},"T":{"d":"198,0r-80,0r0,-198r-109,0r0,-64r298,0r0,64r-109,0r0,198","w":316},"U":{"d":"26,-262r80,0r0,155v-9,55,58,45,110,45v41,0,57,-8,57,-45r0,-155r79,0r0,180v11,98,-104,85,-200,85v-93,0,-126,-19,-126,-85r0,-180","w":378},"V":{"d":"189,-74r104,-188r85,0r-139,262r-97,0r-138,-262r87,0","w":376},"W":{"d":"178,0r-91,0r-84,-262r80,0r54,186r67,-186r73,0r64,186r57,-186r80,0r-88,262r-90,0r-60,-180","w":471},"X":{"d":"1,0r129,-133r-119,-129r100,0r81,92r82,-92r97,0r-116,129r126,133r-103,0r-86,-92r-87,92r-104,0","w":381},"Y":{"d":"223,0r-80,0r0,-94r-144,-168r98,0r86,104r90,-104r95,0r-145,168r0,94","w":369},"Z":{"d":"321,0r-307,0r0,-64r186,-134r-179,0r0,-64r296,0r0,64r-185,134r189,0r0,64","w":334},"a":{"d":"254,0r-67,0r0,-22v-14,18,-42,25,-86,25v-66,0,-89,-14,-89,-62v0,-49,25,-61,93,-61v39,0,66,4,82,16v1,-24,0,-42,-26,-40v-25,2,-71,-10,-74,14v-21,-2,-49,4,-66,-2v-9,-62,89,-57,159,-56v50,0,74,20,74,62r0,126xm186,-62v0,-26,-47,-18,-73,-18v-23,0,-33,4,-33,19v0,26,47,18,73,18v23,0,33,-4,33,-19","w":272},"&":{"d":"252,-54v-45,-22,-84,-49,-133,-67v-20,-1,-22,19,-22,41v0,21,11,26,41,26r114,0xm315,-23v-31,41,-111,26,-177,26v-96,0,-113,-22,-113,-102v0,-33,18,-49,54,-51v-27,-13,-24,-33,-24,-67v0,-69,97,-44,161,-48v86,-5,105,15,99,88r-67,0v9,-51,-60,-29,-100,-33v-25,-3,-26,23,-10,31r133,70v3,-12,4,-20,2,-33r66,0v-1,27,3,43,-5,66r48,27r-22,50","w":375},"^":{"d":"154,-257r51,0r82,99r-47,0r-60,-60r-61,60r-46,0","w":360},"~":{"d":"31,-115v57,-47,111,-2,173,-2v21,0,41,-10,65,-27r0,45v-51,47,-114,1,-170,1v-21,0,-43,9,-68,27r0,-44","w":299},"*":{"d":"214,-203r0,40r-52,-3r0,-34xm48,-163r0,-40r53,3r0,34xm72,-245r35,-20r23,47r-28,17xm190,-245r-29,44r-29,-17r23,-47xm190,-122r-35,20r-23,-47r29,-17xm72,-122r30,-44r28,17r-23,47","w":262},"@":{"d":"211,-122v-2,-18,-12,-28,-28,-28v-24,0,-46,33,-46,72v0,20,8,30,23,30v33,2,45,-42,51,-74xm346,-134v0,59,-41,115,-103,116v-25,0,-38,-9,-39,-28v-27,47,-110,34,-110,-33v0,-75,80,-133,127,-78r9,-16r36,0r-28,113v0,7,3,10,11,10v32,0,61,-39,61,-84v0,-55,-45,-95,-114,-95v-84,0,-145,61,-145,136v0,115,155,149,236,84r17,24v-100,84,-290,33,-290,-106v0,-101,85,-171,183,-171v84,0,149,52,149,128","w":360},"b":{"d":"93,-151v8,-27,33,-34,83,-34v100,0,97,41,97,126v0,46,-29,62,-98,62v-54,0,-79,-8,-82,-36r0,33r-67,0r0,-262r67,0r0,111xm91,-79v0,34,38,31,73,31v40,0,42,-18,42,-54v0,-34,-36,-32,-72,-32v-42,0,-43,18,-43,55","w":291},"\\":{"d":"-19,-265r40,0r139,298r-40,0","w":131},"|":{"d":"69,-275r42,0r0,360r-42,0r0,-360","w":180},"{":{"d":"71,-202v-3,-54,33,-59,86,-58r0,43v-76,-14,3,121,-73,124v46,4,37,47,37,92v0,27,11,35,36,31r0,43v-53,1,-86,-4,-86,-58v0,-44,8,-95,-44,-87r0,-42v50,8,47,-42,44,-88","w":180},"}":{"d":"109,15v3,54,-32,60,-86,58r0,-43v76,19,-2,-121,74,-123v-45,-4,-37,-47,-37,-92v0,-28,-10,-33,-37,-32r0,-43v53,-1,86,4,86,58v0,45,-8,96,45,88r0,42v-51,-9,-48,41,-45,87","w":180},"[":{"d":"148,-261r0,61r-43,0r0,138r43,0r0,62r-115,0r0,-261r115,0","w":168},"]":{"d":"28,-261r115,0r0,261r-115,0r0,-62r43,0r0,-138r-43,0r0,-61","w":168},"c":{"d":"172,3v-75,0,-153,4,-153,-69v0,-78,-2,-122,89,-122v79,0,171,0,150,79v-20,-1,-45,2,-63,-1v4,-32,-37,-28,-69,-28v-41,0,-40,22,-40,58v0,34,34,33,69,32v30,0,41,-4,41,-30r66,0v3,60,-21,81,-90,81","w":280},":":{"d":"126,0r-76,0r0,-74r76,0r0,74xm126,-111r-76,0r0,-74r76,0r0,74","w":175},",":{"d":"69,0r-19,0r0,-74r76,0v2,78,13,157,-87,138r0,-42v20,1,32,-4,30,-22","w":175},"d":{"d":"199,-151r0,-111r67,0r0,262r-67,0r0,-33v-3,28,-28,36,-82,36v-69,0,-98,-16,-98,-62v0,-84,-4,-126,97,-126v50,0,75,7,83,34xm128,-48v35,0,72,3,72,-31v0,-36,1,-55,-42,-55v-35,0,-77,-2,-72,32v-2,36,2,54,42,54","w":291},"$":{"d":"156,-207v-27,1,-68,-7,-67,21v1,26,43,18,67,23r0,-44xm194,-57v27,-1,67,6,64,-23v3,-26,-40,-21,-64,-25r0,48xm156,0v-85,2,-144,0,-135,-88r70,0v-10,36,31,31,65,31r0,-51v-64,-8,-133,0,-133,-77v0,-76,57,-78,133,-76r0,-30r38,0r0,30v71,-5,130,7,126,72v-22,-1,-49,2,-69,-1v4,-22,-34,-16,-57,-17r0,47v67,3,133,11,133,80v0,75,-57,85,-133,80r0,37r-38,0r0,-37"},"e":{"d":"86,-118v30,2,72,2,102,0v4,-27,-36,-24,-65,-24v-26,0,-37,6,-37,24xm190,-62r62,0v9,70,-75,65,-147,65v-79,0,-86,-44,-86,-119v0,-69,72,-72,148,-72v73,0,93,40,86,112r-167,0v-9,35,30,35,67,35v23,0,33,-2,37,-21","w":272},"8":{"d":"252,-186v-2,-39,-76,-23,-114,-23v-24,0,-36,7,-36,24v2,39,76,23,114,23v24,0,36,-7,36,-24xm253,-82v0,-42,-77,-25,-117,-25v-24,0,-35,7,-35,26v1,41,77,24,116,24v24,0,36,-7,36,-25xm226,3v-88,0,-201,28,-201,-72v0,-39,11,-57,44,-64v-31,-4,-43,-25,-43,-64v0,-101,129,-68,215,-68v63,0,87,12,87,68v0,39,-12,60,-43,64v33,7,44,25,44,64v0,62,-28,72,-103,72"},"\u2026":{"d":"97,0r-74,0r0,-74r74,0r0,74xm217,0r-74,0r0,-74r74,0r0,74xm337,0r-74,0r0,-74r74,0r0,74","w":360},"\u2014":{"d":"0,-72r0,-44r360,0r0,44r-360,0","w":360},"\u2013":{"d":"180,-72r-180,0r0,-44r180,0r0,44","w":180},"=":{"d":"45,-167r210,0r0,41r-210,0r0,-41xm45,-88r210,0r0,40r-210,0r0,-40","w":299},"!":{"d":"125,0r-74,0r0,-74r74,0r0,74xm121,-106r-68,0r-2,-156r74,0","w":175},"f":{"d":"105,0r-66,0r0,-135r-33,0r0,-50r33,0v-8,-73,49,-81,124,-77r0,46v-32,-1,-64,-1,-58,31r62,0r0,50r-62,0r0,135","w":166},"5":{"d":"28,-81r73,0v-3,41,81,21,121,25v30,3,33,-13,33,-41v0,-15,-13,-20,-39,-20r-87,0v-14,0,-22,3,-25,13r-67,0r0,-158r282,0r0,60r-214,0r0,42v23,-26,88,-16,136,-17v81,-2,90,34,90,108v0,86,-109,72,-195,72v-83,1,-114,-19,-108,-84"},"4":{"d":"217,-113r0,-85r-135,85r135,0xm291,0r-74,0r0,-53r-199,0r0,-95r182,-114r91,0r0,149r41,0r0,60r-41,0r0,53"},"g":{"d":"199,-31v-8,14,-30,18,-69,18v-103,0,-108,-26,-108,-111v0,-45,29,-64,95,-64v46,0,72,9,82,31r0,-28r67,0r0,184v6,61,-79,66,-152,64v-67,-2,-93,-7,-92,-58r67,0v-1,21,48,12,72,14v31,2,42,-19,38,-50xm88,-111v0,51,25,50,70,50v39,0,44,-16,41,-51v4,-31,-37,-30,-70,-29v-31,0,-41,7,-41,30","w":290},"`":{"d":"128,-207r-34,0r-83,-50r70,0","w":180},">":{"d":"46,-213r207,85r0,41r-207,86r0,-45r151,-61r-151,-62r0,-44","w":299},"h":{"d":"93,0r-67,0r0,-262r67,0r0,106v31,-54,173,-41,173,36r0,120r-67,0v-9,-60,32,-133,-53,-133v-76,0,-48,73,-53,133","w":290},"-":{"d":"147,-127r0,67r-119,0r0,-67r119,0","w":177},"i":{"d":"95,0r-67,0r0,-185r67,0r0,185xm95,-207r-67,0r0,-55r67,0r0,55","w":122},"j":{"d":"97,10v6,50,-40,58,-92,51r0,-47v15,3,25,-1,25,-19r0,-180r67,0r0,195xm97,-207r-67,0r0,-55r67,0r0,55","w":123},"k":{"d":"94,-125r16,0r58,-60r87,0r-88,86r100,99r-84,0r-73,-74r-16,0r0,74r-67,0r0,-262r67,0r0,137","w":268},"l":{"d":"95,0r-67,0r0,-262r67,0r0,262","w":122},"<":{"d":"253,-213r0,44r-150,62r150,61r0,45r-207,-86r0,-41","w":299},"m":{"d":"93,0r-67,0r0,-184r67,0r0,28v23,-49,145,-40,153,11v13,-30,37,-42,77,-42v62,0,91,21,91,67r0,120r-67,0r0,-93v0,-29,-6,-40,-46,-40v-69,0,-40,77,-46,133r-67,0r0,-93v0,-29,-7,-40,-48,-40v-69,0,-42,77,-47,133","w":438},"\u00d7":{"d":"76,-213r77,77r77,-77r29,28r-78,78r78,77r-29,29r-77,-78r-77,78r-29,-29r78,-77r-78,-78","w":299},"n":{"d":"93,0r-67,0r0,-184r67,0r0,28v31,-54,173,-41,173,36r0,120r-67,0v-9,-60,32,-133,-53,-133v-77,0,-48,73,-53,133","w":290},"9":{"d":"326,-182r0,102v0,66,-36,83,-133,83v-83,0,-186,5,-167,-79r72,0v4,36,74,18,112,22v41,4,42,-24,40,-61v-16,26,-76,19,-120,20v-95,3,-100,-29,-100,-110v0,-80,118,-60,196,-60v69,0,100,25,100,83xm251,-180v0,-41,-73,-25,-111,-25v-24,0,-35,8,-35,26v0,41,72,25,110,25v24,0,36,-7,36,-26"},"#":{"d":"120,-258r44,0r-24,70r41,0r25,-70r44,0r-25,70r48,0r-15,40r-47,0r-14,40r48,0r-15,41r-48,0r-25,69r-44,0r25,-69r-42,0r-24,69r-44,0r24,-69r-48,0r15,-41r48,0r14,-40r-50,0r15,-40r49,0xm124,-148r-14,41r43,0r14,-41r-43,0","w":276},"o":{"d":"178,3v-77,0,-159,5,-159,-69v0,-79,0,-126,92,-122r67,0v90,-3,92,42,92,121v0,52,-28,70,-92,70xm86,-80v0,36,39,32,75,32v42,0,43,-19,43,-57v0,-36,-38,-33,-75,-33v-43,0,-43,20,-43,58","w":289},"1":{"d":"253,0r-76,0r0,-197r-89,61r-38,-55r115,-71r88,0r0,262"},"p":{"d":"164,-136v-46,0,-84,0,-73,53v-5,36,37,32,73,32v41,0,42,-18,42,-54v0,-24,-13,-31,-42,-31xm93,-33r0,96r-67,0r0,-248r67,0r0,34v3,-28,28,-37,82,-37v69,0,98,16,98,62r0,62v0,45,-30,64,-97,64v-50,0,-75,-6,-83,-33","w":291},"(":{"d":"152,-265r0,65v-26,-3,-45,-1,-45,27r0,88v-3,26,19,27,45,24r0,65v-72,5,-119,-10,-119,-80r0,-118v-4,-64,50,-76,119,-71","w":172},")":{"d":"23,-265v68,-4,122,6,119,71v-4,92,23,207,-82,198r-37,0r0,-65v25,3,45,1,45,-24r0,-88v2,-28,-19,-30,-45,-27r0,-65","w":172},"%":{"d":"318,-158v61,3,122,-14,122,58v0,53,4,106,-50,103v-60,-4,-122,16,-122,-56v0,-53,-4,-108,50,-105xm395,-88v0,-36,-25,-28,-55,-30v-31,-2,-26,25,-27,53v-2,36,25,27,54,29v29,2,28,-24,28,-52xm205,3r-34,0r88,-268r33,0xm74,-265v61,3,121,-14,121,58v0,53,4,106,-50,103v-60,-3,-122,15,-122,-56v0,-54,-3,-108,51,-105xm150,-195v0,-36,-24,-31,-54,-31v-31,0,-28,25,-28,54v0,35,25,27,54,29v29,2,28,-24,28,-52","w":463},".":{"d":"125,0r-74,0r0,-74r74,0r0,74","w":175},"+":{"d":"129,-215r42,0r0,87r84,0r0,41r-84,0r0,87r-42,0r0,-87r-84,0r0,-41r84,0r0,-87","w":299},"q":{"d":"200,-105v0,-34,-37,-31,-72,-31v-40,0,-42,18,-42,54v0,34,37,31,72,31v43,0,42,-18,42,-54xm199,-33v-8,27,-33,33,-83,33v-98,0,-97,-42,-97,-126v0,-46,29,-62,98,-62v54,0,79,9,82,37r0,-34r67,0r0,248r-67,0r0,-96","w":291},"?":{"d":"168,0r-73,0r0,-69r73,0r0,69xm165,-89r-67,0v-4,-36,4,-62,33,-68v27,-6,74,-1,77,-32v3,-29,-53,-22,-85,-23v-33,-1,-42,10,-41,42r-65,0v-10,-70,17,-97,106,-95r58,0v86,0,93,25,93,96v0,47,-47,53,-90,59v-15,2,-20,7,-19,21","w":290},"\"":{"d":"13,-253r39,0r0,99r-39,0r0,-99xm73,-253r39,0r0,99r-39,0r0,-99","w":125},"\u201c":{"d":"232,-191r0,70r-76,0v-1,-79,-15,-163,87,-143r0,41v-26,-2,-34,7,-31,32r20,0xm126,-191r0,70r-76,0v-1,-79,-15,-163,87,-143r0,41v-26,-2,-34,7,-31,32r20,0","w":282},"\u201d":{"d":"50,-192r0,-70r76,0v1,79,15,163,-87,143r0,-40v26,2,33,-8,30,-33r-19,0xm156,-192r0,-70r76,0v1,79,15,163,-87,143r0,-40v26,2,33,-8,30,-33r-19,0","w":282},"\u2018":{"d":"126,-191r0,70r-76,0v3,-68,-19,-152,63,-144v7,0,15,0,24,1r0,40v-27,-2,-33,8,-30,33r19,0","w":175},"\u2019":{"d":"50,-192r0,-70r76,0v1,79,15,163,-87,143r0,-40v26,2,33,-8,30,-33r-19,0","w":175},"'":{"d":"13,-253r39,0r0,99r-39,0r0,-99","w":65},"r":{"d":"95,-150v14,-27,33,-38,67,-38v58,0,74,29,71,90r-59,0v1,-24,-11,-35,-37,-35v-66,-2,-35,79,-42,133r-67,0r0,-185r67,0r0,35","w":236},"s":{"d":"16,-59v23,1,50,-2,71,1v-1,24,57,17,85,17v19,0,26,-4,26,-15v0,-25,-65,-13,-93,-15v-60,-4,-88,-12,-88,-57v0,-71,93,-60,166,-60v48,0,71,18,71,55r-66,0v-7,-15,-54,-10,-80,-11v-16,0,-24,3,-24,12v0,10,9,12,31,12v65,3,157,-10,150,60v8,73,-79,63,-151,63v-69,0,-97,-11,-98,-62","w":280},";":{"d":"69,0r-19,0r0,-74r76,0v2,78,13,157,-87,138r0,-42v20,1,32,-4,30,-22xm126,-111r-76,0r0,-74r76,0r0,74","w":175},"7":{"d":"159,0r-92,0r161,-196r-198,0r0,-66r294,0r0,62"},"6":{"d":"103,-81v0,40,73,24,111,24v24,0,35,-7,35,-25v0,-41,-72,-25,-110,-25v-24,0,-36,8,-36,26xm28,-79r0,-103v0,-66,35,-83,129,-83v83,0,180,-5,163,80r-70,0v-3,-37,-68,-20,-106,-23v-41,-4,-42,24,-40,61v16,-26,77,-18,121,-19v95,-2,100,29,100,110v0,79,-120,59,-197,59v-69,0,-100,-24,-100,-82"},"\/":{"d":"149,-265r-139,298r-40,0r139,-298r40,0","w":131},"t":{"d":"45,-137r-37,0r0,-48r37,0r0,-44r67,0r0,44r104,0r0,48r-104,0v4,34,-15,89,26,89v26,0,29,-12,28,-37r59,0v4,62,-21,88,-94,88v-99,0,-87,-58,-86,-140","w":236},"3":{"d":"241,3v-103,0,-241,33,-218,-98r73,0v-10,63,81,38,131,38v17,0,25,-6,25,-20v-1,-40,-71,-19,-109,-24r0,-60v35,-6,102,17,102,-21v0,-41,-78,-19,-116,-23v-23,-3,-31,8,-30,32r-74,0v-7,-66,22,-94,97,-92v75,2,199,-20,199,55v0,44,3,74,-41,78v49,5,48,29,48,76v0,41,-28,59,-87,59"},"\u2122":{"d":"33,-257r88,0r0,22r-28,0r0,74r-31,0r0,-74r-29,0r0,-22xm140,-257r39,0r20,53r20,-53r39,0r0,96r-27,0r0,-68r-26,68r-11,0r-27,-68r0,68r-27,0r0,-96","w":299},"2":{"d":"329,0r-303,0r0,-92v1,-68,120,-54,187,-63v33,-4,40,-7,38,-33v-3,-27,-72,-15,-104,-17v-34,-2,-47,9,-46,39r-75,0v-4,-75,20,-101,104,-99v80,2,196,-17,196,63v0,59,-3,98,-62,102r-141,12v-18,1,-23,11,-23,29r229,0r0,59"},"u":{"d":"198,-185r66,0r0,185r-66,0r0,-28v-17,26,-43,31,-84,31v-62,0,-90,-22,-90,-70r0,-118r66,0v9,59,-31,134,51,134v81,0,52,-71,57,-134","w":290},"_":{"d":"0,43r180,0r0,42r-180,0r0,-42","w":180},"v":{"d":"175,0r-84,0r-89,-185r75,0r55,130r58,-130r74,0","w":263},"w":{"d":"73,0r-70,-185r73,0r44,131r48,-131r60,0r46,131r47,-131r71,0r-72,185r-86,0r-37,-103r-38,103r-86,0","w":394},"x":{"d":"88,0r-84,0r75,-97r-73,-88r89,0r35,48r36,-48r85,0r-68,86r81,99r-87,0r-46,-61","w":263},"y":{"d":"110,-9r-25,0r-81,-176r73,0r52,120r53,-120r73,0r-93,199v-15,44,-48,54,-104,47r0,-44v27,4,48,-2,52,-26","w":255},"z":{"d":"219,0r-209,0r0,-47r112,-87r-106,0r0,-51r199,0r0,51r-106,84r110,0r0,50","w":227},"0":{"d":"247,-151v0,-61,-38,-49,-90,-53v-56,-4,-52,40,-52,93v0,60,38,53,90,53v58,0,52,-41,52,-93xm26,-164v-1,-80,27,-105,109,-101r81,0v80,-3,110,19,109,98r0,73v1,78,-29,97,-109,97v-102,0,-202,14,-190,-96r0,-71"},"\u00a0":{"w":175}}});

/* TinySlider */
var TINY={};function T$(i){return document.getElementById(i)}function T$$(e,p){return p.getElementsByTagName(e)}TINY.slider=function(){function slide(n,p){this.n=n;this.init(p)}slide.prototype.init=function(p){var s=T$(p.id),u=this.u=T$$('ul',s)[0],c=T$$('li',u),l=c.length,i=this.l=this.c=0;if(p.navid&&p.activeclass){this.g=T$$('li',T$(p.navid));this.s=p.activeclass}this.a=p.auto||0;this.p=p.resume||0;this.v=p.vertical||0;s.style.overflow='hidden';for(i;i<l;i++){if(c[i].parentNode==u){this.l++}}if(this.v){;u.style.top=0;this.h=p.height||c[0].offsetHeight;u.style.height=(this.l*this.h)+'px'}else{u.style.left=0;this.w=p.width||c[0].offsetWidth;u.style.width=(this.l*this.w)+'px'}this.pos(p.position||0,this.a?1:0)},slide.prototype.auto=function(){this.u.ai=setInterval(new Function(this.n+'.move(1,1)'),this.a*1000)},slide.prototype.move=function(d,a){var n=this.c+d,i=d==1?n==this.l?0:n:n<0?this.l-1:n;this.pos(i,a)},slide.prototype.pos=function(p,a){clearInterval(this.u.ai);clearInterval(this.u.si);var o=this.v?parseInt(this.u.style.top):parseInt(this.u.style.left),t=this.v?p*this.h:p*this.w,d=t>Math.abs(o)?1:-1;t=t*-1;this.c=p;if(this.g){for(var i=0;i<this.l;i++){this.g[i].className=i==p?this.s:''}}this.u.si=setInterval(new Function(this.n+'.slide('+t+','+d+','+a+')'),20)},slide.prototype.slide=function(t,d,a){var o=this.v?parseInt(this.u.style.top):parseInt(this.u.style.left);if(o==t){clearInterval(this.u.si);if(a||(this.a&&this.p)){this.auto()}}else{var v=o-Math.ceil(Math.abs(t-o)*.15)*d+'px';this.v?this.u.style.top=v:this.u.style.left=v}};return{slide:slide}}();

/* Runtime */
Cufon.replace('h1');
Cufon.replace('h2');
Cufon.replace('h3');
Cufon.replace('#intro a');
Cufon.replace('.area a');
Cufon.replace('#header li a');
