/*
 * Sizzle CSS Selector Engine - v1.0
 *  Copyright 2009, The Dojo Foundation
 *  Released under the MIT, BSD, and GPL Licenses.
 *  More information: http://sizzlejs.com/
 */
(function(){var p=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?/g,i=0,d=Object.prototype.toString,n=false;var b=function(D,t,A,v){A=A||[];var e=t=t||document;if(t.nodeType!==1&&t.nodeType!==9){return[]}if(!D||typeof D!=="string"){return A}var B=[],C,y,G,F,z,s,r=true,w=o(t);p.lastIndex=0;while((C=p.exec(D))!==null){B.push(C[1]);if(C[2]){s=RegExp.rightContext;break}}if(B.length>1&&j.exec(D)){if(B.length===2&&f.relative[B[0]]){y=g(B[0]+B[1],t)}else{y=f.relative[B[0]]?[t]:b(B.shift(),t);while(B.length){D=B.shift();if(f.relative[D]){D+=B.shift()}y=g(D,y)}}}else{if(!v&&B.length>1&&t.nodeType===9&&!w&&f.match.ID.test(B[0])&&!f.match.ID.test(B[B.length-1])){var H=b.find(B.shift(),t,w);t=H.expr?b.filter(H.expr,H.set)[0]:H.set[0]}if(t){var H=v?{expr:B.pop(),set:a(v)}:b.find(B.pop(),B.length===1&&(B[0]==="~"||B[0]==="+")&&t.parentNode?t.parentNode:t,w);y=H.expr?b.filter(H.expr,H.set):H.set;if(B.length>0){G=a(y)}else{r=false}while(B.length){var u=B.pop(),x=u;if(!f.relative[u]){u=""}else{x=B.pop()}if(x==null){x=t}f.relative[u](G,x,w)}}else{G=B=[]}}if(!G){G=y}if(!G){throw"Syntax error, unrecognized expression: "+(u||D)}if(d.call(G)==="[object Array]"){if(!r){A.push.apply(A,G)}else{if(t&&t.nodeType===1){for(var E=0;G[E]!=null;E++){if(G[E]&&(G[E]===true||G[E].nodeType===1&&h(t,G[E]))){A.push(y[E])}}}else{for(var E=0;G[E]!=null;E++){if(G[E]&&G[E].nodeType===1){A.push(y[E])}}}}}else{a(G,A)}if(s){b(s,e,A,v);b.uniqueSort(A)}return A};b.uniqueSort=function(r){if(c){n=false;r.sort(c);if(n){for(var e=1;e<r.length;e++){if(r[e]===r[e-1]){r.splice(e--,1)}}}}return r};b.matches=function(e,r){return b(e,null,null,r)};b.find=function(x,e,y){var w,u;if(!x){return[]}for(var t=0,s=f.order.length;t<s;t++){var v=f.order[t],u;if((u=f.match[v].exec(x))){var r=RegExp.leftContext;if(r.substr(r.length-1)!=="\\"){u[1]=(u[1]||"").replace(/\\/g,"");w=f.find[v](u,e,y);if(w!=null){x=x.replace(f.match[v],"");break}}}}if(!w){w=e.getElementsByTagName("*")}return{set:w,expr:x}};b.filter=function(A,z,D,t){var s=A,F=[],x=z,v,e,w=z&&z[0]&&o(z[0]);while(A&&z.length){for(var y in f.filter){if((v=f.match[y].exec(A))!=null){var r=f.filter[y],E,C;e=false;if(x==F){F=[]}if(f.preFilter[y]){v=f.preFilter[y](v,x,D,F,t,w);if(!v){e=E=true}else{if(v===true){continue}}}if(v){for(var u=0;(C=x[u])!=null;u++){if(C){E=r(C,v,u,x);var B=t^!!E;if(D&&E!=null){if(B){e=true}else{x[u]=false}}else{if(B){F.push(C);e=true}}}}}if(E!==undefined){if(!D){x=F}A=A.replace(f.match[y],"");if(!e){return[]}break}}}if(A==s){if(e==null){throw"Syntax error, unrecognized expression: "+A}else{break}}s=A}return x};var f=b.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\(\)]*)+)\2\))?/},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(e){return e.getAttribute("href")}},relative:{"+":function(x,e,w){var u=typeof e==="string",y=u&&!/\W/.test(e),v=u&&!y;if(y&&!w){e=e.toUpperCase()}for(var t=0,s=x.length,r;t<s;t++){if((r=x[t])){while((r=r.previousSibling)&&r.nodeType!==1){}x[t]=v||r&&r.nodeName===e?r||false:r===e}}if(v){b.filter(e,x,true)}},">":function(w,r,x){var u=typeof r==="string";if(u&&!/\W/.test(r)){r=x?r:r.toUpperCase();for(var s=0,e=w.length;s<e;s++){var v=w[s];if(v){var t=v.parentNode;w[s]=t.nodeName===r?t:false}}}else{for(var s=0,e=w.length;s<e;s++){var v=w[s];if(v){w[s]=u?v.parentNode:v.parentNode===r}}if(u){b.filter(r,w,true)}}},"":function(t,r,v){var s=i++,e=q;if(!/\W/.test(r)){var u=r=v?r:r.toUpperCase();e=m}e("parentNode",r,s,t,u,v)},"~":function(t,r,v){var s=i++,e=q;if(typeof r==="string"&&!/\W/.test(r)){var u=r=v?r:r.toUpperCase();e=m}e("previousSibling",r,s,t,u,v)}},find:{ID:function(r,s,t){if(typeof s.getElementById!=="undefined"&&!t){var e=s.getElementById(r[1]);return e?[e]:[]}},NAME:function(s,v,w){if(typeof v.getElementsByName!=="undefined"){var r=[],u=v.getElementsByName(s[1]);for(var t=0,e=u.length;t<e;t++){if(u[t].getAttribute("name")===s[1]){r.push(u[t])}}return r.length===0?null:r}},TAG:function(e,r){return r.getElementsByTagName(e[1])}},preFilter:{CLASS:function(t,r,s,e,w,x){t=" "+t[1].replace(/\\/g,"")+" ";if(x){return t}for(var u=0,v;(v=r[u])!=null;u++){if(v){if(w^(v.className&&(" "+v.className+" ").indexOf(t)>=0)){if(!s){e.push(v)}}else{if(s){r[u]=false}}}}return false},ID:function(e){return e[1].replace(/\\/g,"")},TAG:function(r,e){for(var s=0;e[s]===false;s++){}return e[s]&&o(e[s])?r[1]:r[1].toUpperCase()},CHILD:function(e){if(e[1]=="nth"){var r=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(e[2]=="even"&&"2n"||e[2]=="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(r[1]+(r[2]||1))-0;e[3]=r[3]-0}e[0]=i++;return e},ATTR:function(u,r,s,e,v,w){var t=u[1].replace(/\\/g,"");if(!w&&f.attrMap[t]){u[1]=f.attrMap[t]}if(u[2]==="~="){u[4]=" "+u[4]+" "}return u},PSEUDO:function(u,r,s,e,v){if(u[1]==="not"){if(p.exec(u[3]).length>1||/^\w/.test(u[3])){u[3]=b(u[3],null,null,r)}else{var t=b.filter(u[3],r,s,true^v);if(!s){e.push.apply(e,t)}return false}}else{if(f.match.POS.test(u[0])||f.match.CHILD.test(u[0])){return true}}return u},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){e.parentNode.selectedIndex;return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(s,r,e){return !!b(e[3],s).length},header:function(e){return/h\d/i.test(e.nodeName)},text:function(e){return"text"===e.type},radio:function(e){return"radio"===e.type},checkbox:function(e){return"checkbox"===e.type},file:function(e){return"file"===e.type},password:function(e){return"password"===e.type},submit:function(e){return"submit"===e.type},image:function(e){return"image"===e.type},reset:function(e){return"reset"===e.type},button:function(e){return"button"===e.type||e.nodeName.toUpperCase()==="BUTTON"},input:function(e){return/input|select|textarea|button/i.test(e.nodeName)}},setFilters:{first:function(r,e){return e===0},last:function(s,r,e,t){return r===t.length-1},even:function(r,e){return e%2===0},odd:function(r,e){return e%2===1},lt:function(s,r,e){return r<e[3]-0},gt:function(s,r,e){return r>e[3]-0},nth:function(s,r,e){return e[3]-0==r},eq:function(s,r,e){return e[3]-0==r}},filter:{PSEUDO:function(w,s,t,x){var r=s[1],u=f.filters[r];if(u){return u(w,t,s,x)}else{if(r==="contains"){return(w.textContent||w.innerText||"").indexOf(s[3])>=0}else{if(r==="not"){var v=s[3];for(var t=0,e=v.length;t<e;t++){if(v[t]===w){return false}}return true}}}},CHILD:function(e,t){var w=t[1],r=e;switch(w){case"only":case"first":while((r=r.previousSibling)){if(r.nodeType===1){return false}}if(w=="first"){return true}r=e;case"last":while((r=r.nextSibling)){if(r.nodeType===1){return false}}return true;case"nth":var s=t[2],z=t[3];if(s==1&&z==0){return true}var v=t[0],y=e.parentNode;if(y&&(y.sizcache!==v||!e.nodeIndex)){var u=0;for(r=y.firstChild;r;r=r.nextSibling){if(r.nodeType===1){r.nodeIndex=++u}}y.sizcache=v}var x=e.nodeIndex-z;if(s==0){return x==0}else{return(x%s==0&&x/s>=0)}}},ID:function(r,e){return r.nodeType===1&&r.getAttribute("id")===e},TAG:function(r,e){return(e==="*"&&r.nodeType===1)||r.nodeName===e},CLASS:function(r,e){return(" "+(r.className||r.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(v,t){var s=t[1],e=f.attrHandle[s]?f.attrHandle[s](v):v[s]!=null?v[s]:v.getAttribute(s),w=e+"",u=t[2],r=t[4];return e==null?u==="!=":u==="="?w===r:u==="*="?w.indexOf(r)>=0:u==="~="?(" "+w+" ").indexOf(r)>=0:!r?w&&e!==false:u==="!="?w!=r:u==="^="?w.indexOf(r)===0:u==="$="?w.substr(w.length-r.length)===r:u==="|="?w===r||w.substr(0,r.length+1)===r+"-":false},POS:function(u,r,s,v){var e=r[2],t=f.setFilters[e];if(t){return t(u,s,r,v)}}}};var j=f.match.POS;for(var l in f.match){f.match[l]=new RegExp(f.match[l].source+/(?![^\[]*\])(?![^\(]*\))/.source)}var a=function(r,e){r=Array.prototype.slice.call(r,0);if(e){e.push.apply(e,r);return e}return r};try{Array.prototype.slice.call(document.documentElement.childNodes,0)}catch(k){a=function(u,t){var r=t||[];if(d.call(u)==="[object Array]"){Array.prototype.push.apply(r,u)}else{if(typeof u.length==="number"){for(var s=0,e=u.length;s<e;s++){r.push(u[s])}}else{for(var s=0;u[s];s++){r.push(u[s])}}}return r}}var c;if(document.documentElement.compareDocumentPosition){c=function(r,e){if(!r.compareDocumentPosition||!e.compareDocumentPosition){if(r==e){n=true}return 0}var s=r.compareDocumentPosition(e)&4?-1:r===e?0:1;if(s===0){n=true}return s}}else{if("sourceIndex" in document.documentElement){c=function(r,e){if(!r.sourceIndex||!e.sourceIndex){if(r==e){n=true}return 0}var s=r.sourceIndex-e.sourceIndex;if(s===0){n=true}return s}}else{if(document.createRange){c=function(t,r){if(!t.ownerDocument||!r.ownerDocument){if(t==r){n=true}return 0}var s=t.ownerDocument.createRange(),e=r.ownerDocument.createRange();s.selectNode(t);s.collapse(true);e.selectNode(r);e.collapse(true);var u=s.compareBoundaryPoints(Range.START_TO_END,e);if(u===0){n=true}return u}}}}(function(){var r=document.createElement("div"),s="script"+(new Date).getTime();r.innerHTML="<a name='"+s+"'/>";var e=document.documentElement;e.insertBefore(r,e.firstChild);if(!!document.getElementById(s)){f.find.ID=function(u,v,w){if(typeof v.getElementById!=="undefined"&&!w){var t=v.getElementById(u[1]);return t?t.id===u[1]||typeof t.getAttributeNode!=="undefined"&&t.getAttributeNode("id").nodeValue===u[1]?[t]:undefined:[]}};f.filter.ID=function(v,t){var u=typeof v.getAttributeNode!=="undefined"&&v.getAttributeNode("id");return v.nodeType===1&&u&&u.nodeValue===t}}e.removeChild(r);e=r=null})();(function(){var e=document.createElement("div");e.appendChild(document.createComment(""));if(e.getElementsByTagName("*").length>0){f.find.TAG=function(r,v){var u=v.getElementsByTagName(r[1]);if(r[1]==="*"){var t=[];for(var s=0;u[s];s++){if(u[s].nodeType===1){t.push(u[s])}}u=t}return u}}e.innerHTML="<a href='#'></a>";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){f.attrHandle.href=function(r){return r.getAttribute("href",2)}}e=null})();if(document.querySelectorAll){(function(){var e=b,s=document.createElement("div");s.innerHTML="<p class='TEST'></p>";if(s.querySelectorAll&&s.querySelectorAll(".TEST").length===0){return}b=function(w,v,t,u){v=v||document;if(!u&&v.nodeType===9&&!o(v)){try{return a(v.querySelectorAll(w),t)}catch(x){}}return e(w,v,t,u)};for(var r in e){b[r]=e[r]}s=null})()}if(document.getElementsByClassName&&document.documentElement.getElementsByClassName){(function(){var e=document.createElement("div");e.innerHTML="<div class='test e'></div><div class='test'></div>";if(e.getElementsByClassName("e").length===0){return}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return}f.order.splice(1,0,"CLASS");f.find.CLASS=function(r,s,t){if(typeof s.getElementsByClassName!=="undefined"&&!t){return s.getElementsByClassName(r[1])}};e=null})()}function m(r,w,v,A,x,z){var y=r=="previousSibling"&&!z;for(var t=0,s=A.length;t<s;t++){var e=A[t];if(e){if(y&&e.nodeType===1){e.sizcache=v;e.sizset=t}e=e[r];var u=false;while(e){if(e.sizcache===v){u=A[e.sizset];break}if(e.nodeType===1&&!z){e.sizcache=v;e.sizset=t}if(e.nodeName===w){u=e;break}e=e[r]}A[t]=u}}}function q(r,w,v,A,x,z){var y=r=="previousSibling"&&!z;for(var t=0,s=A.length;t<s;t++){var e=A[t];if(e){if(y&&e.nodeType===1){e.sizcache=v;e.sizset=t}e=e[r];var u=false;while(e){if(e.sizcache===v){u=A[e.sizset];break}if(e.nodeType===1){if(!z){e.sizcache=v;e.sizset=t}if(typeof w!=="string"){if(e===w){u=true;break}}else{if(b.filter(w,[e]).length>0){u=e;break}}}e=e[r]}A[t]=u}}}var h=document.compareDocumentPosition?function(r,e){return r.compareDocumentPosition(e)&16}:function(r,e){return r!==e&&(r.contains?r.contains(e):true)};var o=function(e){return e.nodeType===9&&e.documentElement.nodeName!=="HTML"||!!e.ownerDocument&&e.ownerDocument.documentElement.nodeName!=="HTML"};var g=function(e,x){var t=[],u="",v,s=x.nodeType?[x]:x;while((v=f.match.PSEUDO.exec(e))){u+=v[0];e=e.replace(f.match.PSEUDO,"")}e=f.relative[e]?e+"*":e;for(var w=0,r=s.length;w<r;w++){b(e,s[w],t)}return b.filter(u,t)};window.Sizzle=b})();var Cufon=(function(){var P=function(){return P.replace.apply(null,arguments)};var D=P.DOM={ready:(function(){var c=false,a={loaded:1,complete:1};var d=[],b=function(){if(c){return}c=true;for(var e;e=d.shift();e()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",b,false);window.addEventListener("pageshow",b,false)}if(!window.opera&&document.readyState){(function(){a[document.readyState]?b():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");b()}catch(e){setTimeout(arguments.callee,1)}})()}K(window,"load",b);return function(e){if(!arguments.length){b()}else{c?e():d.push(e)}}})(),root:function(){return document.documentElement||document.body}};var O=P.CSS={Size:function(a,b){this.value=parseFloat(a);this.unit=String(a).match(/[a-z%]*$/)[0]||"px";this.convert=function(c){return c/b*this.value};this.convertFrom=function(c){return c/this.value*b};this.toString=function(){return this.value+this.unit}},addClass:function(b,c){var a=b.className;b.className=a+(a&&" ")+c;return b},color:S(function(a){var b={};b.color=a.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(d,e,c){b.opacity=parseFloat(c);return"rgb("+e+")"});return b}),fontStretch:S(function(a){if(typeof a=="number"){return a}if(/%$/.test(a)){return parseFloat(a)/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}[a]||1}),getStyle:function(a){var b=document.defaultView;if(b&&b.getComputedStyle){return new ab(b.getComputedStyle(a,null))}if(a.currentStyle){return new ab(a.currentStyle)}return new ab(a.style)},gradient:S(function(b){var a={id:b,type:b.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},e=b.substr(b.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var c=0,f=e.length,d;c<f;++c){d=e[c].split("=",2).reverse();a.stops.push([d[1]||c/(f-1),d[0]])}return a}),quotedList:S(function(a){var b=[],c=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,d;while(d=c.exec(a)){b.push(d[3]||d[1])}return b}),recognizesMedia:S(function(a){var c=document.createElement("style"),d,e,f;c.type="text/css";c.media=a;try{c.appendChild(document.createTextNode("/**/"))}catch(b){}e=V("head")[0];e.insertBefore(c,e.firstChild);d=(c.sheet||c.styleSheet);f=d&&!d.disabled;e.removeChild(c);return f}),removeClass:function(a,b){var c=RegExp("(?:^|\\s+)"+b+"(?=\\s|$)","g");a.className=a.className.replace(c,"");return a},supports:function(a,b){var c=document.createElement("span").style;if(c[a]===undefined){return false}c[a]=b;return c[a]===b},textAlign:function(a,b,d,c){if(b.get("textAlign")=="right"){if(d>0){a=" "+a}}else{if(d<c-1){a+=" "}}return a},textShadow:S(function(b){if(b=="none"){return null}var c=[],a={},f,e=0;var d=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(f=d.exec(b)){if(f[0]==","){c.push(a);a={};e=0}else{if(f[1]){a.color=f[1]}else{a[["offX","offY","blur"][e++]]=f[2]}}}c.push(a);return c}),textTransform:(function(){var a={uppercase:function(b){return b.toUpperCase()},lowercase:function(b){return b.toLowerCase()},capitalize:function(b){return b.replace(/\b./g,function(c){return c.toUpperCase()})}};return function(b,c){var d=a[c.get("textTransform")];return d?d(b):b}})(),whiteSpace:(function(){var a={inline:1,"inline-block":1,"run-in":1};var b=/^\s+/,c=/\s+$/;return function(d,f,e,g){if(g){if(g.nodeName.toLowerCase()=="br"){d=d.replace(b,"")}}if(a[f.get("display")]){return d}if(!e.previousSibling){d=d.replace(b,"")}if(!e.nextSibling){d=d.replace(c,"")}return d}})()};O.ready=(function(){var c=!O.recognizesMedia("all"),i=false;var a=[],f=function(){c=true;for(var j;j=a.shift();j()){}};var e=V("link"),d=V("style");function b(j){return j.disabled||g(j.sheet,j.media||"screen")}function g(p,m){if(!O.recognizesMedia(m||"all")){return true}if(!p||p.disabled){return false}try{var l=p.cssRules,n;if(l){search:for(var j=0,k=l.length;n=l[j],j<k;++j){switch(n.type){case 2:break;case 3:if(!g(n.styleSheet,n.media.mediaText)){return false}break;default:break search}}}}catch(o){}return true}function h(){if(document.createStyleSheet){return true}var j,k;for(k=0;j=e[k];++k){if(j.rel.toLowerCase()=="stylesheet"&&!b(j)){return false}}for(k=0;j=d[k];++k){if(!b(j)){return false}}return true}D.ready(function(){if(!i){i=O.getStyle(document.body).isUsable()}if(c||(i&&h())){f()}else{setTimeout(arguments.callee,10)}});return function(j){if(c){j()}else{a.push(j)}}})();function I(a){var b=this.face=a.face,c={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=a.glyphs;this.w=a.w;this.baseSize=parseInt(b["units-per-em"],10);this.family=b["font-family"].toLowerCase();this.weight=b["font-weight"];this.style=b["font-style"]||"normal";this.viewBox=(function(){var d=b.bbox.split(/\s+/);var e={minX:parseInt(d[0],10),minY:parseInt(d[1],10),maxX:parseInt(d[2],10),maxY:parseInt(d[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(b.ascent,10);this.descent=-parseInt(b.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(h,f,o){var e=this.glyphs,g,i,m,d=[],n=0,j=-1,k=-1,l;while(l=h[++j]){g=e[l]||this.missingGlyph;if(!g){continue}if(i){n-=m=i[l]||0;d[k]-=m}n+=d[++k]=~~(g.w||this.w)+f+(c[l]?o:0);i=g.k}d.total=n;return d}}function W(){var a={},b={oblique:"italic",italic:"oblique"};this.add=function(c){(a[c.style]||(a[c.style]={}))[c.weight]=c};this.get=function(f,e){var g=a[f]||a[b[f]]||a.normal||a.italic||a.oblique;if(!g){return null}e={normal:400,bold:700}[e]||parseInt(e,10);if(g[e]){return g[e]}var i={1:1,99:0}[e%100],c=[],h,j;if(i===undefined){i=e>400}if(e==500){e=400}for(var d in g){if(!R(g,d)){continue}d=parseInt(d,10);if(!h||d<h){h=d}if(!j||d>j){j=d}c.push(d)}if(e<h){e=h}if(e>j){e=j}c.sort(function(l,k){return(i?(l>=e&&k>=e)?l<k:l>k:(l<=e&&k<=e)?l>k:l<k)?-1:1});return g[c[0]]}}function J(){function b(f,e){if(f.contains){return f.contains(e)}return f.compareDocumentPosition(e)&16}function d(e){var f=e.relatedTarget;if(!f||b(this,f)){return}c(this,e.type=="mouseover")}function a(e){c(this,e.type=="mouseenter")}function c(f,e){setTimeout(function(){var g=Y.get(f).options;P.replace(f,e?U(g,g.hover):g,true)},10)}this.attach=function(e){if(e.onmouseenter===undefined){K(e,"mouseover",d);K(e,"mouseout",d)}else{K(e,"mouseenter",a);K(e,"mouseleave",a)}}}function G(){var b=[],a={};function c(d){var g=[],e;for(var f=0;e=d[f];++f){g[f]=b[a[e]]}return g}this.add=function(d,e){a[d]=b.push(e)-1};this.repeat=function(){var f=arguments.length?c(arguments):b,e;for(var d=0;e=f[d++];){P.replace(e[0],e[1],true)}}}function M(){var a={},c=0;function b(d){return d.cufid||(d.cufid=++c)}this.get=function(e){var d=b(e);return a[d]||(a[d]={})}}function ab(c){var a={},b={};this.extend=function(e){for(var d in e){if(R(e,d)){a[d]=e[d]}}return this};this.get=function(d){return a[d]!=undefined?a[d]:c[d]};this.getSize=function(d,e){return b[d]||(b[d]=new O.Size(this.get(d),e))};this.isUsable=function(){return !!c}}function K(b,c,a){if(b.addEventListener){b.addEventListener(c,a,false)}else{if(b.attachEvent){b.attachEvent("on"+c,function(){return a.call(b,window.event)})}}}function F(b,c){var a=Y.get(b);if(a.options){return b}if(c.hover&&c.hoverables[b.nodeName.toLowerCase()]){aa.attach(b)}a.options=c;return b}function S(b){var a={};return function(c){if(!R(a,c)){a[c]=b.apply(null,arguments)}return a[c]}}function Z(a,b){var e=O.quotedList(b.get("fontFamily").toLowerCase()),c;for(var d=0;c=e[d];++d){if(T[c]){return T[c].get(b.get("fontStyle"),b.get("fontWeight"))}}return null}function V(a){return document.getElementsByTagName(a)}function R(a,b){return a.hasOwnProperty(b)}function U(){var d={},e,a;for(var b=0,c=arguments.length;e=arguments[b],b<c;++b){for(a in e){if(R(e,a)){d[a]=e[a]}}}return d}function N(m,e,b,d,l,a){var g=document.createDocumentFragment(),j;if(e===""){return g}var f=d.separate;var i=e.split(L[f]),c=(f=="words");if(c&&H){if(/^\s/.test(e)){i.unshift("")}if(/\s$/.test(e)){i.push("")}}for(var h=0,k=i.length;h<k;++h){j=B[d.engine](m,c?O.textAlign(i[h],b,h,k):i[h],b,d,l,a,h<k-1);if(j){g.appendChild(j)}}return g}function Q(a,d){var b=a.nodeName.toLowerCase();if(d.ignore[b]){return}var l=!d.textless[b];var c=O.getStyle(F(a,d)).extend(d);var k=Z(a,c),j,f,h,i,e,g;if(!k){return}for(j=a.firstChild;j;j=h){f=j.nodeType;h=j.nextSibling;if(l&&f==3){if(i){i.appendData(j.data);a.removeChild(j)}else{i=j}if(h){continue}}if(i){a.replaceChild(N(k,O.whiteSpace(i.data,c,i,g),c,d,j,a),i);i=null}if(f==1){if(j.firstChild){if(j.nodeName.toLowerCase()=="cufon"){B[d.engine](k,null,c,d,j,a)}else{arguments.callee(j,d)}}g=j}}}var H=" ".split(/\s+/).length==0;var Y=new M();var aa=new J();var C=new G();var X=false;var B={},T={},E={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(a){return jQuery(a)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(a){return $$(a)})||(window.$&&function(a){return $(a)})||(document.querySelectorAll&&function(a){return document.querySelectorAll(a)})||V),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var L={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};P.now=function(){D.ready();return P};P.refresh=function(){C.repeat.apply(C,arguments);return P};P.registerEngine=function(a,b){if(!b){return P}B[a]=b;return P.set("engine",a)};P.registerFont=function(a){if(!a){return P}var c=new I(a),b=c.family;if(!T[b]){T[b]=new W()}T[b].add(c);return P.set("fontFamily",'"'+b+'"')};P.replace=function(a,b,c){b=U(E,b);if(!b.engine){return P}if(!X){O.addClass(D.root(),"cufon-active cufon-loading");O.ready(function(){O.addClass(O.removeClass(D.root(),"cufon-loading"),"cufon-ready")});X=true}if(b.hover){b.forceHitArea=true}if(b.autoDetect){delete b.fontFamily}if(typeof b.textShadow=="string"){b.textShadow=O.textShadow(b.textShadow)}if(typeof b.color=="string"&&/^-/.test(b.color)){b.textGradient=O.gradient(b.color)}else{delete b.textGradient}if(!c){C.add(a,arguments)}if(a.nodeType||typeof a=="string"){a=[a]}O.ready(function(){for(var e=0,f=a.length;e<f;++e){var d=a[e];if(typeof d=="string"){P.replace(b.selector(d),b,true)}else{Q(d,b)}}});return P};P.set=function(b,a){E[b]=a;return P};return P})();Cufon.registerEngine("canvas",(function(){var g=document.createElement("canvas");if(!g||!g.getContext||!g.getContext.apply){return}g=null;var h=Cufon.CSS.supports("display","inline-block");var j=!h&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var i=document.createElement("style");i.type="text/css";i.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(j?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(h?"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(i);function k(a,r){var c=0,d=0;var s=[],b=/([mrvxe])([^a-z]*)/g,f;generate:for(var q=0;f=b.exec(a);++q){var e=f[2].split(",");switch(f[1]){case"v":s[q]={m:"bezierCurveTo",a:[c+~~e[0],d+~~e[1],c+~~e[2],d+~~e[3],c+=~~e[4],d+=~~e[5]]};break;case"r":s[q]={m:"lineTo",a:[c+=~~e[0],d+=~~e[1]]};break;case"m":s[q]={m:"moveTo",a:[c=~~e[0],d=~~e[1]]};break;case"x":s[q]={m:"closePath"};break;case"e":break generate}r[s[q].m].apply(r,s[q].a)}return s}function l(a,b){for(var c=0,d=a.length;c<d;++c){var e=a[c];b[e.m].apply(b,e.a)}}return function(e,aw,ad,az,aq,d){var aH=(aw===null);if(aH){aw=aq.getAttribute("alt")}var at=e.viewBox;var aG=ad.getSize("fontSize",e.baseSize);var ar=0,ae=0,af=0,ay=0;var av=az.textShadow,ah=[];if(av){for(var f=av.length;f--;){var an=av[f];var ai=aG.convertFrom(parseFloat(an.offX));var ak=aG.convertFrom(parseFloat(an.offY));ah[f]=[ai,ak];if(ak<ar){ar=ak}if(ai>ae){ae=ai}if(ak>af){af=ak}if(ai<ay){ay=ai}}}var a=Cufon.CSS.textTransform(aw,ad).split("");var ao=e.spacing(a,~~aG.convertFrom(parseFloat(ad.get("letterSpacing"))||0),~~aG.convertFrom(parseFloat(ad.get("wordSpacing"))||0));if(!ao.length){return null}var aJ=ao.total;ae+=at.width-ao[ao.length-1];ay+=at.minX;var aA,aF;if(aH){aA=aq;aF=aq.firstChild}else{aA=document.createElement("cufon");aA.className="cufon cufon-canvas";aA.setAttribute("alt",aw);aF=document.createElement("canvas");aA.appendChild(aF);if(az.printable){var y=document.createElement("cufontext");y.appendChild(document.createTextNode(aw));aA.appendChild(y)}}var au=aA.style;var al=aF.style;var aI=aG.convert(at.height);var b=Math.ceil(aI);var ag=b/aI;var am=ag*Cufon.CSS.fontStretch(ad.get("fontStretch"));var aj=aJ*am;var ac=Math.ceil(aG.convert(aj+ae-ay));var aE=Math.ceil(aG.convert(at.height-ar+af));aF.width=ac;aF.height=aE;al.width=ac+"px";al.height=aE+"px";ar+=at.minY;al.top=Math.round(aG.convert(ar-e.ascent))+"px";al.left=Math.round(aG.convert(ay))+"px";var aB=Math.max(Math.ceil(aG.convert(aj)),0)+"px";if(h){au.width=aB;au.height=aG.convert(e.height)+"px"}else{au.paddingLeft=aB;au.paddingBottom=(aG.convert(e.height)-1)+"px"}var c=aF.getContext("2d"),ap=aI/at.height;c.scale(ap,ap*ag);c.translate(-ay,-ar);c.save();function x(){var m=e.glyphs,p,n=-1,o=-1,q;c.scale(am,1);while(q=a[++n]){var p=m[a[n]]||e.missingGlyph;if(!p){continue}if(p.d){c.beginPath();if(p.code){l(p.code,c)}else{p.code=k("m"+p.d,c)}c.fill()}c.translate(ao[++o],0)}c.restore()}if(av){for(var f=av.length;f--;){var an=av[f];c.save();c.fillStyle=an.color;c.translate.apply(c,ah[f]);x()}}var aC=az.textGradient;if(aC){var ax=aC.stops,aD=c.createLinearGradient(0,at.minY,0,at.maxY);for(var f=0,ab=ax.length;f<ab;++f){aD.addColorStop.apply(aD,ax[f])}c.fillStyle=aD}else{c.fillStyle=ad.get("color")}x();return aA}})());Cufon.registerEngine("vml",(function(){var n=document.namespaces;if(!n){return}n.add("cvml","urn:schemas-microsoft-com:vml");n=null;var i=document.createElement("cvml:shape");i.style.behavior="url(#default#VML)";if(!i.coordsize){return}i=null;var k=(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:'+(k?"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 p(b,a){return j(b,/(?:em|ex|%)$|^[a-z-]+$/i.test(a)?"1em":a)}function j(b,a){if(a==="0"){return 0}if(/px$/i.test(a)){return parseFloat(a)}var c=b.style.left,d=b.runtimeStyle.left;b.runtimeStyle.left=b.currentStyle.left;b.style.left=a.replace("%","em");var e=b.style.pixelLeft;b.style.left=c;b.runtimeStyle.left=d;return e}function m(b,c,d,f){var e="computed"+f,a=c[e];if(isNaN(a)){a=c.get(f);c[e]=a=(a=="normal")?0:~~d.convertFrom(j(b,a))}return a}var l={};function o(e){var d=e.id;if(!l[d]){var g=e.stops,f=document.createElement("cvml:fill"),c=[];f.type="gradient";f.angle=180;f.focus="0";f.method="sigma";f.color=g[0][1];for(var a=1,b=g.length-1;a<b;++a){c.push(g[a][0]*100+"% "+g[a][1])}f.colors=c.join(",");f.color2=g[b][1];l[d]=f}return l[d]}return function(aH,ax,b,aF,aq,aE,d){var aX=(ax===null);if(aX){ax=aq.alt}var at=aH.viewBox;var aV=b.computedFontSize||(b.computedFontSize=new Cufon.CSS.Size(p(aE,b.get("fontSize"))+"px",aH.baseSize));var aM,aU;if(aX){aM=aq;aU=aq.firstChild}else{aM=document.createElement("cufon");aM.className="cufon cufon-vml";aM.alt=ax;aU=document.createElement("cufoncanvas");aM.appendChild(aU);if(aF.printable){var a=document.createElement("cufontext");a.appendChild(document.createTextNode(ax));aM.appendChild(a)}if(!d){aM.appendChild(document.createElement("cvml:shape"))}}var au=aM.style;var aj=aU.style;var aZ=aV.convert(at.height),aB=Math.ceil(aZ);var e=aB/aZ;var al=e*Cufon.CSS.fontStretch(b.get("fontStretch"));var f=at.minX,g=at.minY;aj.height=aB;aj.top=Math.round(aV.convert(g-aH.ascent));aj.left=Math.round(aV.convert(f));au.height=aV.convert(aH.height)+"px";var az=b.get("color");var ay=Cufon.CSS.textTransform(ax,b).split("");var ap=aH.spacing(ay,m(aE,b,aV,"letterSpacing"),m(aE,b,aV,"wordSpacing"));if(!ap.length){return null}var a0=ap.total;var aN=-f+a0+(at.width-ap[ap.length-1]);var aw=aV.convert(aN*al),c=Math.round(aw);var am=aN+","+at.height,aY;var ar="r"+am+"ns";var aQ=aF.textGradient&&o(aF.textGradient);var aW=aH.glyphs,h=0;var av=aF.textShadow;var aJ=-1,aK=0,aO;while(aO=ay[++aJ]){var aD=aW[ay[aJ]]||aH.missingGlyph,aP;if(!aD){continue}if(aX){aP=aU.childNodes[aK];while(aP.firstChild){aP.removeChild(aP.firstChild)}}else{aP=document.createElement("cvml:shape");aU.appendChild(aP)}aP.stroked="f";aP.coordsize=am;aP.coordorigin=aY=(f-h)+","+g;aP.path=(aD.d?"m"+aD.d+"xe":"")+"m"+aY+ar;aP.fillcolor=az;if(aQ){aP.appendChild(aQ.cloneNode(false))}var aC=aP.style;aC.width=c;aC.height=aB;if(av){var aS=av[0],aT=av[1];var aG=Cufon.CSS.color(aS.color),aL;var an=document.createElement("cvml:shadow");an.on="t";an.color=aG.color;an.offset=aS.offX+","+aS.offY;if(aT){aL=Cufon.CSS.color(aT.color);an.type="double";an.color2=aL.color;an.offset2=aT.offX+","+aT.offY}an.opacity=aG.opacity||(aL&&aL.opacity)||1;aP.appendChild(an)}h+=ap[aK++]}var ao=aP.nextSibling,aR,aI;if(aF.forceHitArea){if(!ao){ao=document.createElement("cvml:rect");ao.stroked="f";ao.className="cufon-vml-cover";aR=document.createElement("cvml:fill");aR.opacity=0;ao.appendChild(aR);aU.appendChild(ao)}aI=ao.style;aI.width=c;aI.height=aB}else{if(ao){aU.removeChild(ao)}}au.width=Math.max(Math.ceil(aV.convert(a0*al)),0);if(k){var ak=b.computedYAdjust;if(ak===undefined){var aA=b.get("lineHeight");if(aA=="normal"){aA="1em"}else{if(!isNaN(aA)){aA+="em"}}b.computedYAdjust=ak=0.5*(j(aE,aA)-parseFloat(au.height))}if(ak){au.marginTop=Math.ceil(ak)+"px";au.marginBottom=ak+"px"}}return aM}})());
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1991 Adobe Systems Incorporated.  All Rights Reserved.Cosmos is a
 * trademark of H. Berthold AG.
 */
Cufon.registerFont({w:225,face:{"font-family":"Cosmos","font-weight":200,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0",ascent:"288",descent:"-72",bbox:"-4 -278 323 90","underline-thickness":"18","underline-position":"-36",stemh:"22",stemv:"32","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:105},"!":{d:"75,-14v1,13,-9,19,-18,19v-11,0,-19,-8,-19,-18v-1,-25,37,-25,37,-1xm74,-254v1,82,-5,143,-13,187r-10,0v-11,-62,-12,-121,-12,-187r35,0",w:97},'"':{d:"108,-160r-7,0r-12,-93v0,-11,9,-17,17,-17v9,0,16,7,15,18xm41,-160r-7,0r-12,-93v0,-11,9,-17,17,-17v9,0,16,7,15,18",w:142},"#":{d:"155,-93r-14,93r-21,0r13,-93r-36,0r-14,93r-21,0r13,-93r-60,0r0,-20r63,0r5,-35r-60,0r0,-20r62,0r12,-87r23,0r-13,87r36,0r12,-87r21,0r-12,87r61,0r0,20r-63,0r-5,35r60,0r0,20r-62,0xm99,-113r37,0r4,-35r-36,0",w:240},"$":{d:"112,-139v48,7,82,26,82,70v0,26,-13,69,-82,76r0,33r-14,0r0,-33v-28,-2,-82,-5,-89,-71v3,-1,7,-2,10,-3v15,29,31,48,79,51r0,-95v-17,-3,-81,-12,-81,-68v0,-28,18,-67,81,-70r0,-29r14,0r0,29v63,5,70,45,73,64v-2,1,-7,2,-9,3v-22,-39,-51,-43,-64,-44r0,87xm98,-141r0,-85v-27,4,-46,18,-46,43v0,31,26,37,46,42xm112,-108r0,91v13,-3,47,-11,47,-47v0,-29,-22,-40,-47,-44",w:202},"%":{d:"134,-169v0,36,-21,84,-63,84v-45,0,-62,-35,-62,-83v0,-44,18,-82,63,-82v28,0,62,18,62,81xm109,-170v0,-20,-3,-63,-37,-63v-38,0,-39,50,-39,65v0,25,4,67,39,67v37,0,37,-46,37,-69xm321,-81v0,12,0,38,-11,56v-11,19,-31,28,-51,28v-45,0,-63,-35,-63,-83v0,-44,19,-82,64,-82v28,0,61,17,61,81xm296,-82v0,-21,-3,-63,-37,-63v-38,0,-38,50,-38,65v0,25,3,67,38,67v37,0,37,-47,37,-69xm207,-247r21,0r-105,247r-21,0",w:330},"&":{d:"176,-109r11,0v8,19,-3,58,-8,66v26,28,36,34,53,39r0,9v-32,5,-61,-8,-71,-23v-55,51,-151,23,-151,-45v0,-48,43,-65,58,-71v-6,-10,-17,-29,-17,-49v0,-33,27,-54,60,-54v28,0,53,17,53,47v0,37,-34,53,-56,63v17,25,41,52,57,69v9,-18,11,-30,11,-51xm145,-34v-15,-16,-35,-38,-65,-81v-10,5,-38,17,-38,47v0,28,23,52,55,52v24,0,41,-13,48,-18xm96,-145v13,-5,38,-16,38,-44v0,-18,-11,-28,-25,-28v-36,1,-31,52,-13,72"},"(":{d:"79,-254r9,0v-17,32,-31,76,-31,127v0,62,21,106,31,127r-9,0v-26,-19,-83,-117,-42,-197v12,-23,23,-39,42,-57",w:97},")":{d:"75,-126v0,55,-25,97,-57,126r-8,0v17,-32,31,-75,31,-127v0,-62,-21,-106,-31,-127r8,0v15,15,57,56,57,128",w:97},"*":{d:"76,-216r36,-12v4,9,5,12,6,21r-36,13r22,31v-7,6,-9,8,-18,13r-22,-31r-23,31v-9,-5,-11,-6,-18,-13r23,-31r-37,-13v2,-10,3,-12,7,-21r37,12r0,-38v9,-1,15,-1,23,0r0,38",w:127},"+":{d:"131,-94r0,94r-22,0r0,-94r-94,0r0,-22r94,0r0,-93r22,0r0,93r94,0r0,22r-94,0",w:240},",":{d:"30,-31r35,0r-44,90r-11,-4",w:82},"-":{d:"9,-106r95,0r0,20r-95,0r0,-20",w:112},".":{d:"60,-14v0,13,-9,19,-18,19v-11,0,-19,-8,-19,-18v-1,-23,37,-27,37,-1",w:82},"/":{d:"109,-254r32,0r-108,254r-32,0",w:142},"0":{d:"209,-126v0,23,-2,61,-18,88v-17,30,-47,43,-78,43v-10,0,-51,1,-76,-39v-32,-52,-30,-132,3,-182v22,-33,55,-36,74,-36v44,0,95,28,95,126xm174,-128v0,-31,-6,-101,-61,-101v-62,0,-62,81,-62,104v0,38,5,108,62,108v60,0,61,-76,61,-111"},"1":{d:"147,-247r0,247r-35,0r0,-203r-52,18v-1,-2,-2,-6,-3,-9r80,-53r10,0"},"2":{d:"29,-180v2,-31,34,-72,82,-72v55,0,79,38,79,71v0,73,-77,109,-113,158r126,0r0,23r-176,0r0,-11v36,-46,126,-109,126,-167v0,-23,-17,-50,-50,-50v-39,0,-57,36,-64,51"},"3":{d:"160,-71v0,-31,-37,-57,-76,-50r0,-22v37,2,64,-10,65,-43v0,-25,-21,-42,-47,-42v-34,0,-67,33,-72,51v-3,0,-7,-1,-10,-2v3,-27,28,-73,87,-73v49,0,77,28,77,61v0,29,-30,57,-47,59v21,-3,64,32,58,63v1,63,-86,96,-147,61v-28,-16,-32,-42,-35,-56v3,-1,7,-3,10,-4v8,14,30,50,76,50v35,0,61,-23,61,-53"},"4":{d:"173,-90r35,0r0,22r-35,0r0,68r-33,0r0,-68r-123,0r0,-9r121,-170r35,0r0,157xm58,-90r82,0r1,-119"},"5":{d:"80,-224r-8,70v55,-24,129,12,129,76v0,90,-159,126,-174,14v3,-1,6,-3,9,-4v8,13,27,50,70,50v37,0,59,-28,59,-60v0,-32,-21,-61,-63,-61v-39,0,-44,27,-66,21r16,-129r135,0r-2,23r-105,0"},"6":{d:"115,5v-70,0,-99,-62,-98,-122v1,-104,68,-166,154,-122v24,12,26,38,28,49r-10,3v-11,-20,-21,-41,-61,-41v-58,0,-76,56,-76,103v7,-8,28,-34,69,-34v50,0,87,35,87,80v0,44,-36,84,-93,84xm171,-77v0,-26,-17,-58,-55,-58v-30,0,-57,22,-57,57v0,33,25,61,57,61v32,0,55,-25,55,-60"},"7":{d:"206,-238r-110,238r-36,0r107,-224r-141,0r2,-23r178,0r0,9"},"8":{d:"154,-134v51,14,53,55,53,65v0,43,-37,74,-94,74v-58,0,-95,-32,-95,-74v0,-12,3,-50,53,-65v-66,-25,-46,-118,43,-118v46,0,81,23,81,64v0,36,-30,49,-41,54xm170,-70v0,-31,-22,-52,-58,-52v-37,0,-58,25,-58,53v0,29,22,52,59,52v35,0,58,-20,57,-53xm161,-188v0,-24,-19,-42,-47,-42v-31,0,-49,21,-49,43v0,25,20,43,48,43v28,0,48,-18,48,-44"},"9":{d:"205,-130v0,105,-76,162,-155,120v-23,-19,-27,-44,-29,-56v3,-1,8,-2,11,-3v14,28,17,46,66,50v52,4,75,-58,73,-103v-10,17,-42,34,-68,34v-53,0,-87,-34,-87,-78v0,-49,38,-86,92,-86v65,0,97,57,97,122xm165,-171v0,-36,-26,-59,-56,-59v-33,0,-56,25,-56,60v0,33,22,58,54,58v24,0,58,-16,58,-59"},":":{d:"75,-14v0,13,-9,19,-18,19v-11,0,-19,-8,-19,-18v0,-22,35,-28,37,-1xm75,-168v0,13,-9,19,-18,19v-11,0,-19,-9,-19,-19v0,-21,35,-26,37,0",w:97},";":{d:"44,-32r36,0r-44,91r-12,-4xm77,-168v0,13,-9,19,-18,19v-11,0,-19,-9,-19,-19v0,-21,35,-26,37,0",w:97},"<":{d:"240,-22r0,23r-240,-116r0,-25r240,-115r0,23r-216,105",w:240},"=":{d:"240,-83r0,21r-240,0r0,-21r240,0xm240,-147r0,21r-240,0r0,-21r240,0",w:240},">":{d:"240,-115r-240,116r0,-23r216,-105r-216,-105r0,-23r240,115r0,25",w:240},"?":{d:"78,-101v-6,-49,53,-58,54,-97v0,-22,-17,-38,-43,-38v-31,0,-49,20,-62,51r-10,-1v2,-18,7,-76,77,-76v49,0,74,30,74,61v-2,66,-80,62,-76,133v-18,4,-12,-16,-14,-33xm106,-14v0,12,-9,19,-18,19v-11,0,-19,-7,-19,-18v0,-10,6,-19,18,-19v9,0,19,6,19,18",w:180},"@":{d:"132,-26v-26,0,-45,-30,-45,-58v0,-75,85,-144,118,-67r6,-26r21,0r-12,52v-9,40,-10,54,-10,63v0,15,7,18,13,18v23,0,58,-50,58,-108v0,-60,-42,-88,-92,-88v-84,0,-148,75,-148,156v0,140,174,137,243,60r10,12v-51,51,-105,57,-131,57v-66,0,-138,-38,-138,-129v0,-88,68,-172,166,-172v65,0,107,40,107,103v0,66,-41,127,-82,127v-30,0,-29,-28,-29,-33v-6,8,-25,33,-55,33xm197,-125v0,-36,-23,-41,-32,-41v-33,0,-54,45,-54,81v0,21,10,39,32,39v33,0,54,-46,54,-79",w:322},A:{d:"129,-254r118,254r-37,0r-33,-72r-113,0r-33,72r-31,0r119,-254r10,0xm74,-94r93,0r-46,-109v-11,39,-32,73,-47,109",w:247},B:{d:"206,-74v-4,42,-36,74,-92,74r-86,0r0,-254v67,-2,155,-10,160,59v2,29,-33,59,-53,59v28,-6,74,27,71,62xm63,-22v53,3,107,0,107,-50v0,-52,-58,-54,-107,-54r0,104xm63,-233r0,93v35,-1,90,-3,90,-51v0,-54,-49,-40,-90,-42",w:217},C:{d:"237,-60v-3,10,-8,30,-30,46v-93,67,-192,-20,-192,-112v0,-72,43,-136,126,-136v51,0,90,38,93,68v-3,1,-6,3,-9,4v-8,-13,-29,-47,-80,-47v-62,0,-93,48,-93,110v0,70,42,110,93,110v50,0,75,-36,82,-47v3,1,7,3,10,4",w:240},D:{d:"247,-128v0,116,-95,138,-219,128r0,-254r85,0v79,-4,134,45,134,126xm63,-232r0,210v42,0,83,2,106,-16v14,-11,41,-36,41,-87v0,-33,-9,-60,-23,-75v-37,-41,-72,-30,-124,-32",w:262},E:{d:"63,-22r137,0r0,22r-172,0r0,-255r156,0r0,23r-121,0r0,88r107,0r0,22r-107,0r0,100",w:202},F:{d:"64,-120r0,120r-36,0r0,-254r157,0r0,23r-121,0r0,88r106,0r0,23r-106,0",w:187},G:{d:"151,-118r92,0r0,99v-45,23,-80,27,-100,27v-70,0,-128,-47,-128,-131v0,-77,52,-139,131,-139v30,0,78,9,90,62v-3,1,-5,2,-8,3v-12,-15,-32,-40,-78,-40v-50,0,-97,36,-97,110v0,54,29,112,97,112v21,0,40,-5,59,-14r0,-67r-58,0r0,-22",w:262},H:{d:"234,-254r0,254r-35,0r0,-122r-136,0r0,122r-35,0r0,-254r35,0r0,110r136,0r0,-110r35,0",w:262},I:{d:"62,-254r0,254r-34,0r0,-254r34,0",w:90},J:{d:"139,-85v22,94,-120,129,-139,41v3,-1,6,-3,9,-4v5,9,19,33,50,33v23,0,33,-13,36,-18v21,-44,5,-155,10,-221r34,0r0,169",w:164},K:{d:"99,-138r133,138r-45,0r-124,-129r0,129r-35,0r0,-254r35,0r0,116r115,-116r36,0",w:217},L:{d:"63,-22r125,0r0,22r-160,0r0,-255r35,0r0,233",w:187},M:{d:"258,-254r40,254r-35,0v-7,-58,-25,-136,-25,-193v-20,71,-52,127,-77,193r-19,0r-61,-141v-13,-30,-15,-41,-18,-52v0,55,-17,136,-24,193r-29,0r38,-254r19,0r73,167v6,15,11,28,14,41v24,-69,59,-141,86,-208r18,0",w:307},N:{d:"242,-254r0,257r-11,0r-152,-181v-8,-9,-15,-18,-21,-28r0,206r-30,0r0,-254r30,0r132,158v14,16,16,18,23,30r-2,-188r31,0",w:270},O:{d:"262,-128v0,78,-46,136,-123,136v-73,0,-124,-53,-124,-134v0,-72,42,-136,124,-136v84,0,123,68,123,134xm225,-129v0,-56,-27,-110,-86,-110v-53,0,-87,48,-87,112v0,73,39,112,87,112v55,0,86,-49,86,-114",w:277},P:{d:"28,-254v79,3,166,-19,170,64v3,50,-56,86,-135,74r0,116r-35,0r0,-254xm162,-187v1,-46,-45,-48,-99,-46r0,104v10,0,31,1,52,-5v33,-9,47,-31,47,-53",w:202},Q:{d:"163,4v39,18,124,52,146,49v-1,3,-1,7,-2,10v-56,11,-177,-37,-221,-65v-19,-11,-71,-42,-71,-124v0,-73,42,-136,124,-136v163,0,155,253,24,266xm225,-129v0,-55,-27,-110,-86,-110v-53,0,-87,48,-87,112v0,72,39,112,87,112v55,0,86,-49,86,-114",w:277},R:{d:"193,-189v0,31,-31,62,-48,65r73,124r-38,0r-68,-117v-5,2,-37,3,-49,1r0,116r-35,0r0,-254v79,-1,165,-8,165,65xm157,-187v0,-42,-45,-49,-94,-45r0,103v59,1,94,-22,94,-58",w:217},S:{d:"15,-69v2,19,48,59,76,52v44,3,77,-41,50,-77v-31,-41,-125,-7,-125,-95v0,-39,32,-73,82,-73v42,0,73,23,79,68r-9,3v-7,-14,-24,-47,-66,-47v-31,0,-52,20,-52,46v2,43,45,41,77,52v14,5,58,17,58,68v0,37,-27,79,-91,79v-64,0,-86,-40,-88,-74v3,-1,6,-1,9,-2",w:195},T:{d:"115,-231r0,231r-35,0r0,-231r-80,0r0,-23r195,0r0,23r-80,0",w:195},U:{d:"60,-93v-1,57,16,76,62,76v33,0,62,-22,78,-40r0,-198r34,0r0,255r-34,0r0,-38v-47,73,-174,58,-174,-40r0,-177r34,0r0,162",w:262},V:{d:"212,-254r32,0r-119,257r-11,0r-118,-257r39,0r88,203",w:240},W:{d:"294,-254r29,0r-83,257r-11,0r-68,-192v-18,68,-47,128,-69,192r-11,0r-81,-257r37,0r55,199v13,-73,46,-132,67,-199r10,0v21,66,51,128,66,199v12,-70,40,-134,59,-199",w:322},X:{d:"130,-134r96,134r-41,0r-75,-105r-78,105r-33,0r94,-129r-90,-125r41,0r69,97r71,-97r33,0"},Y:{d:"198,-254r31,0r-117,266v-18,49,-56,66,-110,64r0,-12v60,-3,75,-40,93,-81r-99,-237r37,0r62,151v13,31,15,42,17,49v24,-66,59,-135,86,-200"},Z:{d:"50,-23r162,0r0,23r-212,0r0,-10r160,-221r-143,0r0,-23r193,0r0,10",w:217},"[":{d:"57,-19r33,0r0,19r-62,0r0,-254r62,0r0,19r-33,0r0,216",w:90},"\\":{d:"109,0r-108,-254r32,0r108,254r-32,0",w:142},"]":{d:"33,-235r-33,0r0,-19r63,0r0,254r-63,0r0,-19r33,0r0,-216",w:90},"^":{d:"144,-254r62,128r-27,0r-47,-98r-48,98r-28,0r65,-128r23,0",w:262},_:{d:"184,27r0,18r-188,0r0,-18r188,0",w:180},a:{d:"133,-110v-2,-34,-3,-56,-46,-56v-25,0,-43,12,-56,33r-9,-3v17,-55,77,-79,129,-31v28,41,8,108,14,167r-32,0r0,-22v-39,57,-121,25,-121,-28v0,-43,54,-80,121,-60xm133,-37r0,-52v-6,-1,-20,-5,-37,-5v-69,-1,-60,80,-9,80v24,0,41,-18,46,-23",w:187},b:{d:"57,-22r0,22r-32,0r0,-255r32,0r0,93v8,-9,26,-29,59,-29v50,0,78,46,78,97v0,57,-30,102,-81,102v-33,0,-48,-20,-56,-30xm57,-143r0,104v9,10,22,24,46,24v54,1,70,-80,42,-131v-23,-42,-77,-16,-88,3",w:209},c:{d:"51,-93v0,92,97,91,120,38v3,1,7,2,10,3v-11,29,-22,60,-77,60v-52,0,-87,-39,-87,-97v0,-77,73,-129,138,-88v22,14,24,35,26,45v-3,1,-7,2,-10,3v-7,-18,-32,-39,-58,-39v-33,0,-62,26,-62,75",w:187},d:{d:"185,-254r0,254r-33,0r0,-21v-9,11,-23,28,-56,28v-48,0,-80,-38,-80,-95v0,-62,38,-103,82,-103v32,0,48,20,54,28r0,-91r33,0xm51,-91v-10,70,68,95,101,55r0,-108v-5,-7,-18,-24,-44,-24v-36,0,-59,47,-57,77",w:209},e:{d:"192,-91r-141,0v1,10,2,31,16,50v40,53,102,9,113,-14v3,1,6,3,9,4v-4,13,-18,59,-81,59v-49,0,-91,-33,-91,-99v0,-90,92,-127,148,-79v29,25,27,66,27,79xm51,-111r109,0v-3,-46,-35,-57,-53,-57v-22,0,-51,15,-56,57",w:202},f:{d:"108,-238v-33,-16,-54,9,-46,55r37,0r0,21r-37,0r0,162r-33,0r0,-162r-26,0r0,-21r26,0v-3,-44,3,-79,49,-79v26,0,44,13,30,24",w:97},g:{d:"92,51v42,0,59,-35,53,-84v-6,8,-21,28,-57,28v-41,0,-71,-32,-71,-90v0,-63,34,-96,73,-96v32,0,47,21,55,32r0,-24r32,0v-9,109,38,259,-83,257v-19,0,-62,-6,-73,-57r10,-4v6,20,35,38,61,38xm145,-138v-6,-11,-26,-29,-46,-29v-30,0,-48,28,-48,69v0,35,15,70,50,70v21,0,36,-13,44,-20r0,-90",w:202},h:{d:"122,-191v32,0,61,32,55,61r0,130r-32,0r0,-117v0,-18,0,-50,-37,-50v-28,-1,-43,22,-50,32r0,135r-33,0r0,-255r33,0r0,99v10,-14,29,-35,64,-35",w:202},i:{d:"58,-184r0,184r-33,0r0,-184r33,0xm22,-237v0,-11,8,-20,20,-20v12,0,18,10,18,19v-2,30,-37,24,-38,1",w:82},j:{d:"-4,64v20,-5,28,-17,28,-54r0,-193r34,0r0,176v7,49,-24,83,-60,81v0,-3,-2,-7,-2,-10xm60,-238v0,12,-8,20,-19,20v-10,0,-19,-7,-19,-19v0,-11,7,-19,19,-19v11,0,19,7,19,18",w:82},k:{d:"91,-104r98,104v-39,1,-43,1,-67,-25r-64,-70r0,95r-33,0r0,-254r33,0r0,148r84,-77r35,0",w:180},l:{d:"58,-254r0,254r-33,0r0,-254r33,0",w:82},m:{d:"231,-191v84,1,42,117,52,191r-32,0r0,-115v-3,-33,5,-42,-34,-52v-26,0,-41,20,-47,28r0,139r-32,0r-1,-138v-17,-51,-60,-29,-79,-1r0,139r-33,0r0,-183r33,0r0,25v6,-9,23,-33,59,-33v24,0,51,21,51,36v7,-16,45,-40,63,-36",w:307},n:{d:"120,-191v51,0,57,27,57,62r0,129r-32,0v-5,-63,21,-170,-38,-167v-18,0,-37,10,-50,31r0,136r-32,0r0,-183r32,0r0,25v7,-10,25,-33,63,-33",w:202},o:{d:"107,-191v83,-8,106,111,67,167v-17,24,-89,51,-128,12v-65,-66,-16,-188,61,-179xm51,-93v-1,52,20,81,54,81v28,0,54,-21,54,-80v0,-41,-17,-79,-54,-79v-40,0,-54,39,-54,78",w:209},p:{d:"25,-183r32,0r0,21v8,-8,27,-29,60,-29v48,0,77,42,77,96v0,58,-33,102,-83,102v-31,0,-45,-15,-54,-24r0,89r-32,0r0,-255xm57,-145r0,113v19,18,41,17,44,17v17,0,58,-8,58,-79v0,-38,-18,-74,-54,-74v-19,0,-34,9,-48,23",w:209},q:{d:"152,-183r33,0r0,255r-33,0r0,-91v-6,8,-22,27,-57,27v-58,0,-78,-54,-78,-97v0,-63,39,-102,82,-102v34,0,47,21,53,29r0,-21xm152,-35r0,-108v-33,-48,-102,-27,-101,50v0,47,22,78,56,78v23,0,39,-15,45,-20",w:209},r:{d:"58,-139r0,139r-33,0r0,-183r33,0r0,25v4,-13,41,-41,66,-25r0,29v-18,-16,-66,1,-66,15",w:127},s:{d:"121,-46v-10,-59,-100,-18,-105,-90v-3,-47,71,-72,112,-42v19,13,21,30,22,38r-9,3v-6,-10,-19,-31,-53,-31v-24,0,-39,12,-39,28v11,50,103,19,105,90v1,55,-80,73,-123,43v-19,-14,-23,-33,-25,-42v3,-1,7,-2,10,-3v8,34,100,58,105,6",w:164},t:{d:"73,8v-75,0,-37,-104,-46,-170r-25,0r0,-21r25,0r0,-49r33,0r0,49r38,0r0,21r-38,0r0,105v0,23,0,46,26,46v13,1,24,-12,27,3v-7,6,-19,16,-40,16",w:105},u:{d:"58,-183v8,62,-27,164,39,168v4,0,28,-1,48,-25r0,-143r32,0r0,183r-32,0r0,-23v-6,9,-21,31,-58,31v-42,-1,-62,-26,-62,-71r0,-120r33,0",w:202},v:{d:"145,-183r27,0r-81,185r-11,0r-80,-185r36,0r53,134v16,-46,38,-89,56,-134",w:172},w:{d:"235,-183r27,0r-68,185r-11,0r-53,-131v-15,50,-35,85,-52,131r-10,0r-68,-185r34,0v14,43,34,85,44,132v13,-45,34,-89,50,-132r11,0v16,42,41,86,51,132v12,-46,31,-88,45,-132",w:262},x:{d:"107,-100r73,100r-39,0r-54,-74r-57,74r-30,0r72,-94r-65,-89r39,0r46,63r49,-63r29,0",w:180},y:{d:"145,-183r29,0r-80,181v-22,50,-47,78,-93,76r0,-10v32,-10,47,-26,71,-81r-71,-166r36,0r52,128",w:172},z:{d:"49,-21r108,0r0,21r-155,0r0,-9r109,-154r-98,0r0,-20r144,0r0,9",w:164},"{":{d:"116,1v-54,2,-64,-28,-64,-76v0,-30,-5,-43,-26,-49r0,-7v55,-12,-12,-137,90,-124r0,9v-43,8,-34,38,-36,68v-2,42,-18,47,-30,51v32,9,29,36,31,72v1,36,19,42,35,47r0,9",w:127},"|":{d:"52,-270r0,360r-21,0r0,-360r21,0",w:82},"}":{d:"11,-255v50,-4,65,23,65,67v0,33,1,52,25,56r0,9v-42,6,-12,80,-37,107v-13,14,-27,16,-53,17r0,-9v21,-1,36,-26,36,-66v0,-30,5,-44,30,-53v-15,1,-30,-27,-30,-68v0,-19,-1,-47,-36,-51r0,-9",w:127},"~":{d:"203,-128r11,20v-46,79,-111,-44,-154,26r-12,-20v5,-7,19,-29,45,-29v21,0,57,26,75,26v17,0,27,-14,35,-23",w:262},"'":{d:"53,-252r-12,92r-8,0r-11,-93v0,-11,8,-17,16,-17v9,0,16,7,15,18",w:74},"`":{d:"90,-211r-8,7r-68,-62r39,0",w:105},"\u00a0":{w:105}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1991 Adobe Systems Incorporated.  All Rights Reserved.Cosmos is a
 * trademark of H. Berthold AG.
 */
Cufon.registerFont({w:232,face:{"font-family":"Cosmos","font-weight":500,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 6 3 0 0 0 0 0 0",ascent:"288",descent:"-72","x-height":"8",bbox:"-12 -282 337 90","underline-thickness":"18","underline-position":"-36",stemh:"35",stemv:"48","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:105},"!":{d:"52,-71v-10,-15,-22,-110,-19,-183r52,0v0,69,3,126,-18,183r-15,0xm59,6v-21,-5,-28,-6,-28,-28v0,-15,13,-28,28,-28v16,0,28,13,28,28v0,15,-12,28,-28,28",w:105},'"':{d:"109,-156r-9,0r-14,-95v1,-27,37,-24,37,0v0,34,-10,63,-14,95xm41,-156r-8,0r-14,-95v1,-27,41,-24,37,0",w:142},"#":{d:"162,-82r-12,82r-28,0r12,-82r-40,0r-12,82r-29,0r12,-82r-50,0r0,-28r54,0r6,-39r-51,0r0,-28r54,0r11,-77r29,0r-11,77r40,0r11,-77r28,0r-11,77r50,0r0,28r-53,0r-6,39r50,0r0,28r-54,0xm97,-110r41,0r5,-39r-40,0",w:240},"$":{d:"108,-105v-74,-5,-115,-64,-68,-123v20,-25,55,-23,68,-24r0,-30r21,0r0,30v35,-4,73,30,74,59r-14,4v-14,-31,-45,-34,-60,-35r0,77v33,6,87,16,87,71v0,20,-8,41,-22,55v-21,22,-51,24,-65,26r0,29r-21,0r0,-29v-32,3,-95,-24,-90,-69r14,-3v15,34,41,41,76,42r0,-80xm108,-152r0,-70v-21,5,-36,15,-36,35v0,26,26,32,36,35xm129,-100r0,72v7,-2,34,-10,34,-38v0,-25,-24,-31,-34,-34"},"%":{d:"97,0r119,-246r31,0r-120,246r-30,0xm336,-81v0,44,-21,86,-66,86v-36,0,-67,-24,-67,-83v0,-49,23,-85,67,-85v44,0,66,35,66,82xm270,-18v25,0,29,-14,29,-61v0,-26,-3,-61,-29,-61v-29,0,-30,30,-30,62v0,35,7,60,30,60xm141,-168v0,44,-21,85,-65,85v-36,0,-67,-24,-67,-83v0,-49,22,-85,66,-85v44,0,66,36,66,83xm76,-105v23,-7,28,-14,28,-62v0,-26,-3,-61,-29,-61v-28,0,-29,30,-29,62v0,35,7,61,30,61",w:344},"&":{d:"269,-8r-3,13v-34,4,-57,-2,-81,-18v-13,8,-31,20,-69,20v-57,0,-97,-31,-97,-76v0,-45,37,-64,56,-74v-26,-47,-13,-113,56,-112v39,0,66,22,66,54v0,38,-35,54,-62,66v17,25,28,38,57,70v8,-15,11,-23,15,-53r17,0v-1,40,-3,48,-13,71v29,29,37,33,58,39xm119,-162v25,-2,53,-60,9,-66v-35,5,-23,46,-9,66xm94,-113v-9,7,-23,19,-23,41v0,44,56,57,89,39v-21,-21,-35,-38,-66,-80",w:270},"(":{d:"96,-254v-44,59,-40,198,0,254r-15,0v-18,-14,-67,-52,-67,-127v0,-85,66,-127,67,-127r15,0",w:97},")":{d:"1,0v44,-60,42,-198,0,-254r15,0v18,14,67,52,67,127v0,86,-66,127,-67,127r-15,0",w:97},"*":{d:"60,-220r0,-40v10,-2,20,-1,30,1r0,39r36,-13v6,11,8,13,9,27r-37,13r23,30v-9,10,-11,12,-23,18r-23,-31r-21,31v-12,-5,-15,-7,-24,-16r21,-32r-36,-13v2,-14,3,-16,9,-27",w:150},"+":{d:"134,-90r0,90r-29,0r0,-90r-90,0r0,-29r90,0r0,-90r29,0r0,90r90,0r0,29r-90,0",w:240},",":{d:"7,56r20,-102r52,0r-58,105",w:90},"-":{d:"12,-81r0,-31r104,0r0,31r-104,0",w:127},".":{d:"45,6v-15,-1,-30,-12,-29,-29v0,-15,14,-28,29,-28v16,0,28,13,28,28v0,16,-13,29,-28,29",w:90},"/":{d:"0,0r111,-254r47,0r-112,254r-46,0",w:157},"0":{d:"14,-120v0,-65,28,-133,102,-133v68,0,102,56,102,130v0,73,-33,129,-104,129v-67,0,-100,-54,-100,-126xm68,-124v0,36,-2,95,46,98v57,3,58,-116,37,-168v-5,-10,-14,-26,-35,-26v-44,0,-48,38,-48,96"},"1":{d:"131,-247r14,0r0,247r-50,0r0,-189r-46,14r-6,-14"},"2":{d:"20,-180v5,-43,45,-74,87,-72v69,3,101,52,81,106v-3,22,-63,78,-93,110r109,0r0,36r-184,0r0,-16r79,-86v22,-25,42,-46,42,-74v0,-29,-24,-44,-47,-44v-37,0,-53,31,-60,44"},"3":{d:"101,-221v-28,-1,-54,21,-62,44r-16,-4v4,-39,43,-72,90,-72v39,0,82,24,82,63v0,22,-21,52,-50,56v36,5,63,34,62,64v-2,60,-68,89,-135,72v-46,-12,-52,-48,-55,-66r15,-5v9,16,24,43,64,43v34,0,56,-20,56,-46v1,-33,-37,-49,-70,-44r0,-32v28,2,62,-3,62,-37v0,-23,-21,-36,-43,-36"},"4":{d:"122,-246r61,0r0,153r33,0r0,34r-33,0r0,59r-50,0r0,-59r-124,0r0,-16xm133,-93r0,-111v-19,40,-46,73,-68,111r68,0"},"5":{d:"25,-110r18,-137r150,0r0,37r-106,0r-6,49v101,-24,171,76,104,141v-60,58,-165,23,-168,-45r15,-5v6,14,22,45,66,45v37,0,57,-24,57,-51v0,-27,-18,-54,-60,-54v-31,0,-45,15,-55,25"},"6":{d:"120,6v-54,0,-98,-36,-98,-121v0,-66,27,-138,105,-138v14,0,39,2,58,21v17,17,19,37,22,51r-15,3v-6,-37,-67,-58,-96,-26v-15,15,-20,35,-24,72v36,-58,140,-28,140,51v0,37,-24,87,-92,87xm159,-77v4,-12,-14,-57,-40,-50v-25,-3,-41,30,-41,50v0,35,21,51,40,51v18,0,41,-13,41,-51"},"7":{d:"28,-210r0,-36r182,0r0,15r-108,231r-55,0r101,-210r-120,0"},"8":{d:"166,-135v82,31,53,141,-51,141v-60,0,-98,-35,-98,-76v0,-43,35,-59,48,-65v-62,-29,-37,-118,50,-118v55,0,88,31,88,65v0,31,-24,45,-37,53xm82,-185v0,19,15,34,34,34v18,0,34,-15,34,-34v0,-19,-16,-34,-34,-34v-19,0,-34,15,-34,34xm71,-72v0,24,20,46,45,45v24,0,44,-20,44,-45v0,-24,-20,-44,-44,-44v-24,0,-45,20,-45,44"},"9":{d:"112,-253v52,0,99,37,99,122v0,65,-27,137,-106,137v-14,0,-38,-1,-57,-20v-17,-17,-19,-37,-22,-51r15,-3v5,38,66,57,95,26v15,-15,20,-35,24,-72v-36,58,-140,27,-140,-51v0,-37,25,-88,92,-88xm73,-169v-4,13,16,56,41,50v25,2,40,-31,40,-50v0,-35,-20,-51,-40,-51v-18,0,-41,13,-41,51"},":":{d:"60,6v-15,0,-29,-12,-28,-28v0,-15,13,-29,28,-29v16,0,29,14,29,29v0,16,-14,28,-29,28xm60,-130v-16,-1,-28,-13,-28,-29v0,-15,13,-29,28,-29v16,0,29,14,29,29v0,16,-14,29,-29,29",w:105},";":{d:"22,55r20,-102r52,0r-58,106xm72,-130v-15,-1,-30,-12,-29,-29v0,-15,14,-29,29,-29v16,0,28,14,28,29v0,16,-13,29,-28,29",w:105},"<":{d:"240,-30r0,31r-240,-113r0,-31r240,-112r0,31r-204,97",w:240},"=":{d:"240,-86r0,28r-240,0r0,-28r240,0xm240,-151r0,28r-240,0r0,-28r240,0",w:240},">":{d:"240,-112r-240,113r0,-31r204,-97r-204,-97r0,-31r240,112r0,31",w:240},"?":{d:"87,-68v-15,-60,39,-76,39,-124v0,-18,-13,-36,-37,-36v-36,0,-48,34,-52,45r-16,-3v7,-41,14,-76,81,-76v52,0,79,32,79,64v-1,63,-86,70,-78,130r-16,0xm95,6v-14,0,-28,-13,-28,-28v0,-16,13,-29,28,-29v15,0,28,13,28,29v0,15,-12,28,-28,28",w:195},"@":{d:"215,-25v-19,0,-34,-20,-30,-31v-6,8,-23,30,-52,30v-23,0,-47,-16,-47,-58v0,-74,82,-143,117,-72r6,-23r24,0r-22,116v0,9,3,16,11,16v20,0,55,-49,55,-105v0,-60,-43,-85,-88,-85v-79,0,-144,71,-144,152v0,141,175,129,238,58r12,14v-26,27,-72,58,-132,58v-62,0,-138,-35,-138,-129v0,-90,70,-173,166,-173v66,0,107,42,107,104v0,66,-41,128,-83,128xm195,-125v0,-26,-14,-38,-30,-38v-31,0,-51,44,-51,78v0,20,9,36,29,36v27,0,51,-37,52,-76",w:322},A:{d:"0,0r121,-254r17,0r117,254r-55,0r-25,-56r-105,0r-25,56r-45,0xm159,-90r-37,-82r-37,82r74,0",w:254},B:{d:"214,-76v-5,95,-99,73,-191,76r0,-255v80,1,176,-15,176,62v0,42,-40,52,-49,55v11,1,26,3,40,13v21,14,24,38,24,49xm74,-142v37,3,73,-10,73,-43v0,-33,-35,-41,-73,-37r0,80xm74,-32v66,2,78,-3,88,-46v-6,-52,-56,-48,-88,-46r0,92",w:225},C:{d:"226,-193v-37,-69,-157,-39,-157,65v0,57,32,104,88,104v45,0,63,-29,69,-39r15,6v-3,8,-8,24,-23,39v-25,24,-60,26,-75,26v-103,3,-125,-77,-129,-134v-7,-115,125,-177,207,-111v16,13,17,30,19,40",w:247},D:{d:"211,-222v84,79,19,243,-106,222r-82,0r0,-254v81,5,132,-21,188,32xm74,-35v77,11,122,-29,119,-93v-3,-77,-43,-96,-119,-92r0,185",w:262},E:{d:"23,0r0,-255r159,0r0,35r-107,0r0,71r94,0r0,35r-94,0r0,79r122,0r0,35r-174,0",w:202},F:{d:"23,0r0,-255r159,0r0,35r-107,0r0,70r92,0r0,36r-92,0r0,114r-52,0",w:180},G:{d:"227,-193v-6,-14,-37,-35,-65,-35v-53,0,-93,39,-93,98v0,47,28,104,87,104v19,0,32,-4,44,-9r0,-59r-48,0r0,-35r98,0r0,111v-19,9,-53,26,-103,26v-52,0,-80,-22,-94,-36v-26,-26,-38,-60,-38,-98v0,-95,75,-136,133,-136v41,0,91,29,93,64",w:270},H:{d:"23,0r0,-254r51,0r0,104r107,0r0,-104r51,0r0,254r-51,0r0,-115r-107,0r0,115r-51,0",w:254},I:{d:"23,0r0,-254r52,0r0,254r-52,0",w:97},J:{d:"14,-52v27,53,86,32,86,-42r0,-160r51,0r0,175v19,92,-132,121,-151,33",w:172},K:{d:"23,0r0,-254r51,0r0,113r107,-113r52,0r-108,113r121,141r-65,0r-107,-125r0,125r-51,0",w:240},L:{d:"23,0r0,-254r52,0r0,218r114,0r0,36r-166,0",w:195},M:{d:"10,0r41,-254r29,0r67,148v8,18,9,22,15,39v24,-65,54,-124,80,-187r29,0r40,254r-51,0r-21,-160v-17,58,-45,106,-67,160r-28,0v-22,-53,-51,-102,-68,-160v-4,55,-15,107,-22,160r-44,0",w:322},N:{d:"23,0r0,-254r46,0r138,155r0,-155r40,0r0,257r-13,0r-170,-190r0,187r-41,0",w:270},O:{d:"138,-262v100,0,126,79,126,134v0,58,-27,136,-126,136v-94,0,-124,-74,-124,-133v0,-64,29,-137,124,-137xm138,-228v-45,0,-69,39,-69,96v0,20,1,106,69,106v71,0,71,-83,71,-100v0,-75,-34,-102,-71,-102",w:277},P:{d:"23,0r0,-255r97,0v67,0,82,41,82,67v1,57,-62,85,-127,75r0,113r-52,0xm75,-130v33,3,75,-15,73,-47v-3,-35,-29,-46,-73,-43r0,90",w:202},Q:{d:"264,-128v0,51,-37,120,-80,128v48,25,75,37,141,49r-5,13v-81,9,-180,-34,-216,-58v-120,-22,-132,-266,34,-266v100,0,126,78,126,134xm138,-228v-49,0,-69,52,-69,96v0,20,1,105,69,105v71,0,71,-82,71,-100v0,-75,-34,-101,-71,-101",w:277},R:{d:"200,-186v4,23,-26,63,-44,65r71,121r-58,0r-65,-109v-13,0,-15,0,-29,-3r0,112r-52,0r0,-254r90,0v53,-6,89,29,87,68xm75,-130v52,8,102,-46,53,-83v-15,-11,-32,-5,-53,-6r0,89",w:225},S:{d:"185,-193v-7,-47,-118,-56,-118,0v0,56,83,31,117,67v26,27,24,80,-2,105v-28,27,-69,29,-80,29v-13,0,-48,-1,-72,-25v-18,-17,-22,-38,-24,-51r15,-5v11,26,41,50,77,50v36,0,54,-22,54,-44v0,-27,-22,-35,-53,-41v-29,-6,-83,-17,-83,-75v0,-28,16,-79,98,-79v10,0,45,0,67,23v15,16,18,33,19,42",w:217},T:{d:"1,-219r0,-35r202,0r0,35r-76,0r0,219r-51,0r0,-219r-75,0",w:202},U:{d:"107,8v-62,-5,-86,-28,-86,-104r0,-158r52,0r0,161v0,48,16,67,50,67v30,0,49,-19,57,-28r0,-200r51,0r0,254r-51,0r0,-30v-10,19,-51,40,-73,38",w:254},V:{d:"0,-254r55,0r79,178v22,-62,52,-118,77,-178r44,0r-121,258r-13,0",w:254},W:{d:"0,-254r53,0r49,164r63,-164r19,0r63,164r49,-164r41,0r-83,258r-15,0r-68,-169r-71,169r-16,0",w:337},X:{d:"5,-254r60,0r57,82r59,-82r48,0r-84,117r93,137r-60,0r-63,-94r-67,94r-49,0r92,-129",w:240},Y:{d:"99,-16r-99,-238r54,0r73,186r85,-186r44,0r-118,251v-21,59,-57,91,-129,79r0,-14v47,-1,75,-33,90,-78",w:254},Z:{d:"19,-219r0,-35r206,0r0,12r-142,206r145,0r0,36r-220,0r0,-11r143,-208r-132,0",w:240},"[":{d:"27,0r0,-254r96,0r0,32r-47,0r0,190r47,0r0,32r-96,0",w:127},"\\":{d:"0,-254r47,0r111,254r-47,0",w:157},"]":{d:"4,-254r96,0r0,254r-96,0r0,-32r47,0r0,-190r-47,0r0,-32",w:127},"^":{d:"147,-254r64,133r-35,0r-44,-94r-46,94r-35,0r68,-133r28,0",w:262},_:{d:"184,27r0,18r-188,0r0,-18r188,0",w:180},a:{d:"101,-192v104,0,77,99,80,192r-46,0r0,-21v-8,8,-26,26,-60,26v-37,0,-61,-26,-61,-59v0,-58,69,-79,121,-58v4,-31,-25,-52,-48,-52v-31,0,-44,17,-51,27r-12,-6v8,-18,22,-49,77,-49xm135,-37r0,-48v-27,-12,-72,-7,-71,28v-6,35,53,40,71,20",w:202},b:{d:"21,0r0,-254r48,0r0,91v7,-9,22,-29,57,-29v49,0,78,41,78,98v0,106,-95,123,-135,75r0,19r-48,0xm154,-94v0,-30,-13,-68,-46,-68v-28,0,-39,24,-39,24r0,96v27,33,85,35,85,-52",w:217},c:{d:"174,-55r12,5v-4,12,-18,58,-77,58v-48,0,-95,-33,-95,-98v0,-58,35,-102,95,-102v63,0,74,46,77,59r-12,4v-6,-13,-19,-36,-52,-36v-31,0,-57,26,-57,73v0,42,22,72,57,72v32,0,45,-23,52,-35",w:187},d:{d:"148,-165r0,-90r48,0r0,255r-48,0r0,-19v-41,48,-135,25,-135,-71v0,-54,29,-102,81,-102v31,0,45,17,54,27xm110,-162v-69,3,-58,141,-1,140v20,0,31,-11,39,-20r0,-96v-9,-15,-21,-24,-38,-24",w:217},e:{d:"189,-56r12,6v-8,20,-24,58,-87,58v-66,0,-101,-46,-101,-103v0,-80,100,-134,167,-73v27,25,26,61,26,81r-142,0v2,14,8,64,65,64v33,0,47,-17,60,-33xm66,-116r88,0v-2,-17,-6,-46,-42,-46v-35,0,-41,28,-46,46",w:217},f:{d:"31,-184v-17,-73,66,-96,103,-62r-8,11v-28,-14,-55,7,-47,51r42,0r0,28r-42,0r0,156r-48,0r0,-156r-28,0r0,-28r28,0",w:119},g:{d:"197,-27v6,53,-33,100,-95,100v-44,0,-77,-25,-83,-56r12,-6v12,20,26,34,57,34v53,0,61,-41,60,-81v-43,53,-136,31,-135,-62v0,-57,35,-94,80,-94v33,0,47,18,55,27r0,-20r49,0r0,158xm148,-57r0,-82v-21,-39,-84,-28,-84,41v0,67,60,75,84,41",w:217},h:{d:"140,-109v2,-27,-6,-51,-31,-52v-16,0,-30,10,-40,22r0,139r-48,0r0,-254r48,0r0,93v5,-17,67,-41,96,-19v23,18,23,42,23,58r0,122r-48,0r0,-109",w:209},i:{d:"21,0r0,-184r48,0r0,184r-48,0xm45,-208v-14,0,-27,-13,-27,-27v0,-14,12,-27,27,-27v14,0,26,13,26,27v0,15,-11,27,-26,27",w:90},j:{d:"-12,60v22,0,34,-23,34,-48r0,-196r47,0r0,189v6,56,-47,67,-80,69xm45,-208v-20,-4,-22,-7,-27,-27v0,-15,13,-27,27,-27v14,0,27,13,27,27v0,15,-13,27,-27,27",w:90},k:{d:"22,-254r47,0r0,147r73,-77r50,0r-76,79r88,105r-55,0v-25,-20,-55,-61,-80,-88r0,88r-47,0r0,-254",w:202},l:{d:"21,0r0,-254r48,0r0,254r-48,0",w:90},m:{d:"105,-160v-8,-3,-36,15,-36,26r0,134r-48,0r0,-184r48,0r0,23v8,-9,23,-29,58,-29v21,0,50,17,52,33v8,-17,41,-33,60,-33v84,2,47,112,55,190r-48,0r0,-128v2,-14,-10,-32,-27,-32v-17,0,-31,14,-37,26r0,134r-48,0r0,-126v2,-12,-11,-37,-29,-34",w:315},n:{d:"129,-190v84,0,54,109,59,190r-48,0r0,-120v0,-22,-7,-40,-31,-40v-20,0,-32,14,-40,23r0,137r-48,0r0,-184r48,0r0,24v9,-11,25,-30,60,-30",w:209},o:{d:"14,-91v0,-140,189,-132,190,-2v0,51,-29,101,-97,101v-56,0,-93,-39,-93,-99xm109,-162v-30,0,-45,29,-45,69v0,42,15,71,45,71v30,0,44,-30,44,-68v0,-41,-13,-72,-44,-72",w:217},p:{d:"69,-184r0,18v8,-8,26,-26,59,-26v47,0,75,38,75,100v0,101,-94,123,-134,72r0,91r-48,0r0,-255r48,0xm69,-143r0,98v6,9,15,23,39,23v35,0,46,-36,46,-69v0,-42,-15,-72,-47,-72v-21,0,-32,12,-38,20",w:217},q:{d:"149,71r0,-91v-9,10,-25,27,-58,27v-52,0,-77,-43,-77,-100v0,-60,34,-99,80,-99v30,0,46,17,55,27r0,-20r48,0r0,256r-48,0xm110,-22v19,0,30,-12,39,-23r0,-97v-26,-32,-86,-35,-86,51v0,39,15,69,47,69",w:217},r:{d:"69,-184r0,23v5,-11,34,-35,69,-28r0,42v-17,-13,-57,-9,-69,4r0,143r-48,0r0,-184r48,0",w:135},s:{d:"113,-46v-10,-53,-102,-10,-102,-84v0,-30,24,-62,78,-62v36,0,65,23,69,49v-25,13,-13,-24,-62,-22v-26,0,-36,13,-36,25v12,46,102,11,102,86v0,32,-25,62,-78,62v-55,0,-71,-24,-78,-56r12,-3v8,23,43,39,75,29v20,-6,20,-23,20,-24",w:172},t:{d:"78,-61v-2,36,23,53,51,42r5,11v-21,13,-62,28,-89,0v-30,-32,-10,-95,-15,-148r-29,0r0,-28r29,0r0,-50r48,0r0,50r42,0r0,28r-42,0r0,95",w:127},u:{d:"21,-57r0,-127r48,0r0,120v-5,47,52,51,71,20r0,-140r48,0r0,184r-48,0r0,-23v-9,11,-24,29,-57,29v-62,0,-62,-46,-62,-63",w:209},v:{d:"-2,-184r52,0r48,111v12,-39,31,-74,45,-111r38,0r-83,185r-15,0",w:180},w:{d:"68,1r-68,-185r50,0r36,108r48,-108r16,0r44,109r37,-109r39,0r-69,185r-18,0r-48,-107r-49,107r-18,0",w:270},x:{d:"69,-94r-61,-90r54,0r36,51r38,-51r42,0r-60,81r70,103r-54,0r-45,-65r-47,65r-43,0",w:187},y:{d:"0,-184r52,0r43,108r46,-108r39,0r-78,176v-20,48,-41,86,-106,79r0,-13v36,-4,48,-20,76,-82",w:180},z:{d:"15,-154r0,-30r159,0r0,10r-101,144r101,0r0,30r-170,0r0,-12r101,-142r-90,0",w:187},"{":{d:"12,-120r0,-15v26,-5,28,-19,28,-60v0,-59,39,-60,87,-60r0,15v-25,5,-39,13,-39,48v0,33,-2,56,-37,65v71,16,4,102,76,112r0,15v-52,0,-85,-1,-86,-63v0,-29,-1,-50,-29,-57",w:127},"|":{d:"56,-270r0,360r-29,0r0,-360r29,0",w:82},"}":{d:"0,-255v59,-7,87,17,87,60v0,40,2,55,28,60r0,15v-21,9,-28,15,-28,63v0,57,-38,57,-87,57r0,-15v69,-6,8,-98,77,-112v-68,-14,-5,-107,-77,-113r0,-15",w:127},"~":{d:"93,-134v24,0,60,25,77,25v15,0,27,-14,34,-23r14,26v-9,11,-27,29,-50,29v-20,1,-57,-27,-75,-26v-14,0,-19,7,-34,25r-14,-26v6,-9,21,-30,48,-30",w:262},"'":{d:"41,-156r-8,0r-14,-95v1,-27,41,-24,37,0",w:74},"`":{d:"11,-265r48,0r35,52r-12,11",w:105},"\u00a0":{w:105}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright (c) 1991 Adobe Systems Incorporated.  All Rights Reserved.Cosmos is a
 * trademark of H. Berthold AG.
 */
Cufon.registerFont({w:217,face:{"font-family":"Cosmos","font-weight":200,"font-style":"italic","font-stretch":"normal","units-per-em":"360","panose-1":"2 0 3 3 0 0 0 0 0 0",ascent:"288",descent:"-72","x-height":"7",bbox:"-47 -287 338 90","underline-thickness":"18","underline-position":"-36",slope:"-13",stemh:"21",stemv:"33","unicode-range":"U+0020-U+007E"},glyphs:{" ":{w:105},"!":{d:"40,-71v-3,-39,18,-127,31,-184r32,0v-12,59,-43,169,-54,184r-9,0xm31,4v-10,1,-18,-8,-18,-18v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,18,-18,18",w:97},'"':{d:"118,-160r-7,0r-12,-93v0,-8,6,-17,14,-17v10,-2,19,8,17,23xm50,-160r-7,0r-12,-93v0,-8,7,-17,15,-17v10,-2,18,8,16,23",w:142},"#":{d:"154,-93r-14,93r-21,0r13,-93r-36,0r-14,93r-21,0r13,-93r-60,0r0,-20r63,0r5,-35r-60,0r0,-20r62,0r12,-87r22,0r-12,87r36,0r12,-87r21,0r-12,87r61,0r0,20r-63,0r-5,35r60,0r0,20r-62,0xm98,-113r37,0r4,-35r-36,0",w:240},"$":{d:"123,-253r8,-34r13,0r-8,36v17,4,42,11,51,57r-12,4v-7,-18,-15,-33,-44,-41r-21,92v20,8,56,24,56,68v0,48,-53,81,-90,77r-8,34r-13,0r8,-35v-15,-3,-47,-8,-61,-57r10,-5v18,29,35,39,56,42r23,-100v-25,-11,-58,-25,-58,-66v0,-32,21,-75,90,-72xm118,-232v-24,-3,-52,16,-52,46v0,27,20,36,32,42xm81,-15v29,0,51,-25,51,-52v0,-27,-19,-37,-29,-42",w:195},"%":{d:"265,-165v36,0,53,26,53,60v0,8,-4,110,-78,110v-28,0,-52,-18,-52,-60v0,-17,7,-110,77,-110xm265,-149v-38,0,-52,66,-52,98v0,22,7,40,28,40v42,0,53,-82,53,-97v0,-15,-4,-41,-29,-41xm88,0r139,-248r22,0r-139,248r-22,0xm95,-253v36,0,53,25,53,59v0,9,-4,110,-78,110v-28,0,-51,-16,-51,-59v0,-17,6,-110,76,-110xm95,-238v-38,0,-52,67,-52,99v0,22,8,39,29,39v42,0,52,-82,52,-97v0,-15,-4,-41,-29,-41",w:330},"&":{d:"5,-62v0,-38,40,-70,71,-75v-22,-45,4,-100,54,-100v30,0,52,18,52,45v0,41,-42,56,-67,65v14,27,21,39,47,73v8,-13,12,-24,17,-50r10,0v0,15,0,32,-15,65v18,21,27,29,47,35r-2,9v-31,0,-45,-7,-64,-22v-10,8,-32,25,-69,25v-49,0,-81,-31,-81,-70xm107,-146v21,-8,48,-20,48,-47v0,-16,-11,-26,-25,-26v-11,0,-32,8,-32,38v0,15,5,27,9,35xm85,-115v-16,6,-47,19,-47,52v0,27,22,49,56,49v26,0,42,-12,48,-17v-27,-33,-34,-44,-57,-84",w:232},"(":{d:"126,-254v-42,31,-94,169,-61,254r-9,0v-10,-16,-30,-48,-30,-98v0,-109,90,-156,91,-156r9,0",w:105},")":{d:"-17,0v42,-33,94,-170,61,-254r9,0v10,16,29,48,29,98v0,109,-89,156,-90,156r-9,0",w:105},"*":{d:"76,-217r10,-41v9,1,12,2,20,5r-9,40r39,-5v2,9,3,12,3,21r-41,4r16,37v-7,5,-9,6,-18,9r-16,-38r-31,29v-7,-6,-8,-8,-13,-16r30,-27r-36,-19v3,-8,4,-10,9,-19",w:127},"+":{d:"130,-94r0,94r-22,0r0,-94r-94,0r0,-22r94,0r0,-93r22,0r0,93r94,0r0,22r-94,0",w:240},",":{d:"-27,55r38,-82r37,0r-66,87",w:82},"-":{d:"1,-85r4,-17r94,0r-4,17r-94,0",w:112},".":{d:"17,4v-11,1,-18,-8,-18,-18v0,-10,8,-18,18,-18v10,0,18,8,18,18v0,10,-8,18,-18,18",w:82},"/":{d:"-29,0r165,-254r30,0r-165,254r-30,0",w:135},"0":{d:"129,-255v66,1,79,55,79,91v0,18,-8,100,-49,141v-57,59,-149,23,-149,-62v0,-51,26,-171,119,-170xm91,-14v72,2,84,-134,84,-156v0,-36,-13,-64,-46,-65v-62,-1,-85,107,-85,157v0,36,13,64,47,64"},"1":{d:"56,-192r91,-56r10,0r-57,248r-31,0r46,-201r-55,17"},"2":{d:"195,-193v0,78,-108,123,-158,171r136,0r-5,22r-180,0r3,-14r130,-109v15,-14,42,-36,42,-66v0,-22,-16,-41,-47,-41v-42,0,-61,27,-74,45r-10,-6v9,-18,30,-63,89,-63v41,0,74,23,74,61"},"3":{d:"83,-143v33,3,84,-10,82,-50v0,-18,-12,-38,-45,-38v-30,0,-55,19,-73,45r-9,-6v10,-27,35,-63,86,-63v97,0,89,105,23,121r-15,3v30,8,48,33,48,58v0,31,-24,79,-97,79v-42,0,-76,-16,-82,-64r11,-2v4,10,16,44,68,44v46,0,65,-30,65,-56v0,-32,-31,-55,-67,-49"},"4":{d:"5,-77r152,-170r39,0r-37,160r34,0r-4,21r-35,0r-15,66r-31,0r15,-66r-120,0xm160,-218r-115,131r83,0"},"5":{d:"28,-127r37,-121r141,0r-5,21r-113,0r-20,67v62,-20,124,21,124,74v0,27,-16,92,-103,92v-11,0,-41,0,-61,-19v-15,-15,-17,-33,-19,-44r10,-3v5,13,17,45,67,45v65,0,86,-51,67,-93v-26,-59,-87,-35,-117,-15"},"6":{d:"198,-190v-13,-45,-70,-58,-104,-22v-22,24,-32,56,-37,73v8,-8,24,-23,61,-23v51,0,77,34,77,73v0,35,-22,95,-94,95v-13,0,-39,-2,-60,-23v-22,-23,-23,-55,-23,-69v0,-49,25,-168,122,-168v61,0,67,47,69,62xm109,-141v-37,0,-59,31,-59,68v0,30,16,59,51,59v49,-1,69,-53,56,-97v-9,-31,-44,-30,-48,-30"},"7":{d:"30,-226r5,-21r177,0r-2,11r-147,236r-37,0r143,-226r-139,0"},"8":{d:"203,-194v1,31,-29,56,-54,63v15,7,44,19,44,59v0,45,-38,79,-101,79v-43,0,-87,-25,-86,-70v0,-24,14,-64,69,-72v-10,-5,-36,-17,-36,-52v0,-28,22,-67,85,-67v22,-6,86,21,79,60xm125,-236v-33,0,-52,24,-52,51v0,27,19,42,45,42v68,0,69,-94,7,-93xm104,-123v-51,0,-63,40,-63,61v0,29,18,50,54,50v86,0,80,-112,9,-111"},"9":{d:"21,-58v9,45,70,57,103,22v22,-23,33,-55,38,-73v-8,8,-25,24,-61,24v-46,0,-77,-29,-77,-73v0,-40,26,-96,94,-96v49,0,83,30,83,92v0,49,-24,168,-122,168v-62,0,-67,-47,-69,-62xm59,-159v-5,22,22,52,51,52v37,0,59,-30,59,-67v0,-31,-16,-59,-52,-59v-33,0,-58,29,-58,74"},":":{d:"67,-151v-10,0,-18,-7,-18,-18v0,-10,8,-19,18,-19v10,0,18,9,18,19v0,10,-8,18,-18,18xm32,4v-10,1,-19,-8,-19,-18v0,-10,9,-18,19,-18v10,0,18,8,18,18v0,10,-8,18,-18,18",w:97},";":{d:"70,-151v-10,0,-19,-8,-19,-18v0,-10,9,-19,19,-19v10,0,18,9,18,19v0,10,-8,18,-18,18xm-12,55r39,-82r36,0r-66,87",w:97},"<":{d:"246,-22r0,23r-240,-116r0,-25r240,-115r0,23r-216,105",w:240},"=":{d:"239,-83r0,21r-240,0r0,-21r240,0xm239,-147r0,21r-240,0r0,-21r240,0",w:240},">":{d:"246,-115r-240,116r0,-23r216,-105r-216,-105r0,-23r240,115r0,25",w:240},"?":{d:"181,-206v0,84,-100,59,-109,136r-10,0v0,-40,14,-77,56,-93v8,-3,29,-17,29,-43v0,-22,-19,-34,-39,-34v-25,0,-45,18,-59,39r-9,-4v6,-30,50,-64,74,-57v51,0,67,32,67,56xm54,4v-10,1,-19,-8,-19,-18v0,-10,9,-18,19,-18v10,0,18,8,18,18v0,10,-8,18,-18,18",w:180},"@":{d:"161,29v56,0,95,-28,122,-52r10,11v-78,88,-269,82,-269,-72v0,-88,68,-172,166,-172v65,0,107,40,107,103v0,66,-41,127,-82,127v-26,0,-28,-14,-29,-33v-6,9,-24,33,-54,33v-24,0,-46,-18,-46,-57v0,-77,85,-144,118,-68r6,-26r21,0r-12,53v-9,42,-10,50,-10,62v0,13,6,19,13,19v23,0,58,-51,58,-109v0,-61,-43,-88,-92,-88v-84,0,-148,75,-148,156v0,80,62,113,121,113xm196,-125v1,-28,-16,-41,-32,-41v-33,0,-54,45,-54,81v0,21,10,39,31,39v28,0,54,-36,55,-79",w:322},A:{d:"-28,0r165,-255r10,0r51,255r-32,0r-14,-74r-102,0r-47,74r-31,0xm148,-94r-20,-103r-65,103r85,0",w:225},B:{d:"199,-77v0,46,-55,77,-99,77r-99,0r59,-254v72,-2,149,-9,149,57v0,17,-9,52,-59,64v25,6,49,23,49,56xm175,-194v1,-37,-42,-45,-88,-41r-21,93v46,4,108,-3,109,-52xm38,-21v62,3,128,1,128,-57v0,-47,-67,-49,-103,-49",w:225},C:{d:"215,-61r10,5v-20,41,-51,63,-100,63v-72,0,-112,-48,-112,-113v0,-64,43,-156,139,-156v75,0,90,51,95,67r-13,5v-8,-15,-27,-48,-78,-48v-76,0,-108,78,-108,131v0,50,29,89,83,89v49,0,72,-28,84,-43",w:240},D:{d:"117,-254v143,-13,157,145,85,213v-62,58,-112,37,-202,41r59,-254r58,0xm38,-21v100,12,170,-32,174,-128v0,-13,-2,-38,-23,-59v-24,-24,-58,-27,-102,-26",w:254},E:{d:"0,0r59,-254r152,0r-4,21r-120,0r-20,88r108,0r-5,21r-108,0r-24,102r136,0r-5,22r-169,0",w:202},F:{d:"0,0r59,-254r148,0r-5,21r-115,0r-21,91r109,0r-5,22r-109,0r-28,120r-33,0",w:180},G:{d:"234,-192v-14,-25,-44,-46,-78,-46v-70,0,-107,72,-107,135v0,47,23,91,82,91v27,0,44,-7,54,-11r18,-79r-62,0r5,-20r93,0r-25,107v-14,12,-61,22,-89,22v-80,0,-112,-55,-112,-110v0,-90,71,-159,140,-159v17,0,77,4,92,67",w:262},H:{d:"0,0r59,-254r33,0r-25,110r132,0r25,-110r33,0r-58,254r-33,0r28,-122r-132,0r-29,122r-33,0",w:254},I:{d:"1,0r58,-254r34,0r-59,254r-33,0",w:90},J:{d:"97,-84r39,-170r34,0r-39,168v-8,34,-22,93,-90,93v-45,0,-56,-30,-61,-44r11,-5v7,10,19,26,46,26v42,0,54,-40,60,-68",w:164},K:{d:"59,-254r33,0r-26,116r140,-116r38,0r-145,118v35,43,67,103,109,136v-31,0,-50,3,-61,-20r-83,-111r-31,131r-32,0"},L:{d:"1,0r58,-254r33,0r-53,232r134,0r-5,22r-167,0",w:195},M:{d:"-14,0r95,-254r17,0r36,173v3,14,2,16,4,31r132,-204r17,0r-19,254r-30,0v7,-65,5,-138,18,-197v-36,71,-83,130,-124,197r-13,0r-31,-156v-4,-19,-4,-23,-5,-43v-18,70,-47,133,-69,199r-28,0",w:307},N:{d:"0,0r59,-254r28,0r91,167v6,14,8,17,15,34v11,-70,30,-134,44,-201r28,0r-59,258r-13,0r-116,-215r-49,211r-28,0",w:262},O:{d:"155,-262v59,0,112,34,112,112v0,66,-42,157,-142,157v-60,0,-112,-35,-112,-111v0,-73,47,-158,142,-158xm154,-242v-76,0,-104,86,-104,141v0,78,53,88,77,88v73,0,104,-83,104,-142v0,-13,-1,-44,-23,-66v-13,-13,-32,-21,-54,-21",w:277},P:{d:"126,-254v42,-7,91,22,85,60v6,56,-76,95,-151,77r-27,117r-33,0r59,-254r67,0xm176,-194v-1,-36,-44,-46,-89,-40r-24,104v21,0,52,2,77,-11v27,-13,36,-38,36,-53",w:202},Q:{d:"132,7v25,13,117,54,151,48r-5,12v-75,8,-143,-30,-200,-61v-109,-59,-72,-268,77,-268v59,0,112,34,112,112v-1,69,-44,155,-135,157xm154,-242v-76,0,-104,86,-104,141v0,78,53,88,77,88v73,0,104,-83,104,-142v0,-13,-1,-44,-23,-66v-13,-13,-32,-21,-54,-21",w:277},R:{d:"210,-198v0,43,-34,69,-71,73v23,39,43,97,73,125r-39,0v-29,-32,-46,-82,-69,-121r-42,0r-28,121r-33,0r58,-255v69,3,151,-17,151,57xm176,-194v0,-41,-45,-42,-88,-40r-22,98v19,1,43,1,66,-6v37,-12,44,-36,44,-52",w:225},S:{d:"135,-69v0,-63,-101,-43,-101,-119v0,-37,31,-72,84,-72v46,0,70,26,76,60r-12,3v-7,-14,-19,-40,-61,-40v-31,0,-55,16,-55,44v0,27,23,38,35,44v35,17,68,34,68,76v0,37,-27,78,-89,78v-67,0,-80,-47,-85,-65r10,-4v11,18,29,46,70,46v33,0,60,-21,60,-51",w:195},T:{d:"26,-233r5,-21r187,0r-5,21r-75,0r-54,233r-33,0r54,-233r-79,0",w:187},U:{d:"17,-66v0,-68,27,-126,39,-188r33,0r-41,188v9,73,93,49,124,6r45,-194r32,0r-58,254r-33,0r9,-37v-24,47,-150,69,-150,-29",w:247},V:{d:"28,-254r31,0r36,204r124,-204r31,0r-163,257r-13,0"},W:{d:"44,3r-19,-257r32,0r10,199v32,-71,73,-132,108,-199r11,0v8,67,23,127,25,199v29,-72,65,-131,98,-199r29,0r-132,257r-13,0r-28,-194r-108,194r-13,0",w:307},X:{d:"98,-131r-62,-123r35,0r50,100r96,-100r34,0r-119,123r66,131r-35,0r-53,-107r-102,107r-37,0"},Y:{d:"69,-18r-42,-237r31,0r36,204v39,-72,84,-135,125,-204r30,0r-156,247v-28,45,-60,92,-134,83r1,-13v42,-2,68,-14,109,-80",w:209},Z:{d:"46,-233r5,-21r194,0r-2,8r-205,224r161,0r-5,22r-212,0r2,-8r208,-225r-146,0",w:225},"[":{d:"1,0r58,-255r65,0r-3,16r-33,0r-51,224r32,0r-3,15r-65,0",w:97},"\\":{d:"30,-254r30,0r49,254r-30,0",w:135},"]":{d:"35,-255r65,0r-59,255r-64,0r3,-15r32,0r52,-224r-32,0",w:97},"^":{d:"146,-254r63,128r-28,0r-47,-98r-48,98r-27,0r64,-128r23,0",w:262},_:{d:"157,27r0,18r-187,0r0,-18r187,0",w:180},a:{d:"118,0r7,-30v-10,11,-32,34,-66,34v-34,0,-55,-26,-55,-64v0,-44,34,-128,137,-128v18,0,34,2,49,5r-42,183r-30,0xm36,-60v5,69,74,42,95,4r25,-109v-79,-19,-123,67,-120,105",w:202},b:{d:"57,-254r31,0r-23,99v22,-37,119,-59,120,30v0,50,-37,133,-128,133v-25,0,-43,-7,-57,-12xm116,-166v-24,0,-43,20,-57,36r-26,115v78,22,120,-64,120,-106v0,-25,-12,-45,-37,-45",w:202},c:{d:"168,-130v-4,-23,-20,-40,-50,-40v-53,0,-78,63,-78,103v0,39,26,53,49,53v32,0,51,-22,64,-36r8,6v-12,19,-32,51,-79,51v-37,0,-75,-21,-75,-76v0,-60,44,-122,106,-122v6,0,50,1,63,36v4,10,3,18,3,25r-11,0",w:180},d:{d:"162,-187r15,-68r31,0r-59,255r-30,0r6,-27v-11,12,-32,34,-65,34v-30,0,-56,-21,-56,-62v0,-61,56,-146,158,-132xm72,-14v18,0,49,-23,59,-40r26,-111v-80,-18,-119,67,-119,107v0,22,9,44,34,44",w:202},e:{d:"159,-54r8,5v-9,17,-30,56,-85,56v-42,0,-76,-24,-76,-79v0,-56,35,-120,104,-120v46,0,80,41,67,102r-137,0v-1,7,-1,13,-1,20v0,9,1,56,50,56v29,0,53,-17,70,-40xm45,-111r103,0v2,-34,-6,-61,-39,-61v-41,0,-57,41,-64,61",w:195},f:{d:"18,-183r26,0v6,-24,9,-34,14,-43v-1,-14,49,-45,83,-29r-3,11v-50,-1,-58,34,-63,61r35,0r-4,18r-35,0r-39,165r-30,0r38,-165r-27,0",w:97},g:{d:"-6,20v10,33,68,57,103,23v16,-16,20,-37,29,-79v-14,15,-33,35,-64,35v-37,0,-57,-29,-57,-63v0,-51,45,-124,135,-124v18,0,33,3,50,6r-42,182v-7,27,-20,83,-91,83v-37,0,-75,-32,-73,-60xm73,-23v26,0,45,-21,59,-38r24,-104v-76,-17,-117,57,-117,100v0,24,10,42,34,42",w:202},h:{d:"-2,0r59,-255r31,0r-22,96v30,-50,127,-39,111,31r-29,128r-31,0r31,-140v-8,-53,-66,-23,-86,0r-33,140r-31,0",w:202},i:{d:"-2,0r42,-183r32,0r-43,183r-31,0xm69,-220v-10,0,-17,-8,-18,-18v0,-10,8,-17,18,-17v9,0,18,7,18,17v0,10,-8,18,-18,18",w:82},j:{d:"-5,13r45,-196r31,0r-45,198v-7,28,-16,52,-71,66r-2,-10v26,-13,34,-24,42,-58xm69,-220v-10,0,-18,-7,-18,-18v0,-10,8,-17,18,-17v9,0,17,7,17,17v0,10,-7,18,-17,18",w:82},k:{d:"57,-254r31,0r-33,142r89,-71r35,0r-95,76v24,33,52,79,79,107v-22,1,-45,2,-50,-14r-60,-87r-24,101r-31,0",w:172},l:{d:"-1,0r58,-254r31,0r-59,254r-30,0",w:82},m:{d:"126,-191v28,0,46,14,49,36v11,-31,118,-64,118,8v0,52,-22,98,-32,147r-31,0r32,-144v-6,-47,-69,-22,-85,3r-32,141r-31,0r31,-143v0,-20,-17,-27,-31,-27v-13,0,-29,5,-52,29r-33,141r-30,0r42,-184r30,0r-5,25v7,-9,25,-32,60,-32",w:315},n:{d:"179,-144v0,50,-22,97,-31,144r-31,0r31,-138v-2,-50,-73,-23,-87,-2r-32,140r-31,0r43,-183r30,0r-5,24v11,-11,30,-32,61,-32v27,0,52,18,52,47",w:202},o:{d:"117,-191v33,0,81,25,81,79v0,21,-11,119,-111,119v-14,0,-40,-1,-60,-21v-15,-15,-21,-37,-21,-58v0,-34,18,-119,111,-119xm165,-117v1,-35,-19,-57,-49,-57v-64,0,-77,81,-77,107v0,8,0,57,51,57v60,0,75,-81,75,-107"},p:{d:"71,-184r-6,27v9,-10,30,-34,64,-34v30,0,56,18,56,62v0,64,-61,155,-157,130r-17,77r-31,0r61,-262r30,0xm59,-132r-26,114v76,21,119,-65,119,-105v0,-26,-11,-45,-35,-45v-32,0,-58,35,-58,36",w:202},q:{d:"100,78r24,-105v-9,11,-29,35,-66,35v-35,0,-55,-28,-55,-64v0,-45,34,-132,140,-132v18,0,32,2,48,5r-60,261r-31,0xm36,-58v5,71,75,40,94,7r26,-114v-83,-20,-122,75,-120,107",w:202},r:{d:"71,-184r-7,29v23,-23,41,-37,75,-32r-7,28v-31,-10,-59,10,-72,24r-31,135r-31,0r42,-184r31,0",w:119},s:{d:"50,-141v12,51,80,30,81,91v0,27,-21,57,-72,57v-61,0,-67,-40,-70,-58r10,-3v5,13,17,40,58,40v48,0,53,-56,18,-65v-33,-17,-56,-28,-56,-59v0,-25,20,-52,65,-52v37,0,63,22,63,51r-10,2v-4,-11,-13,-33,-50,-33v-30,0,-37,19,-37,29",w:164},t:{d:"41,-183r12,-52r30,0r-12,52r35,0r-4,18r-35,0r-29,132v-1,24,30,23,42,12r6,9v-8,6,-21,16,-41,16v-3,0,-37,0,-37,-34v0,-44,20,-92,28,-135r-27,0r5,-18r27,0",w:97},u:{d:"9,-45v0,-46,21,-94,30,-138r30,0r-29,134v0,23,18,31,33,31v17,0,34,-8,58,-35r30,-130r30,0r-42,183r-31,0r7,-30v-12,15,-28,34,-61,34v-27,0,-55,-16,-55,-49",w:202},v:{d:"9,-183r32,0r25,137v27,-50,58,-91,88,-137r27,0r-124,185r-9,0",w:172},w:{d:"37,2r-27,-185r31,0v4,45,17,97,14,140v22,-51,55,-93,81,-140r10,0v8,45,21,92,24,140v20,-51,51,-93,76,-140r26,0r-109,185r-10,0r-25,-132v-25,48,-56,87,-83,132r-8,0",w:262},x:{d:"66,-97r-42,-86r34,0r31,64r64,-64r31,0r-86,86r47,97r-32,0r-37,-76r-76,76r-32,0",w:172},y:{d:"45,-15r-33,-168r31,0r23,139r86,-139r28,0r-126,197v-27,43,-44,60,-95,61r-1,-11v35,-5,51,-18,87,-79",w:164},z:{d:"19,-164r5,-19r145,0r-2,8r-141,154r113,0r-5,21r-158,0r2,-10r140,-154r-99,0",w:164},"{":{d:"116,1v-51,3,-64,-27,-64,-76v0,-30,-5,-43,-26,-49r0,-7v43,-2,11,-83,39,-108v14,-12,23,-15,51,-16r0,9v-68,8,-7,105,-66,119v32,9,29,37,31,72v1,36,17,42,35,47r0,9",w:127},"|":{d:"51,-270r0,360r-21,0r0,-360r21,0",w:82},"}":{d:"11,-255v50,-4,65,25,65,67v0,34,1,52,25,56r0,9v-43,7,-10,77,-37,107v-12,14,-26,15,-53,17r0,-9v23,-1,36,-26,36,-66v0,-29,5,-44,30,-53v-58,-10,3,-109,-66,-119r0,-9",w:127},"~":{d:"95,-131v22,0,63,26,76,26v16,0,26,-12,35,-23r11,20v-12,15,-26,28,-46,28v-18,0,-58,-26,-76,-26v-14,0,-18,7,-32,24r-12,-20v4,-6,18,-29,44,-29",w:262},"'":{d:"50,-160r-7,0r-12,-93v0,-8,7,-17,15,-17v10,-2,18,8,16,23",w:74},"`":{d:"10,-254r48,0r37,41r-6,7",w:105},"\u00a0":{w:105}}});Cufon.replace("h1");Cufon.replace("h2");Cufon.replace("#topnav ul li");Cufon.replace("#sidenav ul li");Cufon.replace("label");function preload(){var f=document;if(f.images){if(!f.p){f.p=new Array()}var e,c=f.p.length,b=preload.arguments;for(e=0;e<b.length;e++){if(b[e].indexOf("#")!=0){f.p[c]=new Image;f.p[c++].src=b[e]}}}};