/*!
 * 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 q=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,j=0,d=Object.prototype.toString,p=false,i=true;[0,0].sort(function(){i=false;return 0});var b=function(w,e,z,A){z=z||[];e=e||document;var C=e;if(e.nodeType!==1&&e.nodeType!==9){return[]}if(!w||typeof w!=="string"){return z}var t,E,H,s,D,G,F,y,v=true,u=b.isXML(e),x=[],B=w;do{q.exec("");t=q.exec(B);if(t){B=t[3];x.push(t[1]);if(t[2]){s=t[3];break}}}while(t);if(x.length>1&&k.exec(w)){if(x.length===2&&f.relative[x[0]]){E=h(x[0]+x[1],e)}else{E=f.relative[x[0]]?[e]:b(x.shift(),e);while(x.length){w=x.shift();if(f.relative[w]){w+=x.shift()}E=h(w,E)}}}else{if(!A&&x.length>1&&e.nodeType===9&&!u&&f.match.ID.test(x[0])&&!f.match.ID.test(x[x.length-1])){D=b.find(x.shift(),e,u);e=D.expr?b.filter(D.expr,D.set)[0]:D.set[0]}if(e){D=A?{expr:x.pop(),set:a(A)}:b.find(x.pop(),x.length===1&&(x[0]==="~"||x[0]==="+")&&e.parentNode?e.parentNode:e,u);E=D.expr?b.filter(D.expr,D.set):D.set;if(x.length>0){H=a(E)}else{v=false}while(x.length){G=x.pop();F=G;if(!f.relative[G]){G=""}else{F=x.pop()}if(F==null){F=e}f.relative[G](H,F,u)}}else{H=x=[]}}if(!H){H=E}if(!H){b.error(G||w)}if(d.call(H)==="[object Array]"){if(!v){z.push.apply(z,H)}else{if(e&&e.nodeType===1){for(y=0;H[y]!=null;y++){if(H[y]&&(H[y]===true||H[y].nodeType===1&&b.contains(e,H[y]))){z.push(E[y])}}}else{for(y=0;H[y]!=null;y++){if(H[y]&&H[y].nodeType===1){z.push(E[y])}}}}}else{a(H,z)}if(s){b(s,C,z,A);b.uniqueSort(z)}return z};b.uniqueSort=function(s){if(c){p=i;s.sort(c);if(p){for(var e=1;e<s.length;e++){if(s[e]===s[e-1]){s.splice(e--,1)}}}}return s};b.matches=function(e,s){return b(e,null,null,s)};b.matchesSelector=function(e,s){return b(s,null,null,[e]).length>0};b.find=function(y,e,z){var x;if(!y){return[]}for(var u=0,t=f.order.length;u<t;u++){var v,w=f.order[u];if((v=f.leftMatch[w].exec(y))){var s=v[1];v.splice(1,1);if(s.substr(s.length-1)!=="\\"){v[1]=(v[1]||"").replace(/\\/g,"");x=f.find[w](v,e,z);if(x!=null){y=y.replace(f.match[w],"");break}}}}if(!x){x=e.getElementsByTagName("*")}return{set:x,expr:y}};b.filter=function(C,B,F,v){var x,e,t=C,H=[],z=B,y=B&&B[0]&&b.isXML(B[0]);while(C&&B.length){for(var A in f.filter){if((x=f.leftMatch[A].exec(C))!=null&&x[2]){var G,E,s=f.filter[A],u=x[1];e=false;x.splice(1,1);if(u.substr(u.length-1)==="\\"){continue}if(z===H){H=[]}if(f.preFilter[A]){x=f.preFilter[A](x,z,F,H,v,y);if(!x){e=G=true}else{if(x===true){continue}}}if(x){for(var w=0;(E=z[w])!=null;w++){if(E){G=s(E,x,w,z);var D=v^!!G;if(F&&G!=null){if(D){e=true}else{z[w]=false}}else{if(D){H.push(E);e=true}}}}}if(G!==undefined){if(!F){z=H}C=C.replace(f.match[A],"");if(!e){return[]}break}}}if(C===t){if(e==null){b.error(C)}else{break}}t=C}return z};b.error=function(e){throw"Syntax error, unrecognized expression: "+e};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|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(e){return e.getAttribute("href")}},relative:{"+":function(x,s){var u=typeof s==="string",w=u&&!/\W/.test(s),y=u&&!w;if(w){s=s.toLowerCase()}for(var t=0,e=x.length,v;t<e;t++){if((v=x[t])){while((v=v.previousSibling)&&v.nodeType!==1){}x[t]=y||v&&v.nodeName.toLowerCase()===s?v||false:v===s}}if(y){b.filter(s,x,true)}},">":function(x,s){var w,v=typeof s==="string",t=0,e=x.length;if(v&&!/\W/.test(s)){s=s.toLowerCase();for(;t<e;t++){w=x[t];if(w){var u=w.parentNode;x[t]=u.nodeName.toLowerCase()===s?u:false}}}else{for(;t<e;t++){w=x[t];if(w){x[t]=v?w.parentNode:w.parentNode===s}}if(v){b.filter(s,x,true)}}},"":function(u,s,w){var v,t=j++,e=r;if(typeof s==="string"&&!/\W/.test(s)){s=s.toLowerCase();v=s;e=o}e("parentNode",s,t,u,v,w)},"~":function(u,s,w){var v,t=j++,e=r;if(typeof s==="string"&&!/\W/.test(s)){s=s.toLowerCase();v=s;e=o}e("previousSibling",s,t,u,v,w)}},find:{ID:function(s,t,u){if(typeof t.getElementById!=="undefined"&&!u){var e=t.getElementById(s[1]);return e&&e.parentNode?[e]:[]}},NAME:function(t,w){if(typeof w.getElementsByName!=="undefined"){var s=[],v=w.getElementsByName(t[1]);for(var u=0,e=v.length;u<e;u++){if(v[u].getAttribute("name")===t[1]){s.push(v[u])}}return s.length===0?null:s}},TAG:function(e,s){return s.getElementsByTagName(e[1])}},preFilter:{CLASS:function(u,s,t,e,x,y){u=" "+u[1].replace(/\\/g,"")+" ";if(y){return u}for(var v=0,w;(w=s[v])!=null;v++){if(w){if(x^(w.className&&(" "+w.className+" ").replace(/[\t\n\r]/g," ").indexOf(u)>=0)){if(!t){e.push(w)}}else{if(t){s[v]=false}}}}return false},ID:function(e){return e[1].replace(/\\/g,"")},TAG:function(s,e){return s[1].toLowerCase()},CHILD:function(e){if(e[1]==="nth"){if(!e[2]){b.error(e[0])}e[2]=e[2].replace(/^\+|\s*/g,"");var s=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(e[2]==="even"&&"2n"||e[2]==="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(s[1]+(s[2]||1))-0;e[3]=s[3]-0}else{if(e[2]){b.error(e[0])}}e[0]=j++;return e},ATTR:function(v,s,t,e,w,x){var u=v[1].replace(/\\/g,"");if(!x&&f.attrMap[u]){v[1]=f.attrMap[u]}v[4]=v[5]||v[4];if(v[2]==="~="){v[4]=" "+v[4]+" "}return v},PSEUDO:function(v,s,t,e,w){if(v[1]==="not"){if((q.exec(v[3])||"").length>1||/^\w/.test(v[3])){v[3]=b(v[3],null,null,s)}else{var u=b.filter(v[3],s,t,true^w);if(!t){e.push.apply(e,u)}return false}}else{if(f.match.POS.test(v[0])||f.match.CHILD.test(v[0])){return true}}return v},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(t,s,e){return !!b(e[3],t).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.toLowerCase()==="button"},input:function(e){return(/input|select|textarea|button/i).test(e.nodeName)}},setFilters:{first:function(s,e){return e===0},last:function(t,s,e,u){return s===u.length-1},even:function(s,e){return e%2===0},odd:function(s,e){return e%2===1},lt:function(t,s,e){return s<e[3]-0},gt:function(t,s,e){return s>e[3]-0},nth:function(t,s,e){return e[3]-0===s},eq:function(t,s,e){return e[3]-0===s}},filter:{PSEUDO:function(t,y,x,z){var e=y[1],s=f.filters[e];if(s){return s(t,x,y,z)}else{if(e==="contains"){return(t.textContent||t.innerText||b.getText([t])||"").indexOf(y[3])>=0}else{if(e==="not"){var u=y[3];for(var w=0,v=u.length;w<v;w++){if(u[w]===t){return false}}return true}else{b.error(e)}}}},CHILD:function(e,u){var x=u[1],s=e;switch(x){case"only":case"first":while((s=s.previousSibling)){if(s.nodeType===1){return false}}if(x==="first"){return true}s=e;case"last":while((s=s.nextSibling)){if(s.nodeType===1){return false}}return true;case"nth":var t=u[2],A=u[3];if(t===1&&A===0){return true}var w=u[0],z=e.parentNode;if(z&&(z.sizcache!==w||!e.nodeIndex)){var v=0;for(s=z.firstChild;s;s=s.nextSibling){if(s.nodeType===1){s.nodeIndex=++v}}z.sizcache=w}var y=e.nodeIndex-A;if(t===0){return y===0}else{return(y%t===0&&y/t>=0)}}},ID:function(s,e){return s.nodeType===1&&s.getAttribute("id")===e},TAG:function(s,e){return(e==="*"&&s.nodeType===1)||s.nodeName.toLowerCase()===e},CLASS:function(s,e){return(" "+(s.className||s.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(w,u){var t=u[1],e=f.attrHandle[t]?f.attrHandle[t](w):w[t]!=null?w[t]:w.getAttribute(t),x=e+"",v=u[2],s=u[4];return e==null?v==="!=":v==="="?x===s:v==="*="?x.indexOf(s)>=0:v==="~="?(" "+x+" ").indexOf(s)>=0:!s?x&&e!==false:v==="!="?x!==s:v==="^="?x.indexOf(s)===0:v==="$="?x.substr(x.length-s.length)===s:v==="|="?x===s||x.substr(0,s.length+1)===s+"-":false},POS:function(v,s,t,w){var e=s[2],u=f.setFilters[e];if(u){return u(v,t,s,w)}}}};var k=f.match.POS,g=function(s,e){return"\\"+(e-0+1)};for(var n in f.match){f.match[n]=new RegExp(f.match[n].source+(/(?![^\[]*\])(?![^\(]*\))/.source));f.leftMatch[n]=new RegExp(/(^(?:.|\r|\n)*?)/.source+f.match[n].source.replace(/\\(\d+)/g,g))}var a=function(s,e){s=Array.prototype.slice.call(s,0);if(e){e.push.apply(e,s);return e}return s};try{Array.prototype.slice.call(document.documentElement.childNodes,0)[0].nodeType}catch(l){a=function(v,u){var t=0,s=u||[];if(d.call(v)==="[object Array]"){Array.prototype.push.apply(s,v)}else{if(typeof v.length==="number"){for(var e=v.length;t<e;t++){s.push(v[t])}}else{for(;v[t];t++){s.push(v[t])}}}return s}}var c,m;if(document.documentElement.compareDocumentPosition){c=function(s,e){if(s===e){p=true;return 0}if(!s.compareDocumentPosition||!e.compareDocumentPosition){return s.compareDocumentPosition?-1:1}return s.compareDocumentPosition(e)&4?-1:1}}else{c=function(z,y){var w,s,t=[],e=[],v=z.parentNode,x=y.parentNode,A=v;if(z===y){p=true;return 0}else{if(v===x){return m(z,y)}else{if(!v){return -1}else{if(!x){return 1}}}}while(A){t.unshift(A);A=A.parentNode}A=x;while(A){e.unshift(A);A=A.parentNode}w=t.length;s=e.length;for(var u=0;u<w&&u<s;u++){if(t[u]!==e[u]){return m(t[u],e[u])}}return u===w?m(z,e[u],-1):m(t[u],y,1)};m=function(s,e,t){if(s===e){return t}var u=s.nextSibling;while(u){if(u===e){return -1}u=u.nextSibling}return 1}}b.getText=function(e){var s="",u;for(var t=0;e[t];t++){u=e[t];if(u.nodeType===3||u.nodeType===4){s+=u.nodeValue}else{if(u.nodeType!==8){s+=b.getText(u.childNodes)}}}return s};(function(){var s=document.createElement("div"),t="script"+(new Date()).getTime(),e=document.documentElement;s.innerHTML="<a name='"+t+"'/>";e.insertBefore(s,e.firstChild);if(document.getElementById(t)){f.find.ID=function(v,w,x){if(typeof w.getElementById!=="undefined"&&!x){var u=w.getElementById(v[1]);return u?u.id===v[1]||typeof u.getAttributeNode!=="undefined"&&u.getAttributeNode("id").nodeValue===v[1]?[u]:undefined:[]}};f.filter.ID=function(w,u){var v=typeof w.getAttributeNode!=="undefined"&&w.getAttributeNode("id");return w.nodeType===1&&v&&v.nodeValue===u}}e.removeChild(s);e=s=null})();(function(){var e=document.createElement("div");e.appendChild(document.createComment(""));if(e.getElementsByTagName("*").length>0){f.find.TAG=function(s,w){var v=w.getElementsByTagName(s[1]);if(s[1]==="*"){var u=[];for(var t=0;v[t];t++){if(v[t].nodeType===1){u.push(v[t])}}v=u}return v}}e.innerHTML="<a href='#'></a>";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){f.attrHandle.href=function(s){return s.getAttribute("href",2)}}e=null})();if(document.querySelectorAll){(function(){var e=b,u=document.createElement("div"),t="__sizzle__";u.innerHTML="<p class='TEST'></p>";if(u.querySelectorAll&&u.querySelectorAll(".TEST").length===0){return}b=function(C,w,y,B){w=w||document;if(!B&&!b.isXML(w)){if(w.nodeType===9){try{return a(w.querySelectorAll(C),y)}catch(z){}}else{if(w.nodeType===1&&w.nodeName.toLowerCase()!=="object"){var x=w.getAttribute("id"),v=x||t,E=w.parentNode,D=/^\s*[+~]/.test(C);if(!x){w.setAttribute("id",v)}else{v=v.replace(/'/g,"\\$&")}if(D&&E){w=w.parentNode}try{if(!D||E){return a(w.querySelectorAll("[id='"+v+"'] "+C),y)}}catch(A){}finally{if(!x){w.removeAttribute("id")}}}}}return e(C,w,y,B)};for(var s in e){b[s]=e[s]}u=null})()}(function(){var e=document.documentElement,t=e.matchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||e.msMatchesSelector,s=false;try{t.call(document.documentElement,"[test!='']:sizzle")}catch(u){s=true}if(t){b.matchesSelector=function(v,x){x=x.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!b.isXML(v)){try{if(s||!f.match.PSEUDO.test(x)&&!/!=/.test(x)){return t.call(v,x)}}catch(w){}}return b(x,null,null,[v]).length>0}}})();(function(){var e=document.createElement("div");e.innerHTML="<div class='test e'></div><div class='test'></div>";if(!e.getElementsByClassName||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(s,t,u){if(typeof t.getElementsByClassName!=="undefined"&&!u){return t.getElementsByClassName(s[1])}};e=null})();function o(s,x,w,A,y,z){for(var u=0,t=A.length;u<t;u++){var e=A[u];if(e){var v=false;e=e[s];while(e){if(e.sizcache===w){v=A[e.sizset];break}if(e.nodeType===1&&!z){e.sizcache=w;e.sizset=u}if(e.nodeName.toLowerCase()===x){v=e;break}e=e[s]}A[u]=v}}}function r(s,x,w,A,y,z){for(var u=0,t=A.length;u<t;u++){var e=A[u];if(e){var v=false;e=e[s];while(e){if(e.sizcache===w){v=A[e.sizset];break}if(e.nodeType===1){if(!z){e.sizcache=w;e.sizset=u}if(typeof x!=="string"){if(e===x){v=true;break}}else{if(b.filter(x,[e]).length>0){v=e;break}}}e=e[s]}A[u]=v}}}if(document.documentElement.contains){b.contains=function(s,e){return s!==e&&(s.contains?s.contains(e):true)}}else{if(document.documentElement.compareDocumentPosition){b.contains=function(s,e){return !!(s.compareDocumentPosition(e)&16)}}else{b.contains=function(){return false}}}b.isXML=function(e){var s=(e?e.ownerDocument||e:0).documentElement;return s?s.nodeName!=="HTML":false};var h=function(e,y){var w,u=[],v="",t=y.nodeType?[y]:y;while((w=f.match.PSEUDO.exec(e))){v+=w[0];e=e.replace(f.match.PSEUDO,"")}e=f.relative[e]?e+"*":e;for(var x=0,s=t.length;x<s;x++){b(e,t[x],u)}return b.filter(v,u)};window.Sizzle=b})();
/*
 * Copyright (c) 2009 Simo Kinnunen.
 * Licensed under the MIT license.
 *
 * @version 1.09i
 */
var Cufon=(function(){var m=function(){return m.replace.apply(null,arguments)};var x=m.DOM={ready:(function(){var C=false,E={loaded:1,complete:1};var B=[],D=function(){if(C){return}C=true;for(var F;F=B.shift();F()){}};if(document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventListener("pageshow",D,false)}if(!window.opera&&document.readyState){(function(){E[document.readyState]?D():setTimeout(arguments.callee,10)})()}if(document.readyState&&document.createStyleSheet){(function(){try{document.body.doScroll("left");D()}catch(F){setTimeout(arguments.callee,1)}})()}q(window,"load",D);return function(F){if(!arguments.length){D()}else{C?F():B.push(F)}}})(),root:function(){return document.documentElement||document.body}};var n=m.CSS={Size:function(C,B){this.value=parseFloat(C);this.unit=String(C).match(/[a-z%]*$/)[0]||"px";this.convert=function(D){return D/B*this.value};this.convertFrom=function(D){return D/this.value*B};this.toString=function(){return this.value+this.unit}},addClass:function(C,B){var D=C.className;C.className=D+(D&&" ")+B;return C},color:j(function(C){var B={};B.color=C.replace(/^rgba\((.*?),\s*([\d.]+)\)/,function(E,D,F){B.opacity=parseFloat(F);return"rgb("+D+")"});return B}),fontStretch:j(function(B){if(typeof B=="number"){return B}if(/%$/.test(B)){return parseFloat(B)/100}return{"ultra-condensed":0.5,"extra-condensed":0.625,condensed:0.75,"semi-condensed":0.875,"semi-expanded":1.125,expanded:1.25,"extra-expanded":1.5,"ultra-expanded":2}[B]||1}),getStyle:function(C){var B=document.defaultView;if(B&&B.getComputedStyle){return new a(B.getComputedStyle(C,null))}if(C.currentStyle){return new a(C.currentStyle)}return new a(C.style)},gradient:j(function(F){var G={id:F,type:F.match(/^-([a-z]+)-gradient\(/)[1],stops:[]},C=F.substr(F.indexOf("(")).match(/([\d.]+=)?(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)/ig);for(var E=0,B=C.length,D;E<B;++E){D=C[E].split("=",2).reverse();G.stops.push([D[1]||E/(B-1),D[0]])}return G}),quotedList:j(function(E){var D=[],C=/\s*((["'])([\s\S]*?[^\\])\2|[^,]+)\s*/g,B;while(B=C.exec(E)){D.push(B[3]||B[1])}return D}),recognizesMedia:j(function(G){var E=document.createElement("style"),D,C,B;E.type="text/css";E.media=G;try{E.appendChild(document.createTextNode("/**/"))}catch(F){}C=g("head")[0];C.insertBefore(E,C.firstChild);D=(E.sheet||E.styleSheet);B=D&&!D.disabled;C.removeChild(E);return B}),removeClass:function(D,C){var B=RegExp("(?:^|\\s+)"+C+"(?=\\s|$)","g");D.className=D.className.replace(B,"");return D},supports:function(D,C){var B=document.createElement("span").style;if(B[D]===undefined){return false}B[D]=C;return B[D]===C},textAlign:function(E,D,B,C){if(D.get("textAlign")=="right"){if(B>0){E=" "+E}}else{if(B<C-1){E+=" "}}return E},textShadow:j(function(F){if(F=="none"){return null}var E=[],G={},B,C=0;var D=/(#[a-f0-9]+|[a-z]+\(.*?\)|[a-z]+)|(-?[\d.]+[a-z%]*)|,/ig;while(B=D.exec(F)){if(B[0]==","){E.push(G);G={};C=0}else{if(B[1]){G.color=B[1]}else{G[["offX","offY","blur"][C++]]=B[2]}}}E.push(G);return E}),textTransform:(function(){var B={uppercase:function(C){return C.toUpperCase()},lowercase:function(C){return C.toLowerCase()},capitalize:function(C){return C.replace(/\b./g,function(D){return D.toUpperCase()})}};return function(E,D){var C=B[D.get("textTransform")];return C?C(E):E}})(),whiteSpace:(function(){var D={inline:1,"inline-block":1,"run-in":1};var C=/^\s+/,B=/\s+$/;return function(H,F,G,E){if(E){if(E.nodeName.toLowerCase()=="br"){H=H.replace(C,"")}}if(D[F.get("display")]){return H}if(!G.previousSibling){H=H.replace(C,"")}if(!G.nextSibling){H=H.replace(B,"")}return H}})()};n.ready=(function(){var B=!n.recognizesMedia("all"),E=false;var D=[],H=function(){B=true;for(var K;K=D.shift();K()){}};var I=g("link"),J=g("style");function C(K){return K.disabled||G(K.sheet,K.media||"screen")}function G(M,P){if(!n.recognizesMedia(P||"all")){return true}if(!M||M.disabled){return false}try{var Q=M.cssRules,O;if(Q){search:for(var L=0,K=Q.length;O=Q[L],L<K;++L){switch(O.type){case 2:break;case 3:if(!G(O.styleSheet,O.media.mediaText)){return false}break;default:break search}}}}catch(N){}return true}function F(){if(document.createStyleSheet){return true}var L,K;for(K=0;L=I[K];++K){if(L.rel.toLowerCase()=="stylesheet"&&!C(L)){return false}}for(K=0;L=J[K];++K){if(!C(L)){return false}}return true}x.ready(function(){if(!E){E=n.getStyle(document.body).isUsable()}if(B||(E&&F())){H()}else{setTimeout(arguments.callee,10)}});return function(K){if(B){K()}else{D.push(K)}}})();function s(D){var C=this.face=D.face,B={"\u0020":1,"\u00a0":1,"\u3000":1};this.glyphs=D.glyphs;this.w=D.w;this.baseSize=parseInt(C["units-per-em"],10);this.family=C["font-family"].toLowerCase();this.weight=C["font-weight"];this.style=C["font-style"]||"normal";this.viewBox=(function(){var F=C.bbox.split(/\s+/);var E={minX:parseInt(F[0],10),minY:parseInt(F[1],10),maxX:parseInt(F[2],10),maxY:parseInt(F[3],10)};E.width=E.maxX-E.minX;E.height=E.maxY-E.minY;E.toString=function(){return[this.minX,this.minY,this.width,this.height].join(" ")};return E})();this.ascent=-parseInt(C.ascent,10);this.descent=-parseInt(C.descent,10);this.height=-this.ascent+this.descent;this.spacing=function(L,N,E){var O=this.glyphs,M,K,G,P=[],F=0,J=-1,I=-1,H;while(H=L[++J]){M=O[H]||this.missingGlyph;if(!M){continue}if(K){F-=G=K[H]||0;P[I]-=G}F+=P[++I]=~~(M.w||this.w)+N+(B[H]?E:0);K=M.k}P.total=F;return P}}function f(){var C={},B={oblique:"italic",italic:"oblique"};this.add=function(D){(C[D.style]||(C[D.style]={}))[D.weight]=D};this.get=function(H,I){var G=C[H]||C[B[H]]||C.normal||C.italic||C.oblique;if(!G){return null}I={normal:400,bold:700}[I]||parseInt(I,10);if(G[I]){return G[I]}var E={1:1,99:0}[I%100],K=[],F,D;if(E===undefined){E=I>400}if(I==500){I=400}for(var J in G){if(!k(G,J)){continue}J=parseInt(J,10);if(!F||J<F){F=J}if(!D||J>D){D=J}K.push(J)}if(I<F){I=F}if(I>D){I=D}K.sort(function(M,L){return(E?(M>=I&&L>=I)?M<L:M>L:(M<=I&&L<=I)?M>L:M<L)?-1:1});return G[K[0]]}}function r(){function D(F,G){if(F.contains){return F.contains(G)}return F.compareDocumentPosition(G)&16}function B(G){var F=G.relatedTarget;if(!F||D(this,F)){return}C(this,G.type=="mouseover")}function E(F){C(this,F.type=="mouseenter")}function C(F,G){setTimeout(function(){var H=d.get(F).options;m.replace(F,G?h(H,H.hover):H,true)},10)}this.attach=function(F){if(F.onmouseenter===undefined){q(F,"mouseover",B);q(F,"mouseout",B)}else{q(F,"mouseenter",E);q(F,"mouseleave",E)}}}function u(){var C=[],D={};function B(H){var E=[],G;for(var F=0;G=H[F];++F){E[F]=C[D[G]]}return E}this.add=function(F,E){D[F]=C.push(E)-1};this.repeat=function(){var E=arguments.length?B(arguments):C,F;for(var G=0;F=E[G++];){m.replace(F[0],F[1],true)}}}function A(){var D={},B=0;function C(E){return E.cufid||(E.cufid=++B)}this.get=function(E){var F=C(E);return D[F]||(D[F]={})}}function a(B){var D={},C={};this.extend=function(E){for(var F in E){if(k(E,F)){D[F]=E[F]}}return this};this.get=function(E){return D[E]!=undefined?D[E]:B[E]};this.getSize=function(F,E){return C[F]||(C[F]=new n.Size(this.get(F),E))};this.isUsable=function(){return !!B}}function q(C,B,D){if(C.addEventListener){C.addEventListener(B,D,false)}else{if(C.attachEvent){C.attachEvent("on"+B,function(){return D.call(C,window.event)})}}}function v(C,B){var D=d.get(C);if(D.options){return C}if(B.hover&&B.hoverables[C.nodeName.toLowerCase()]){b.attach(C)}D.options=B;return C}function j(B){var C={};return function(D){if(!k(C,D)){C[D]=B.apply(null,arguments)}return C[D]}}function c(F,E){var B=n.quotedList(E.get("fontFamily").toLowerCase()),D;for(var C=0;D=B[C];++C){if(i[D]){return i[D].get(E.get("fontStyle"),E.get("fontWeight"))}}return null}function g(B){return document.getElementsByTagName(B)}function k(C,B){return C.hasOwnProperty(B)}function h(){var C={},B,F;for(var E=0,D=arguments.length;B=arguments[E],E<D;++E){for(F in B){if(k(B,F)){C[F]=B[F]}}}return C}function o(E,M,C,N,F,D){var K=document.createDocumentFragment(),H;if(M===""){return K}var L=N.separate;var I=M.split(p[L]),B=(L=="words");if(B&&t){if(/^\s/.test(M)){I.unshift("")}if(/\s$/.test(M)){I.push("")}}for(var J=0,G=I.length;J<G;++J){H=z[N.engine](E,B?n.textAlign(I[J],C,J,G):I[J],C,N,F,D,J<G-1);if(H){K.appendChild(H)}}return K}function l(D,M){var C=D.nodeName.toLowerCase();if(M.ignore[C]){return}var E=!M.textless[C];var B=n.getStyle(v(D,M)).extend(M);var F=c(D,B),G,K,I,H,L,J;if(!F){return}for(G=D.firstChild;G;G=I){K=G.nodeType;I=G.nextSibling;if(E&&K==3){if(H){H.appendData(G.data);D.removeChild(G)}else{H=G}if(I){continue}}if(H){D.replaceChild(o(F,n.whiteSpace(H.data,B,H,J),B,M,G,D),H);H=null}if(K==1){if(G.firstChild){if(G.nodeName.toLowerCase()=="cufon"){z[M.engine](F,null,B,M,G,D)}else{arguments.callee(G,M)}}J=G}}}var t=" ".split(/\s+/).length==0;var d=new A();var b=new r();var y=new u();var e=false;var z={},i={},w={autoDetect:false,engine:null,forceHitArea:false,hover:false,hoverables:{a:true},ignore:{applet:1,canvas:1,col:1,colgroup:1,head:1,iframe:1,map:1,optgroup:1,option:1,script:1,select:1,style:1,textarea:1,title:1,pre:1},printable:true,selector:(window.Sizzle||(window.jQuery&&function(B){return jQuery(B)})||(window.dojo&&dojo.query)||(window.Ext&&Ext.query)||(window.YAHOO&&YAHOO.util&&YAHOO.util.Selector&&YAHOO.util.Selector.query)||(window.$$&&function(B){return $$(B)})||(window.$&&function(B){return $(B)})||(document.querySelectorAll&&function(B){return document.querySelectorAll(B)})||g),separate:"words",textless:{dl:1,html:1,ol:1,table:1,tbody:1,thead:1,tfoot:1,tr:1,ul:1},textShadow:"none"};var p={words:/\s/.test("\u00a0")?/[^\S\u00a0]+/:/\s+/,characters:"",none:/^/};m.now=function(){x.ready();return m};m.refresh=function(){y.repeat.apply(y,arguments);return m};m.registerEngine=function(C,B){if(!B){return m}z[C]=B;return m.set("engine",C)};m.registerFont=function(D){if(!D){return m}var B=new s(D),C=B.family;if(!i[C]){i[C]=new f()}i[C].add(B);return m.set("fontFamily",'"'+C+'"')};m.replace=function(D,C,B){C=h(w,C);if(!C.engine){return m}if(!e){n.addClass(x.root(),"cufon-active cufon-loading");n.ready(function(){n.addClass(n.removeClass(x.root(),"cufon-loading"),"cufon-ready")});e=true}if(C.hover){C.forceHitArea=true}if(C.autoDetect){delete C.fontFamily}if(typeof C.textShadow=="string"){C.textShadow=n.textShadow(C.textShadow)}if(typeof C.color=="string"&&/^-/.test(C.color)){C.textGradient=n.gradient(C.color)}else{delete C.textGradient}if(!B){y.add(D,arguments)}if(D.nodeType||typeof D=="string"){D=[D]}n.ready(function(){for(var F=0,E=D.length;F<E;++F){var G=D[F];if(typeof G=="string"){m.replace(C.selector(G),C,true)}else{l(G,C)}}});return m};m.set=function(B,C){w[B]=C;return m};return m})();Cufon.registerEngine("vml",(function(){var e=document.namespaces;if(!e){return}e.add("cvml","urn:schemas-microsoft-com:vml");e=null;var b=document.createElement("cvml:shape");b.style.behavior="url(#default#VML)";if(!b.coordsize){return}b=null;var h=(document.documentMode||0)<8;document.write(('<style type="text/css">cufoncanvas{text-indent:0;}@media screen{cvml\\:shape,cvml\\:rect,cvml\\:fill,cvml\\:shadow{behavior:url(#default#VML);display:block;antialias:true;position:absolute;}cufoncanvas{position:absolute;text-align:left;}cufon{display:inline-block;position:relative;vertical-align:'+(h?"middle":"text-bottom")+";}cufon cufontext{position:absolute;left:-10000in;font-size:1px;}a cufon{cursor:pointer}}@media print{cufon cufoncanvas{display:none;}}</style>").replace(/;/g,"!important;"));function c(i,j){return a(i,/(?:em|ex|%)$|^[a-z-]+$/i.test(j)?"1em":j)}function a(l,m){if(m==="0"){return 0}if(/px$/i.test(m)){return parseFloat(m)}var k=l.style.left,j=l.runtimeStyle.left;l.runtimeStyle.left=l.currentStyle.left;l.style.left=m.replace("%","em");var i=l.style.pixelLeft;l.style.left=k;l.runtimeStyle.left=j;return i}function f(l,k,j,n){var i="computed"+n,m=k[i];if(isNaN(m)){m=k.get(n);k[i]=m=(m=="normal")?0:~~j.convertFrom(a(l,m))}return m}var g={};function d(p){var q=p.id;if(!g[q]){var n=p.stops,o=document.createElement("cvml:fill"),i=[];o.type="gradient";o.angle=180;o.focus="0";o.method="sigma";o.color=n[0][1];for(var m=1,l=n.length-1;m<l;++m){i.push(n[m][0]*100+"% "+n[m][1])}o.colors=i.join(",");o.color2=n[l][1];g[q]=o}return g[q]}return function(ac,G,Y,C,K,ad,W){var n=(G===null);if(n){G=K.alt}var I=ac.viewBox;var p=Y.computedFontSize||(Y.computedFontSize=new Cufon.CSS.Size(c(ad,Y.get("fontSize"))+"px",ac.baseSize));var y,q;if(n){y=K;q=K.firstChild}else{y=document.createElement("cufon");y.className="cufon cufon-vml";y.alt=G;q=document.createElement("cufoncanvas");y.appendChild(q);if(C.printable){var Z=document.createElement("cufontext");Z.appendChild(document.createTextNode(G));y.appendChild(Z)}if(!W){y.appendChild(document.createElement("cvml:shape"))}}var ai=y.style;var R=q.style;var l=p.convert(I.height),af=Math.ceil(l);var V=af/l;var P=V*Cufon.CSS.fontStretch(Y.get("fontStretch"));var U=I.minX,T=I.minY;R.height=af;R.top=Math.round(p.convert(T-ac.ascent));R.left=Math.round(p.convert(U));ai.height=p.convert(ac.height)+"px";var F=Y.get("color");var ag=Cufon.CSS.textTransform(G,Y).split("");var L=ac.spacing(ag,f(ad,Y,p,"letterSpacing"),f(ad,Y,p,"wordSpacing"));if(!L.length){return null}var k=L.total;var x=-U+k+(I.width-L[L.length-1]);var ah=p.convert(x*P),X=Math.round(ah);var O=x+","+I.height,m;var J="r"+O+"ns";var u=C.textGradient&&d(C.textGradient);var o=ac.glyphs,S=0;var H=C.textShadow;var ab=-1,aa=0,w;while(w=ag[++ab]){var D=o[ag[ab]]||ac.missingGlyph,v;if(!D){continue}if(n){v=q.childNodes[aa];while(v.firstChild){v.removeChild(v.firstChild)}}else{v=document.createElement("cvml:shape");q.appendChild(v)}v.stroked="f";v.coordsize=O;v.coordorigin=m=(U-S)+","+T;v.path=(D.d?"m"+D.d+"xe":"")+"m"+m+J;v.fillcolor=F;if(u){v.appendChild(u.cloneNode(false))}var ae=v.style;ae.width=X;ae.height=af;if(H){var s=H[0],r=H[1];var B=Cufon.CSS.color(s.color),z;var N=document.createElement("cvml:shadow");N.on="t";N.color=B.color;N.offset=s.offX+","+s.offY;if(r){z=Cufon.CSS.color(r.color);N.type="double";N.color2=z.color;N.offset2=r.offX+","+r.offY}N.opacity=B.opacity||(z&&z.opacity)||1;v.appendChild(N)}S+=L[aa++]}var M=v.nextSibling,t,A;if(C.forceHitArea){if(!M){M=document.createElement("cvml:rect");M.stroked="f";M.className="cufon-vml-cover";t=document.createElement("cvml:fill");t.opacity=0;M.appendChild(t);q.appendChild(M)}A=M.style;A.width=X;A.height=af}else{if(M){q.removeChild(M)}}ai.width=Math.max(Math.ceil(p.convert(k*P)),0);if(h){var Q=Y.computedYAdjust;if(Q===undefined){var E=Y.get("lineHeight");if(E=="normal"){E="1em"}else{if(!isNaN(E)){E+="em"}}Y.computedYAdjust=Q=0.5*(a(ad,E)-parseFloat(ai.height))}if(Q){ai.marginTop=Math.ceil(Q)+"px";ai.marginBottom=Q+"px"}}return y}})());Cufon.registerEngine("canvas",(function(){var b=document.createElement("canvas");if(!b||!b.getContext||!b.getContext.apply){return}b=null;var a=Cufon.CSS.supports("display","inline-block");var e=!a&&(document.compatMode=="BackCompat"||/frameset|transitional/i.test(document.doctype.publicId));var f=document.createElement("style");f.type="text/css";f.appendChild(document.createTextNode(("cufon{text-indent:0;}@media screen,projection{cufon{display:inline;display:inline-block;position:relative;vertical-align:middle;"+(e?"":"font-size:1px;line-height:1px;")+"}cufon cufontext{display:-moz-inline-box;display:inline-block;width:0;height:0;overflow:hidden;text-indent:-10000in;}"+(a?"cufon canvas{position:relative;}":"cufon canvas{position:absolute;}")+"}@media print{cufon{padding:0;}cufon canvas{display:none;}}").replace(/;/g,"!important;")));document.getElementsByTagName("head")[0].appendChild(f);function d(p,h){var n=0,m=0;var g=[],o=/([mrvxe])([^a-z]*)/g,k;generate:for(var j=0;k=o.exec(p);++j){var l=k[2].split(",");switch(k[1]){case"v":g[j]={m:"bezierCurveTo",a:[n+~~l[0],m+~~l[1],n+~~l[2],m+~~l[3],n+=~~l[4],m+=~~l[5]]};break;case"r":g[j]={m:"lineTo",a:[n+=~~l[0],m+=~~l[1]]};break;case"m":g[j]={m:"moveTo",a:[n=~~l[0],m=~~l[1]]};break;case"x":g[j]={m:"closePath"};break;case"e":break generate}h[g[j].m].apply(h,g[j].a)}return g}function c(m,k){for(var j=0,h=m.length;j<h;++j){var g=m[j];k[g.m].apply(k,g.a)}}return function(V,w,P,t,C,W){var k=(w===null);if(k){w=C.getAttribute("alt")}var A=V.viewBox;var m=P.getSize("fontSize",V.baseSize);var B=0,O=0,N=0,u=0;var z=t.textShadow,L=[];if(z){for(var U=z.length;U--;){var F=z[U];var K=m.convertFrom(parseFloat(F.offX));var I=m.convertFrom(parseFloat(F.offY));L[U]=[K,I];if(I<B){B=I}if(K>O){O=K}if(I>N){N=I}if(K<u){u=K}}}var Z=Cufon.CSS.textTransform(w,P).split("");var E=V.spacing(Z,~~m.convertFrom(parseFloat(P.get("letterSpacing"))||0),~~m.convertFrom(parseFloat(P.get("wordSpacing"))||0));if(!E.length){return null}var h=E.total;O+=A.width-E[E.length-1];u+=A.minX;var s,n;if(k){s=C;n=C.firstChild}else{s=document.createElement("cufon");s.className="cufon cufon-canvas";s.setAttribute("alt",w);n=document.createElement("canvas");s.appendChild(n);if(t.printable){var S=document.createElement("cufontext");S.appendChild(document.createTextNode(w));s.appendChild(S)}}var aa=s.style;var H=n.style;var j=m.convert(A.height);var Y=Math.ceil(j);var M=Y/j;var G=M*Cufon.CSS.fontStretch(P.get("fontStretch"));var J=h*G;var Q=Math.ceil(m.convert(J+O-u));var o=Math.ceil(m.convert(A.height-B+N));n.width=Q;n.height=o;H.width=Q+"px";H.height=o+"px";B+=A.minY;H.top=Math.round(m.convert(B-V.ascent))+"px";H.left=Math.round(m.convert(u))+"px";var r=Math.max(Math.ceil(m.convert(J)),0)+"px";if(a){aa.width=r;aa.height=m.convert(V.height)+"px"}else{aa.paddingLeft=r;aa.paddingBottom=(m.convert(V.height)-1)+"px"}var X=n.getContext("2d"),D=j/A.height;X.scale(D,D*M);X.translate(-u,-B);X.save();function T(){var x=V.glyphs,ab,l=-1,g=-1,y;X.scale(G,1);while(y=Z[++l]){var ab=x[Z[l]]||V.missingGlyph;if(!ab){continue}if(ab.d){X.beginPath();if(ab.code){c(ab.code,X)}else{ab.code=d("m"+ab.d,X)}X.fill()}X.translate(E[++g],0)}X.restore()}if(z){for(var U=z.length;U--;){var F=z[U];X.save();X.fillStyle=F.color;X.translate.apply(X,L[U]);T()}}var q=t.textGradient;if(q){var v=q.stops,p=X.createLinearGradient(0,A.minY,0,A.maxY);for(var U=0,R=v.length;U<R;++U){p.addColorStop.apply(p,v[U])}X.fillStyle=p}else{X.fillStyle=P.get("color")}T();return s}})());
/*!
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 * Copyright © 1991, 1992, 2002 Adobe Systems Incorporated.  All Rights Reserved.
 * © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Trademark:
 * PMN Caecilia is a trademark of Heidelberger Druckmaschinen AG, exclusively
 * licensed through Linotype Library GmbH, and may be registered in certain
 * jurisdictions.
 * 
 * Full name:
 * CaeciliaLTStd-Roman
 * 
 * Designer:
 * Peter Matthias Noordzij
 * 
 * Vendor URL:
 * http://www.adobe.com/type
 * 
 * License information:
 * http://www.adobe.com/type/legal.html
 */
Cufon.registerFont({"w":200,"face":{"font-family":"Caecilia LT Std","font-weight":400,"font-stretch":"normal","units-per-em":"360","panose-1":"0 0 5 0 0 0 0 0 0 0","ascent":"277","descent":"-83","x-height":"4","bbox":"-20 -302 386 97","underline-thickness":"18","underline-position":"-18","stemh":"23","stemv":"30","unicode-range":"U+0020-U+007E"},"glyphs":{" ":{"w":100,"k":{"T":27,"V":27,"W":20,"Y":27,"A":13}},"!":{"d":"45,-85r-4,-192r34,0r-4,192r-26,0xm34,-18v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-23,-10,-23,-22","w":113},"\"":{"d":"102,-190r-4,-44v-1,-8,-2,-15,-2,-27v0,-11,4,-19,17,-19v13,0,17,8,17,19v0,12,-1,19,-2,27r-4,44v0,9,-2,16,-11,16v-9,0,-10,-7,-11,-16xm36,-190r-4,-44v-1,-8,-2,-15,-2,-27v0,-11,4,-19,17,-19v13,0,16,8,16,19v0,12,0,19,-1,27r-4,44v0,9,-2,16,-11,16v-9,0,-10,-7,-11,-16","w":159},"#":{"d":"85,-152r-11,52r41,0r11,-52r-41,0xm51,-100r12,-52r-40,0r0,-20r44,0r18,-80r22,0r-17,80r40,0r18,-80r23,0r-18,80r40,0r0,20r-44,0r-11,52r39,0r0,20r-44,0r-17,80r-23,0r18,-80r-41,0r-18,80r-22,0r17,-80r-40,0r0,-20r44,0"},"$":{"d":"90,-256r0,-46r23,0r0,46v16,0,49,4,63,10r0,51r-27,0r0,-30v-12,-4,-25,-7,-37,-7r0,90v40,10,78,19,78,70v0,48,-37,72,-80,76r0,46r-23,0r0,-46v-15,0,-65,-6,-77,-12r0,-55r30,0r0,35v14,5,27,8,47,8r1,-96v-51,-9,-78,-27,-78,-68v0,-44,37,-72,80,-72xm89,-146r1,-86v-11,0,-49,6,-49,45v0,30,36,39,48,41xm111,-112r-1,91v18,-1,49,-12,49,-48v0,-30,-25,-39,-48,-43"},"%":{"d":"74,-138v-35,0,-59,-24,-59,-59v0,-35,24,-59,59,-59v32,0,57,24,57,59v0,35,-25,59,-57,59xm73,-160v21,0,31,-18,31,-37v0,-19,-10,-37,-31,-37v-21,0,-32,18,-32,37v0,19,11,37,32,37xm227,4v-35,0,-59,-24,-59,-59v0,-35,24,-59,59,-59v32,0,57,24,57,59v0,35,-25,59,-57,59xm226,-18v21,0,31,-18,31,-37v0,-19,-10,-37,-31,-37v-21,0,-31,18,-31,37v0,19,10,37,31,37xm59,8r162,-280r18,12r-162,280","w":299},"&":{"d":"102,-156v24,-16,39,-26,39,-48v0,-19,-15,-30,-33,-30v-21,0,-36,12,-36,33v0,19,18,33,30,45xm174,-46r-79,-79v-24,15,-40,29,-40,55v0,30,25,50,61,50v32,0,50,-17,58,-26xm117,-140r73,74v9,-15,18,-33,18,-63r-27,0r0,-23r80,0r0,23r-28,0v0,31,-14,64,-26,80r18,15v10,9,19,12,26,12v4,0,7,-1,10,-1r0,23v-4,0,-8,1,-13,1v-28,0,-37,-12,-56,-30v-23,24,-48,33,-81,33v-63,0,-85,-42,-85,-69v0,-39,25,-56,54,-75v-27,-27,-34,-42,-34,-61v0,-8,1,-55,63,-55v33,0,59,17,59,52v0,30,-29,50,-51,64","w":280},"(":{"d":"91,-284r21,14v-35,43,-54,122,-54,177v0,56,21,135,54,177r-21,13v-43,-60,-64,-115,-64,-190v0,-74,21,-130,64,-191","w":113},")":{"d":"22,97r-21,-13v35,-43,54,-122,54,-177v0,-56,-21,-135,-54,-177r21,-14v43,60,64,116,64,191v0,74,-21,129,-64,190","w":113},"*":{"d":"57,-231r-5,-46r23,0r-5,46r37,-25r10,18r-41,17r41,18r-10,18r-37,-24r5,45r-23,0r5,-45r-38,24r-10,-18r42,-18r-42,-17r10,-18","w":126},"+":{"d":"96,0r0,-79r-79,0r0,-24r79,0r0,-79r24,0r0,79r79,0r0,24r-79,0r0,79r-24,0","w":216},",":{"d":"38,66r-14,-14r13,-15v5,-6,8,-12,8,-23v0,-8,-3,-11,-8,-17v-6,-6,-9,-10,-9,-18v0,-12,9,-19,21,-19v18,0,27,16,27,35v0,25,-9,43,-27,60","w":100,"k":{" ":13}},"-":{"d":"27,-85r0,-27r93,0r0,27r-93,0","w":146},".":{"d":"28,-18v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22","w":100,"k":{" ":13}},"\/":{"d":"-10,19r118,-299r22,9r-117,299","w":133},"0":{"d":"100,-232v-49,0,-57,69,-57,106v0,37,8,106,57,106v49,0,57,-69,57,-106v0,-37,-8,-106,-57,-106xm100,-256v70,0,88,73,88,126v0,60,-20,134,-88,134v-70,0,-88,-73,-88,-126v0,-60,20,-134,88,-134"},"1":{"d":"22,-201r83,-51r23,0r-1,229r52,0r0,23r-132,0r0,-23r50,0r2,-199r-1,0v-1,1,-3,3,-6,5r-57,37"},"2":{"d":"47,-181r-29,0v0,-18,17,-75,80,-75v50,0,76,30,76,70v0,55,-59,112,-83,133r-33,29r0,1v5,0,8,-1,13,-1r112,0r0,24r-166,0r0,-21r18,-16v3,-2,66,-58,87,-90v13,-20,22,-36,22,-61v0,-24,-15,-44,-45,-44v-42,0,-48,33,-52,51"},"3":{"d":"67,-117r0,-24r10,0v42,0,62,-28,62,-52v0,-23,-17,-39,-42,-39v-25,0,-49,16,-49,43r-28,0v0,-30,22,-67,80,-67v48,0,70,28,70,60v0,45,-34,59,-52,62r0,1v37,4,62,23,62,62v0,34,-25,75,-95,75v-33,0,-56,-7,-64,-13r0,-29v15,11,41,18,63,18v44,0,65,-22,65,-52v0,-42,-44,-45,-72,-45r-10,0"},"4":{"d":"119,-100r1,-119r-1,0r-84,120v5,-1,10,-1,15,-1r69,0xm89,0r0,-23r29,0r1,-53r-114,0r0,-22r109,-154r34,0r-1,152r48,0r0,24r-48,0r-1,53r30,0r0,23r-87,0"},"5":{"d":"166,-252r0,24r-106,0r-1,72v52,2,117,12,117,78v0,39,-27,82,-96,82v-24,0,-43,-3,-56,-9r0,-27v9,4,36,12,54,12v56,0,67,-35,67,-56v0,-56,-79,-56,-114,-56r1,-120r134,0"},"6":{"d":"179,-252r-3,24v-8,-2,-23,-4,-37,-4v-63,0,-93,48,-93,107v13,-15,32,-30,64,-30v50,0,74,33,74,77v0,31,-19,82,-81,82v-52,0,-87,-40,-87,-115v0,-84,38,-145,123,-145v11,0,28,1,40,4xm47,-100v0,36,15,80,57,80v26,0,50,-19,50,-58v0,-26,-14,-52,-51,-52v-28,0,-49,18,-56,30"},"7":{"d":"21,-225r0,-27r158,0r0,21r-86,175v-13,26,-25,47,-31,56r-36,0v8,-12,21,-29,35,-56r78,-154r9,-15r-127,0"},"8":{"d":"15,-59v0,-38,28,-56,61,-70v-31,-14,-52,-32,-52,-64v0,-35,26,-63,76,-63v40,0,77,16,77,58v0,32,-20,51,-52,67v31,17,60,28,60,68v0,43,-32,67,-85,67v-58,0,-85,-25,-85,-63xm82,-153r19,10r23,-13v16,-9,24,-22,24,-39v0,-28,-25,-37,-48,-37v-23,0,-47,12,-47,39v0,21,15,33,29,40xm125,-103r-26,-14v-23,11,-53,26,-53,56v0,28,23,41,54,41v42,0,56,-25,56,-44v0,-10,-4,-24,-31,-39"},"9":{"d":"21,0r3,-24v8,2,23,4,37,4v63,0,93,-48,93,-107v-13,15,-32,30,-64,30v-50,0,-74,-33,-74,-77v0,-31,20,-82,82,-82v52,0,86,40,86,115v0,84,-38,145,-123,145v-11,0,-28,-1,-40,-4xm153,-152v0,-36,-15,-80,-57,-80v-26,0,-50,19,-50,58v0,26,14,52,51,52v28,0,49,-18,56,-30"},":":{"d":"28,-163v0,-12,10,-23,22,-23v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22xm28,-18v0,-12,10,-22,22,-22v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22","w":100},";":{"d":"38,66r-14,-14r13,-15v5,-6,8,-12,8,-23v0,-8,-3,-11,-8,-17v-6,-6,-9,-10,-9,-18v0,-12,9,-19,21,-19v18,0,27,16,27,35v0,25,-9,43,-27,60xm28,-163v0,-12,10,-23,22,-23v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-22,-10,-22,-22","w":100},"<":{"d":"17,-80r0,-23r182,-82r0,24r-153,70r153,69r0,25","w":216},"=":{"d":"17,-115r0,-24r182,0r0,24r-182,0xm17,-43r0,-24r182,0r0,24r-182,0","w":216},">":{"d":"199,-102r0,22r-182,83r0,-25r153,-69r-153,-70r0,-24","w":216},"?":{"d":"36,-248r-2,-25v18,-6,38,-7,44,-7v62,0,75,40,75,64v0,32,-21,51,-39,64r-13,10v-19,13,-29,20,-29,32v0,3,2,10,6,14r4,5r-24,13v-9,-9,-15,-19,-15,-33v0,-21,11,-28,30,-42r12,-8v23,-14,37,-31,37,-52v0,-21,-13,-42,-51,-42v-12,0,-24,3,-35,7xm44,-18v0,-12,11,-22,23,-22v12,0,22,10,22,22v0,12,-10,22,-22,22v-12,0,-23,-10,-23,-22","w":180},"@":{"d":"176,-140v0,-24,-11,-34,-29,-34v-31,0,-51,35,-51,65v0,21,10,34,27,34v32,0,53,-39,53,-65xm219,-193r-25,88v-4,14,-6,21,-6,24v0,5,3,8,12,8v19,0,43,-33,43,-72v0,-52,-43,-85,-93,-85v-62,0,-105,48,-105,105v0,64,47,103,102,103v39,0,69,-11,87,-33r29,0v-18,34,-59,59,-116,59v-74,0,-133,-48,-133,-130v0,-73,55,-130,136,-130v71,0,124,43,124,107v0,70,-56,100,-89,100v-18,0,-25,-8,-25,-20r-1,0v-9,11,-24,20,-43,20v-27,0,-48,-21,-48,-56v0,-50,37,-95,78,-95v17,0,31,9,40,27r7,-20r26,0","w":288},"A":{"d":"95,-122r75,0r-31,-84v-3,-8,-4,-12,-5,-17r0,0v-1,5,-2,9,-5,17xm4,0r0,-23r23,0r94,-229r33,0r85,229r24,0r0,23r-85,0r0,-23r26,0r-27,-76r-91,0r-29,76r30,0r0,23r-83,0","w":266,"k":{"v":23,"w":27,"y":27,"C":13,"G":13,"O":13,"Q":13,"T":33,"u":9,"U":11,"V":33,"W":27,"Y":33}},"B":{"d":"76,-229r0,88r18,0v32,0,64,-7,64,-45v0,-43,-34,-43,-51,-43r-31,0xm76,-118r-1,95r23,0v31,0,74,0,74,-47v0,-42,-36,-48,-66,-48r-30,0xm44,-23r1,-206r-28,0r0,-23r87,0v24,0,39,1,53,8v19,9,32,27,32,53v0,33,-21,53,-49,58r0,1v33,0,65,21,65,62v0,54,-44,70,-89,70r-99,0r0,-23r27,0","w":226,"k":{",":9,".":9,"A":11}},"C":{"d":"229,-244r0,58r-28,0r0,-40v-9,-3,-27,-6,-48,-6v-61,0,-102,36,-102,104v0,69,36,108,104,108v15,0,30,-3,42,-6r1,-41r28,0r-1,61v-15,6,-48,10,-72,10v-83,0,-135,-41,-135,-128v0,-71,43,-132,137,-132v27,0,57,6,74,12","w":246,"k":{"A":9}},"D":{"d":"75,-229r-1,206r39,0v37,0,63,-8,81,-26v17,-17,28,-46,28,-81v0,-33,-11,-61,-29,-77v-21,-18,-45,-22,-79,-22r-39,0xm43,-23r1,-206r-29,0r0,-23r114,0v75,0,126,38,126,122v0,89,-53,130,-138,130r-102,0r0,-23r28,0","w":273,"k":{"V":16,"W":16,"Y":27,",":16,".":16,"A":20}},"E":{"d":"43,-23r1,-206r-29,0r0,-23r171,0r0,58r-27,0r0,-35r-84,0r0,88r79,0r0,23r-79,0r-1,95r87,0r2,-39r27,0r-2,62r-173,0r0,-23r28,0","w":206},"F":{"d":"43,-23r1,-206r-29,0r0,-23r169,0r1,59r-27,0r-1,-36r-82,0r0,92r86,0r0,23r-86,0r-1,91r32,0r0,23r-91,0r0,-23r28,0","k":{",":46,".":46,"A":27,"a":16,"e":11,"i":6,"o":11,"r":6}},"G":{"d":"225,-87r0,81v-15,6,-48,10,-72,10v-83,0,-135,-41,-135,-128v0,-71,40,-132,134,-132v33,0,66,8,77,13r0,57r-27,0r0,-38v-9,-4,-29,-8,-52,-8v-61,0,-99,36,-99,104v0,69,36,108,104,108v9,0,29,-2,42,-6r0,-61r-31,0r0,-23r87,0r0,23r-28,0","w":259,"k":{",":9,".":9}},"H":{"d":"43,-23r1,-206r-29,0r0,-23r88,0r0,23r-28,0r0,92r131,0r0,-92r-29,0r0,-23r88,0r0,23r-28,0r-1,206r29,0r0,23r-88,0r0,-23r28,0r1,-91r-131,0r-1,91r29,0r0,23r-88,0r0,-23r28,0","w":280},"I":{"d":"44,-23r1,-206r-28,0r0,-23r87,0r0,23r-28,0r-1,206r29,0r0,23r-87,0r0,-23r27,0","w":120},"J":{"d":"15,-229r0,-23r87,0r0,23r-26,0r-2,160v-1,73,-24,105,-85,135r-9,-23v46,-22,63,-61,63,-111r2,-161r-30,0","w":113,"k":{"u":6,",":13,".":13,"A":6,"a":4,"e":4,"o":4}},"K":{"d":"15,-229r0,-23r88,0r0,23r-28,0r0,96r109,-96r-31,0r0,-23r87,0r0,23r-22,0r-112,98r114,108r23,0r0,23r-92,0r0,-23r30,0r-106,-100r-1,100r29,0r0,23r-88,0r0,-23r28,0r1,-206r-29,0","w":253,"k":{"y":20,"O":16,"u":13,"e":4,"o":11}},"L":{"d":"43,-23r1,-206r-29,0r0,-23r86,0r0,23r-26,0r-1,206r86,0r2,-39r27,0r-3,62r-171,0r0,-23r28,0","k":{"y":27,"T":33,"V":33,"W":33,"Y":40}},"M":{"d":"13,-229r0,-23r68,0r81,201v2,5,2,9,4,16r0,0v2,-7,2,-11,4,-16r81,-201r70,0r0,23r-33,0r2,206r31,0r0,23r-87,0r0,-23r27,0r0,-184r0,0v-3,10,-4,14,-6,19r-77,188r-27,0r-78,-190v-2,-4,-2,-7,-5,-15r0,0r-1,182r31,0r0,23r-85,0r0,-23r29,0r2,-206r-31,0","w":333},"N":{"d":"43,-23r1,-206r-33,0r0,-23r60,0r137,184v4,6,8,13,12,19r1,0r1,-180r-31,0r0,-23r85,0r0,23r-27,0r-2,229r-25,0r-143,-189v-4,-5,-7,-11,-10,-16r0,0r-2,182r32,0r0,23r-84,0r0,-23r28,0","w":286,"k":{",":9,".":9,"A":6}},"O":{"d":"18,-122v0,-77,42,-134,119,-134v79,0,119,57,119,126v0,77,-42,134,-119,134v-79,0,-119,-57,-119,-126xm51,-126v0,55,25,106,86,106v61,0,85,-51,85,-106v0,-55,-24,-106,-85,-106v-61,0,-86,51,-86,106","w":273,"k":{"T":9,"V":13,"W":13,"Y":27,",":16,".":16,"A":16,"X":9}},"P":{"d":"43,-23r1,-206r-29,0r0,-23r87,0v26,0,43,4,58,12v20,11,33,31,33,59v0,51,-36,79,-76,79r-42,0r-1,79r32,0r0,23r-91,0r0,-23r28,0xm75,-229r0,104r33,0v34,0,54,-20,54,-52v0,-22,-9,-37,-23,-45v-12,-7,-23,-7,-41,-7r-23,0","w":206,"k":{",":46,".":46,"A":27,"a":9,"e":9,"o":11}},"Q":{"d":"301,37r-1,23v-4,2,-10,3,-22,3v-24,0,-40,-8,-113,-41v-13,-6,-35,-18,-39,-18v-45,0,-108,-37,-108,-126v0,-77,42,-134,119,-134v79,0,119,57,119,126v0,60,-26,113,-81,129r0,0v8,1,20,7,56,25v13,6,33,15,52,15v7,0,13,-2,18,-2xm137,-232v-61,0,-86,51,-86,106v0,55,25,106,86,106v61,0,85,-51,85,-106v0,-55,-24,-106,-85,-106","w":273,"k":{"U":4}},"R":{"d":"76,-229r0,95r29,0v32,0,57,-14,57,-50v0,-37,-26,-45,-59,-45r-27,0xm17,-229r0,-23r84,0v45,0,92,7,92,65v0,42,-29,65,-59,68r0,1v9,0,21,7,33,28r21,37v16,26,18,30,33,30r11,0r0,23r-15,0v-26,0,-33,-3,-47,-24r-24,-42v-22,-38,-29,-46,-51,-46r-19,0r-1,89r29,0r0,23r-87,0r0,-23r27,0r1,-206r-28,0","w":233,"k":{"O":4,"T":13,"U":4,"V":20,"W":20,"Y":20}},"S":{"d":"24,-8r0,-56r29,0r0,34v12,7,34,10,50,10v36,0,59,-17,59,-47v0,-67,-138,-28,-138,-118v0,-31,18,-71,93,-71v18,0,52,5,68,12r0,50r-28,0r0,-31v-9,-4,-30,-7,-42,-7v-27,0,-58,11,-58,44v0,64,138,24,138,117v0,55,-47,75,-96,75v-41,0,-61,-9,-75,-12","w":213,"k":{",":6,".":9}},"T":{"d":"103,-23r2,-206r-69,0r-2,39r-27,0r2,-62r222,0r2,62r-26,0r-3,-39r-68,0r-2,206r32,0r0,23r-90,0r0,-23r27,0","w":240,"k":{"w":54,"y":54,"O":9,"u":46,",":40,".":40,"A":33,"a":33,"e":27,"i":20,"o":40,"r":33,"-":40,":":27,";":27}},"U":{"d":"99,-252r0,23r-27,0v0,35,-1,70,-1,129v0,31,3,49,13,62v10,13,28,18,54,18v25,0,44,-6,56,-21v10,-14,11,-36,11,-70r1,-118r-31,0r0,-23r87,0r0,23r-28,0r-1,136v0,29,-3,50,-20,70v-14,18,-40,27,-76,27v-44,0,-68,-11,-83,-31v-12,-16,-14,-34,-14,-76v0,-41,1,-87,1,-126r-29,0r0,-23r87,0","w":273,"k":{",":16,".":16,"A":20}},"V":{"d":"113,0r-89,-229r-23,0r0,-23r87,0r0,23r-28,0r68,188v2,5,3,9,4,14r1,0v1,-5,2,-9,4,-14r67,-188r-30,0r0,-23r85,0r0,23r-24,0r-88,229r-34,0","w":259,"k":{"G":13,"O":11,"u":20,",":46,".":46,"A":33,"a":33,"e":27,"i":13,"o":27,"-":33,":":27,";":27}},"W":{"d":"105,0r-79,-229r-25,0r0,-23r87,0r0,23r-29,0r62,191v2,5,3,9,4,14r1,0v1,-5,2,-9,4,-14r55,-146r-14,-45r-27,0r0,-23r85,0r0,23r-27,0r57,191v2,5,3,9,4,14r1,0v1,-5,1,-9,3,-14r66,-191r-32,0r0,-23r85,0r0,23r-23,0r-85,229r-35,0r-45,-148r-1,0r-57,148r-35,0","w":386,"k":{"y":23,"O":13,"u":13,",":46,".":46,"A":27,"a":27,"e":27,"i":11,"o":27,"-":27,":":27,";":27}},"X":{"d":"32,-23r79,-104r-72,-102r-26,0r0,-23r91,0r0,23r-29,0v4,4,6,7,9,11r46,68r50,-69v3,-4,6,-7,9,-10r-30,0r0,-23r83,0r0,23r-24,0r-73,99r75,107r24,0r0,23r-89,0r0,-23r28,0v-3,-3,-6,-7,-8,-10r-50,-74r-54,75v-3,3,-5,6,-8,9r29,0r0,23r-83,0r0,-23r23,0","w":253},"Y":{"d":"3,-229r0,-23r87,0r0,23r-26,0v3,3,5,6,8,10r63,86r60,-85v3,-4,6,-7,10,-11r-31,0r0,-23r83,0r0,23r-23,0r-86,120r-1,86r28,0r0,23r-85,0r0,-23r26,0r1,-85r-88,-121r-26,0","w":259,"k":{"O":20,"u":33,",":46,".":46,"A":33,"a":33,"e":33,"i":20,"o":40,"-":46,":":33,";":33,"S":13}},"Z":{"d":"19,0r0,-21r148,-196v3,-4,7,-8,11,-12r-123,0r-2,37r-27,0r2,-60r186,0r0,23r-146,193v-3,4,-7,9,-11,13r129,0r2,-38r27,0r-3,61r-193,0","w":233},"[":{"d":"37,90r1,-367r64,0r0,23r-34,0r-2,322r34,0r0,22r-63,0","w":113},"\\":{"d":"26,-280r117,299r-22,9r-118,-299","w":133},"]":{"d":"76,-277r-1,367r-63,0r0,-22r33,0r2,-322r-34,0r0,-23r63,0","w":113},"^":{"d":"159,-121r-51,-103r-51,103r-25,0r65,-131r22,0r65,131r-25,0","w":216},"_":{"d":"180,45r-180,0r0,-18r180,0r0,18","w":180},"a":{"d":"87,-18v20,0,53,-11,53,-67v-44,0,-88,0,-88,35v0,21,16,32,35,32xm57,-160r0,29r-27,0r0,-45v21,-8,42,-14,65,-14v48,0,73,18,73,67v0,16,-2,67,-2,100r27,0r0,23r-53,0r0,-8v0,-11,2,-25,3,-32r0,0v-11,30,-30,44,-63,44v-21,0,-57,-8,-57,-53v0,-52,55,-57,117,-57r0,-13v0,-35,-13,-48,-42,-48v-10,0,-28,1,-41,7","w":206},"b":{"d":"61,-99r-2,70v17,6,26,9,40,9v49,0,68,-40,68,-80v0,-46,-22,-66,-51,-66v-26,0,-54,17,-55,67xm30,-10r1,-244r-31,0r0,-23r61,0r-1,98v0,8,-2,26,-3,34r1,0v8,-26,32,-45,65,-45v51,0,75,41,75,90v0,44,-23,104,-100,104v-31,0,-41,-5,-68,-14","w":213,"k":{"v":9,"y":11,"l":4,",":9,".":9}},"c":{"d":"169,-31r-2,26v-14,4,-32,9,-53,9v-73,0,-97,-48,-97,-97v0,-71,52,-97,93,-97v21,0,41,2,60,9r0,49r-27,0r0,-29v-8,-3,-23,-5,-31,-5v-54,0,-64,43,-64,73v0,10,1,73,70,73v18,0,34,-6,51,-11","w":186,"k":{"y":9,"h":6,"k":6}},"d":{"d":"157,-98r0,-59v-7,-3,-14,-9,-37,-9v-44,0,-70,29,-70,81v0,35,17,65,53,65v45,0,54,-42,54,-78xm187,-277r-2,254r28,0r0,23r-57,0v0,-15,1,-28,3,-37r0,-1v-6,19,-26,42,-63,42v-42,0,-77,-29,-77,-89v0,-61,35,-105,99,-105v11,0,30,2,39,8r0,-72r-37,0r0,-23r67,0","w":226,"k":{"v":6,"w":11,"y":9}},"e":{"d":"48,-113r104,0v0,-29,-18,-54,-49,-54v-32,0,-53,23,-55,54xm183,-90r-135,0v1,38,17,70,70,70v20,0,41,-6,56,-14r-1,25v-14,7,-42,13,-61,13v-59,0,-95,-32,-95,-97v0,-55,29,-97,86,-97v73,0,80,67,80,100","k":{"b":2,"g":6,"v":11,"w":11,"y":11,",":6,".":6,"p":4,"x":2}},"f":{"d":"157,-275r-1,24v-6,-3,-20,-4,-30,-4v-44,0,-49,23,-49,54r0,15r48,0r0,23r-48,0r-1,140r31,0r0,23r-85,0r0,-23r25,0r1,-140r-31,0r0,-23r31,0r0,-18v0,-54,28,-76,74,-76v6,0,29,2,35,5","w":133},"g":{"d":"203,-186r0,23r-17,0v-5,0,-19,-2,-24,-2v15,14,17,31,17,45v0,41,-34,66,-78,66v-8,0,-34,5,-34,18v0,9,9,11,32,15r50,8v29,5,50,15,50,45v0,43,-45,63,-91,63v-45,0,-89,-15,-89,-51v0,-28,23,-41,47,-46r0,-1v-15,-3,-28,-11,-28,-28v0,-19,19,-24,34,-28r0,-1v-13,-3,-47,-16,-47,-63v0,-39,32,-67,77,-67v10,0,24,2,32,4r69,0xm138,12r-50,-8v-4,0,-40,11,-40,35v0,29,43,33,61,33v23,0,61,-7,61,-37v0,-17,-15,-20,-32,-23xm103,-167v-29,0,-50,18,-50,45v0,26,22,45,48,45v32,0,52,-20,52,-46v0,-18,-14,-44,-50,-44","k":{"a":-2,"e":-4,"i":-4}},"h":{"d":"43,-23r2,-231r-36,0r0,-23r65,0r0,98v0,8,-3,26,-4,34r1,0v8,-28,38,-45,66,-45v51,0,64,35,64,70v0,32,-2,68,-2,97r27,0r0,23r-80,0r0,-23r24,0v0,-29,1,-59,1,-89v0,-18,-1,-54,-42,-54v-26,0,-55,17,-55,67r-1,76r27,0r0,23r-83,0r0,-23r26,0","w":240,"k":{"y":11}},"i":{"d":"43,-23r2,-140r-34,0r0,-23r63,0r-1,163r29,0r0,23r-88,0r0,-23r29,0xm33,-257v0,-12,11,-23,23,-23v12,0,22,11,22,23v0,12,-10,22,-22,22v-12,0,-23,-10,-23,-22","w":113,"k":{"v":4}},"j":{"d":"79,-186r-2,140v-1,62,-11,87,-28,106v-17,20,-39,30,-64,35r-5,-24v21,-6,37,-15,49,-30v13,-15,18,-40,19,-87r1,-117r-34,0r0,-23r64,0xm38,-257v0,-12,10,-23,22,-23v12,0,23,11,23,23v0,12,-11,22,-23,22v-12,0,-22,-10,-22,-22","w":113},"k":{"d":"43,-23r2,-231r-36,0r0,-23r65,0r-1,173r71,-58r0,-1r-26,0r0,-23r81,0r0,23r-19,0r-77,63r84,77r20,0r0,23r-81,0r0,-23r23,0r0,0r-76,-72r0,72r24,0r0,23r-80,0r0,-23r26,0","w":213,"k":{"y":4}},"l":{"d":"43,-23r2,-231r-36,0r0,-23r65,0r-1,254r29,0r0,23r-85,0r0,-23r26,0","w":113,"k":{"w":4,"y":4}},"m":{"d":"19,0r0,-23r24,0r2,-140r-30,0r0,-23r59,0v0,7,0,18,-1,23r-3,18r1,0v8,-28,38,-45,66,-45v34,0,51,19,56,43r1,0v4,-8,15,-43,63,-43v51,0,63,35,63,70v0,32,-1,68,-1,97r27,0r0,23r-80,0r0,-23r23,0v0,-30,2,-60,2,-90v0,-27,-5,-53,-40,-53v-24,0,-54,17,-54,67r0,76r26,0r0,23r-81,0r0,-23r24,0v0,-30,1,-60,1,-90v0,-27,-5,-53,-40,-53v-24,0,-53,17,-53,67r-1,76r27,0r0,23r-81,0","w":360,"k":{"y":6,"u":4}},"n":{"d":"146,0r0,-23r24,0v0,-29,1,-59,1,-89v0,-18,-1,-54,-42,-54v-26,0,-55,17,-55,67r-1,76r27,0r0,23r-81,0r0,-23r24,0r2,-140r-30,0r0,-23r59,0v0,7,0,18,-1,23r-3,18r1,0v8,-28,38,-45,66,-45v51,0,64,35,64,70v0,32,-2,68,-2,97r27,0r0,23r-80,0","w":240,"k":{"v":11,"y":11,"u":4}},"o":{"d":"17,-88v0,-59,33,-102,90,-102v57,0,90,39,90,92v0,59,-33,102,-90,102v-57,0,-90,-39,-90,-92xm48,-93v0,40,19,73,59,73v40,0,59,-33,59,-73v0,-40,-19,-73,-59,-73v-40,0,-59,33,-59,73","w":213,"k":{"g":2,"v":9,"w":9,"y":9,",":9,".":9,"x":2}},"p":{"d":"41,68r2,-231r-32,0r0,-23r61,0r0,7v0,8,-3,26,-4,34r1,0v8,-26,33,-45,66,-45v51,0,75,41,75,90v0,44,-23,104,-100,104v-13,0,-28,-2,-38,-6r-1,70r31,0r0,22r-87,0r0,-22r26,0xm72,-99r-1,70v17,6,26,9,40,9v49,0,68,-40,68,-80v0,-46,-23,-66,-52,-66v-26,0,-54,17,-55,67","w":226,"k":{"y":11,",":9,".":9}},"q":{"d":"157,-103r0,-54v-7,-3,-14,-9,-37,-9v-44,0,-70,29,-70,81v0,35,17,65,53,65v46,0,54,-47,54,-83xm128,90r0,-22r27,0r1,-68v0,-16,1,-28,3,-37r0,-1v-8,27,-36,42,-63,42v-33,0,-77,-19,-77,-89v0,-63,36,-105,100,-105v22,0,39,5,56,10r11,0r-1,248r28,0r0,22r-85,0","w":226},"r":{"d":"43,-23r2,-140r-32,0r0,-23r61,0r0,10v0,11,-2,33,-4,48r1,0v7,-27,17,-61,63,-61v3,0,18,2,19,3r-3,27v-5,-2,-13,-3,-20,-3v-38,0,-55,37,-56,70r-1,69r31,0r0,23r-87,0r0,-23r26,0","w":153,"k":{"g":9,"y":4,",":20,".":20,"a":6,"e":4,"o":4,"c":6,"d":9,"-":20}},"s":{"d":"151,-179r1,45r-26,0r-2,-27v-7,-6,-24,-6,-33,-6v-19,0,-42,6,-42,28v0,20,18,26,45,31v47,8,67,22,67,53v0,33,-22,59,-76,59v-20,0,-52,-5,-64,-11r-1,-47r26,0r2,27v11,5,30,9,42,9v19,0,43,-8,43,-31v0,-18,-19,-25,-39,-29v-50,-11,-75,-20,-75,-56v0,-30,20,-56,73,-56v15,0,45,5,59,11","w":180,"k":{"w":9}},"t":{"d":"14,-163r0,-23r30,0r1,-45r30,-2r-2,47r58,0r0,23r-58,0v-1,31,-2,62,-2,93v0,27,1,50,29,50v15,0,28,-5,36,-8r-1,24v-9,5,-26,8,-41,8v-52,0,-52,-37,-52,-61v0,-23,1,-79,1,-106r-29,0","w":140},"u":{"d":"11,-163r0,-23r60,0v0,34,-2,68,-2,110v0,27,5,56,41,56v54,0,55,-58,55,-85r0,-58r-29,0r0,-23r59,0r-1,163r26,0r0,23r-55,0v0,-7,0,-17,1,-22r2,-19r0,0v-8,22,-31,45,-63,45v-53,0,-65,-34,-65,-76v0,-34,1,-62,1,-91r-30,0","w":233},"v":{"d":"4,-163r0,-23r76,0r0,23r-22,0r42,119v2,5,3,11,4,16r1,0v1,-5,2,-11,4,-16r44,-119r-24,0r0,-23r74,0r0,23r-20,0r-65,163r-29,0r-65,-163r-20,0","w":206,"k":{",":33,".":33,"a":4,"e":4,"o":4}},"w":{"d":"6,-163r0,-23r76,0r0,23r-22,0r40,115v2,6,4,16,5,20r1,0v1,-4,3,-14,6,-20r34,-87r-11,-28r-20,0r0,-23r76,0r0,23r-25,0r40,115v2,6,4,16,5,20r0,0v1,-4,3,-14,5,-20r42,-115r-25,0r0,-23r74,0r0,23r-21,0r-62,163r-31,0r-30,-85v-2,-6,-4,-16,-5,-20r0,0v-1,4,-3,14,-6,20r-34,85r-29,0r-62,-163r-21,0","w":313,"k":{",":33,".":33,"a":4,"e":6,"o":6}},"x":{"d":"11,-163r0,-23r81,0r0,23r-24,0r0,1v2,1,4,3,6,5r36,45r36,-45v2,-2,4,-4,6,-5r0,-1r-26,0r0,-23r74,0r0,23r-21,0r-56,66r60,74r22,0r0,23r-81,0r0,-23r25,0r0,0v-2,-1,-4,-4,-6,-6r-39,-49r-40,49v-2,2,-3,5,-5,6r0,0r24,0r0,23r-74,0r0,-23r21,0r60,-72r-55,-68r-24,0","w":213},"y":{"d":"4,-163r0,-23r78,0r0,23r-23,0r44,115v2,6,4,16,5,20r1,0v1,-4,3,-14,5,-20r41,-115r-26,0r0,-23r74,0r0,23r-20,0r-57,157v-26,73,-48,101,-95,101v-9,0,-17,-2,-22,-4r0,-24v4,1,14,3,21,3v21,0,43,-13,57,-47r7,-15r-68,-171r-22,0","w":206,"k":{",":33,".":33,"a":6,"e":6,"o":6}},"z":{"d":"175,-54r-3,54r-154,0r0,-22r104,-123v5,-6,11,-12,17,-18r-88,0r-1,30r-27,0r1,-53r150,0r0,21r-107,128v-4,5,-9,9,-14,14r92,0r3,-31r27,0","w":193},"{":{"d":"100,-277r0,23v-27,0,-32,6,-32,42v0,17,-1,51,-1,68v0,27,-4,43,-25,50r0,1v21,7,25,23,25,50r0,69v0,36,6,42,33,42r0,22r-20,0v-23,0,-43,-8,-43,-54v0,-22,1,-55,1,-77v0,-25,-3,-40,-18,-40r-7,0r0,-24r7,0v15,0,18,-16,18,-41v0,-22,1,-54,1,-76v0,-46,18,-55,41,-55r20,0","w":113},"|":{"d":"28,90r0,-360r24,0r0,360r-24,0","w":79},"}":{"d":"13,90r0,-22v27,0,32,-6,32,-42v0,-17,1,-52,1,-69v0,-27,4,-43,25,-50r0,-1v-21,-7,-25,-23,-25,-50r0,-68v0,-36,-6,-42,-33,-42r0,-23r20,0v23,0,43,9,43,55v0,22,-1,54,-1,76v0,25,3,41,18,41r7,0r0,24r-7,0v-15,0,-18,15,-18,40r0,77v0,46,-19,54,-42,54r-20,0","w":113},"~":{"d":"38,-66r-13,-18v8,-15,20,-32,44,-32v14,0,29,7,42,13v13,6,26,12,36,12v14,0,23,-12,31,-25r13,18v-11,15,-22,31,-45,31v-12,0,-27,-6,-41,-12v-14,-6,-27,-12,-37,-12v-15,0,-24,12,-30,25","w":216},"'":{"d":"39,-190r-4,-44v-1,-8,-2,-15,-2,-27v0,-11,4,-19,17,-19v13,0,17,8,17,19v0,12,-1,19,-2,27r-4,44v0,9,-2,16,-11,16v-9,0,-10,-7,-11,-16","w":100},"`":{"d":"20,-289r66,57r-17,15r-68,-56","w":113},"\u00a0":{"w":100,"k":{"T":27,"V":27,"W":20,"Y":27,"A":13}}}});
/*!
* The following copyright notice may not be removed under any circumstances.
* 
* Copyright:
* Copyright © 1991, 1992, 2002 Adobe Systems Incorporated.  All Rights Reserved.
* © 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
* 
* Trademark:
* PMN Caecilia is a trademark of Heidelberger Druckmaschinen AG, exclusively
* licensed through Linotype Library GmbH, and may be registered in certain
* jurisdictions.
* 
* Full name:
* CaeciliaLTStd-Bold
* 
* Designer:
* Peter Matthias Noordzij
* 
* Vendor URL:
* http://www.adobe.com/type
* 
* License information:
* http://www.adobe.com/type/legal.html
*/
Cufon.registerFont({ "w": 213, "face": { "font-family": "Caecilia LT Std", "font-weight": 700, "font-stretch": "normal", "units-per-em": "360", "panose-1": "0 0 8 0 0 0 0 0 0 0", "ascent": "277", "descent": "-83", "x-height": "4", "bbox": "-26 -304 397 98", "underline-thickness": "18", "underline-position": "-18", "stemh": "30", "stemv": "36", "unicode-range": "U+0020-U+007E" }, "glyphs": { " ": { "w": 106, "k": { "T": 27, "V": 27, "W": 20, "Y": 33, "A": 13} }, "!": { "d": "72,-83r-38,0r-4,-194r47,0xm26,-22v0,-15,12,-28,27,-28v15,0,28,13,28,28v0,15,-13,27,-28,27v-15,0,-27,-12,-27,-27", "w": 106 }, "\"": { "d": "121,-159v-25,-5,-14,-80,-21,-102v0,-11,10,-20,21,-20v40,0,13,67,13,109v0,10,-8,13,-13,13xm53,-159v-25,-5,-14,-80,-21,-102v0,-11,10,-20,21,-20v40,0,13,67,13,109v0,10,-8,13,-13,13", "w": 173 }, "#": { "d": "127,-101r7,-50r-48,0r-6,50r47,0xm112,0r11,-76r-47,0r-11,76r-25,0r11,-76r-33,0r0,-25r36,0r7,-50r-33,0r0,-25r37,0r11,-76r25,0r-11,76r47,0r11,-76r25,0r-11,76r33,0r0,25r-36,0r-7,50r33,0r0,25r-37,0r-10,76r-26,0" }, "$": { "d": "93,-226v-55,6,-56,70,-1,75xm162,-67v0,-26,-21,-31,-42,-37r-2,78v29,-3,44,-18,44,-41xm11,-67r36,0r0,35v9,3,26,6,44,6r1,-85v-37,-12,-82,-25,-82,-70v0,-50,42,-74,83,-76r1,-47r27,0r-1,47v27,1,52,6,67,11r0,56r-34,0r0,-30v-7,-3,-20,-6,-33,-6r0,83v43,11,83,22,83,74v0,45,-35,70,-85,74r0,44r-28,0r1,-44v-32,0,-65,-4,-80,-10r0,-62" }, "%": { "d": "225,-87v-19,0,-29,14,-29,34v0,20,10,33,29,33v20,0,30,-13,30,-33v0,-20,-9,-34,-30,-34xm227,-112v32,0,57,19,57,58v0,35,-23,59,-59,59v-35,0,-58,-22,-58,-58v0,-32,23,-59,60,-59xm75,-232v-19,0,-30,13,-30,33v0,20,11,34,30,34v20,0,29,-14,29,-34v0,-20,-8,-33,-29,-33xm76,-257v32,0,57,19,57,58v0,35,-22,59,-58,59v-35,0,-59,-22,-59,-58v0,-32,23,-59,60,-59xm53,6r166,-279r24,15r-166,279", "w": 299 }, "&": { "d": "258,-154r0,27r-23,0v0,27,-12,60,-26,76v13,14,26,25,49,20r0,30v-31,6,-54,-5,-70,-25v-17,18,-39,30,-81,30v-95,1,-110,-101,-47,-136r13,-9v-43,-35,-50,-115,39,-115v77,0,69,85,23,107r-13,10r65,66v10,-13,16,-39,16,-54r-24,0r0,-27r79,0xm95,-166v4,6,9,6,14,1v29,-11,44,-64,-1,-64v-43,0,-39,44,-13,63xm165,-48r-71,-72v-16,11,-35,24,-35,47v0,49,84,60,106,25", "w": 273 }, "(": { "d": "111,82v-11,3,-25,22,-34,10v-33,-46,-60,-118,-60,-185v0,-78,32,-146,68,-192r27,16v-65,87,-71,263,-1,351", "w": 106 }, ")": { "d": "-4,-269v11,-3,26,-24,33,-9v34,45,60,118,60,185v0,77,-32,144,-67,191r-28,-16v67,-87,71,-261,2,-351", "w": 106 }, "*": { "d": "50,-165r6,-44r-35,26r-13,-22r41,-16r-41,-16r13,-24r35,27r-6,-43r28,0r-6,43r33,-27r14,24r-40,16r40,16r-14,22r-33,-26r6,44r-28,0", "w": 126 }, "+": { "d": "93,0r0,-76r-76,0r0,-30r76,0r0,-76r30,0r0,76r76,0r0,30r-76,0r0,76r-30,0", "w": 216 }, ",": { "d": "35,72v-5,-8,-26,-16,-13,-24v10,-10,19,-21,19,-33v0,-20,-19,-26,-19,-42v0,-9,9,-23,26,-23v22,0,33,21,33,41v0,25,-22,64,-46,81", "w": 106, "k": { " ": 13} }, "-": { "d": "24,-84r0,-36r99,0r0,36r-99,0", "w": 146 }, ".": { "d": "26,-22v0,-15,12,-28,27,-28v15,0,28,13,28,28v0,15,-13,27,-28,27v-15,0,-27,-12,-27,-27", "w": 106, "k": { " ": 13} }, "\/": { "d": "-1,19r108,-300r27,10r-108,300", "w": 133 }, "0": { "d": "58,-122v0,53,11,96,47,96v37,0,51,-46,51,-100v0,-66,-15,-100,-48,-100v-36,0,-50,45,-50,104xm15,-121v0,-66,24,-136,94,-136v72,0,89,73,89,126v0,73,-24,136,-95,136v-62,0,-88,-46,-88,-126" }, "1": { "d": "48,0r0,-30r49,0r2,-184v-19,17,-40,27,-61,42r-16,-27r85,-53r32,0r-1,222r52,0r0,30r-142,0" }, "2": { "d": "17,0v0,-16,-3,-34,10,-37v35,-28,119,-94,119,-148v0,-23,-12,-39,-42,-39v-36,0,-46,33,-46,46r-40,0v0,-26,18,-79,87,-79v45,0,81,25,81,72v1,60,-72,116,-112,153v33,-4,83,-1,121,-2r0,34r-178,0" }, "3": { "d": "72,-114r0,-29v32,1,68,-10,69,-49v0,-21,-15,-34,-38,-34v-35,0,-43,27,-43,40r-41,0v0,-22,18,-71,87,-71v99,0,97,114,25,123v32,6,63,23,63,62v0,44,-31,77,-102,77v-39,0,-59,-9,-71,-14r0,-38v28,21,132,37,130,-25v-1,-41,-43,-43,-79,-42" }, "4": { "d": "9,-71r0,-31r105,-150r49,0r-1,150r47,0r0,31r-47,0r-1,41r30,0r0,30r-95,0r0,-30r27,0r1,-41r-115,0xm124,-102r0,-111r-76,111r76,0" }, "5": { "d": "31,-252r146,0r0,32r-105,0r-2,60v48,-1,113,10,118,80v5,73,-95,102,-163,75r0,-34v8,3,27,11,59,11v40,0,62,-18,62,-49v0,-47,-59,-52,-116,-52" }, "6": { "d": "189,-251r-3,32v-6,-2,-20,-7,-40,-7v-56,-1,-83,38,-87,95v10,-12,28,-28,59,-28v46,0,77,29,77,76v0,55,-34,88,-86,88v-69,0,-91,-62,-91,-117v0,-75,32,-145,128,-145v17,0,31,3,43,6xm108,-127v-30,1,-38,13,-50,24v0,44,18,75,52,75v57,-2,64,-99,-2,-99" }, "7": { "d": "23,-218r0,-34r167,0r0,26r-78,158v-14,27,-28,50,-39,68r-44,0v41,-59,80,-155,120,-218r-126,0" }, "8": { "d": "64,-192v1,26,24,36,45,44v20,-8,42,-22,42,-45v0,-23,-19,-33,-43,-33v-28,0,-44,15,-44,34xm158,-66v-1,-30,-33,-34,-53,-47v-21,10,-48,23,-48,49v0,21,16,38,51,38v35,0,50,-18,50,-40xm15,-60v0,-44,33,-57,60,-69v-76,-21,-66,-128,34,-128v51,0,83,21,83,61v1,34,-27,52,-53,65v25,8,59,27,59,66v0,51,-38,70,-95,70v-44,0,-88,-15,-88,-65" }, "9": { "d": "24,-1r3,-32v6,2,20,7,40,7v56,1,83,-38,87,-95v-10,12,-28,28,-59,28v-46,0,-77,-29,-77,-76v0,-55,34,-88,86,-88v69,0,91,62,91,117v0,75,-32,145,-128,145v-17,0,-31,-3,-43,-6xm105,-125v30,-1,38,-13,50,-24v0,-44,-18,-75,-52,-75v-57,2,-64,99,2,99" }, ":": { "d": "26,-164v0,-15,12,-28,27,-28v15,0,28,13,28,28v0,15,-13,28,-28,28v-15,0,-27,-13,-27,-28xm26,-22v0,-15,12,-28,27,-28v15,0,28,13,28,28v0,15,-13,27,-28,27v-15,0,-27,-12,-27,-27", "w": 106 }, ";": { "d": "35,72v-5,-8,-26,-16,-13,-24v10,-10,19,-21,19,-33v0,-20,-19,-26,-19,-42v0,-9,9,-23,26,-23v22,0,33,21,33,41v0,25,-22,64,-46,81xm25,-164v0,-15,13,-28,28,-28v15,0,27,13,27,28v0,15,-12,28,-27,28v-15,0,-28,-13,-28,-28", "w": 106 }, "<": { "d": "17,-77r0,-28r182,-81r0,29r-146,66r146,65r0,30", "w": 216 }, "=": { "d": "17,-111r0,-29r182,0r0,29r-182,0xm17,-42r0,-29r182,0r0,29r-182,0", "w": 216 }, ">": { "d": "199,-105r0,28r-182,81r0,-30r146,-65r-146,-66r0,-29", "w": 216 }, "?": { "d": "29,-111v-1,-46,89,-54,82,-101v5,-38,-63,-43,-87,-30r-2,-32v4,-1,23,-7,50,-7v92,-3,110,90,46,129v-20,13,-68,33,-40,62v-12,2,-28,16,-38,10v-5,-6,-11,-18,-11,-31xm29,-22v0,-15,13,-28,28,-28v15,0,28,13,28,28v0,15,-13,27,-28,27v-15,0,-28,-12,-28,-27", "w": 173 }, "@": { "d": "176,-140v0,-24,-11,-33,-29,-33v-29,0,-49,34,-49,64v0,21,10,33,27,33v30,0,51,-38,51,-64xm219,-193r-31,112v0,5,3,7,12,7v18,0,43,-32,43,-71v0,-49,-44,-82,-93,-82v-62,0,-105,48,-105,102v0,100,131,127,189,70r29,0v-18,34,-59,59,-116,59v-74,0,-133,-48,-133,-130v0,-73,55,-130,136,-130v71,0,124,43,124,107v0,70,-56,100,-89,100v-19,1,-23,-10,-26,-20v-26,34,-91,23,-91,-36v0,-68,80,-133,118,-68r7,-20r26,0", "w": 288 }, "A": { "d": "168,-124r-32,-94v-8,30,-24,65,-35,94r67,0xm4,0r0,-30r22,0r91,-222r45,0r85,222r22,0r0,30r-92,0r0,-30r23,0r-22,-62r-88,0r-24,62r26,0r0,30r-88,0", "w": 273, "k": { "v": 20, "w": 20, "y": 20, "C": 13, "G": 13, "O": 13, "Q": 13, "T": 27, "u": 11, "U": 16, "V": 27, "W": 27, "Y": 27} }, "B": { "d": "80,-30v43,2,86,0,86,-42v0,-40,-43,-43,-85,-41xm14,-252v80,3,182,-19,181,62v0,29,-18,55,-50,58v34,0,66,22,66,61v0,43,-30,71,-91,71r-106,0r0,-30r25,0r2,-192r-27,0r0,-30xm153,-185v0,-38,-32,-39,-72,-37r0,77v39,3,72,-4,72,-40", "w": 226, "k": { "A": 9} }, "C": { "d": "230,-178r-36,0r0,-41v-70,-21,-135,13,-135,94v0,75,58,113,131,94r2,-45r36,0r-2,68v-16,5,-48,12,-78,12v-90,0,-133,-55,-133,-127v0,-78,52,-133,136,-133v32,0,62,6,79,13r0,65", "w": 246, "k": { "A": 9} }, "D": { "d": "14,0r0,-30r26,0r1,-192r-27,0r0,-30r120,0v81,0,127,47,127,120v0,75,-47,132,-128,132r-119,0xm80,-30v84,8,136,-21,136,-100v0,-72,-53,-100,-135,-92", "w": 280, "k": { "V": 20, "W": 16, "Y": 27, "A": 23, ",": 13, ".": 13} }, "E": { "d": "17,0r0,-30r25,0r1,-192r-29,0r0,-30r177,0r2,66r-34,0r-2,-36r-73,0r-1,77r72,0r0,32r-72,0r-1,83r77,0r3,-41r34,0r-3,71r-176,0" }, "F": { "d": "17,0r0,-30r25,0r1,-192r-29,0r0,-30r177,0r2,66r-34,0r-2,-36r-73,0r-1,77r79,0r0,32r-79,0r-1,83r31,0r0,30r-96,0", "w": 206, "k": { "A": 20, ",": 46, ".": 46, "a": 27, "e": 16, "i": 11, "o": 20, "r": 11} }, "G": { "d": "230,-178r-36,0r0,-41v-70,-21,-139,14,-135,94v3,73,55,114,129,93r1,-56r-29,0r0,-29r93,0r0,29r-26,0r-1,80v-17,6,-50,12,-77,12v-92,0,-134,-55,-134,-127v0,-78,52,-133,136,-133v30,0,62,6,79,13r0,65", "w": 259 }, "H": { "d": "172,0r0,-30r26,0r0,-81r-117,0r0,81r27,0r0,30r-93,0r0,-30r25,0r1,-192r-26,0r0,-30r93,0r0,30r-26,0r-1,80r117,0r1,-80r-27,0r0,-30r93,0r0,30r-25,0r-2,192r27,0r0,30r-93,0", "w": 280 }, "I": { "d": "17,0r0,-30r25,0r2,-192r-27,0r0,-30r93,0r0,30r-26,0r-1,192r27,0r0,30r-93,0", "w": 126 }, "J": { "d": "-4,68r-13,-29v91,-38,52,-151,62,-261r-28,0r0,-30r93,0r0,30r-25,0r-1,151v1,80,-28,111,-88,139", "w": 119, "k": { "u": 9, "A": 11, ",": 9, ".": 9, "a": 4, "e": 4, "o": 4} }, "K": { "d": "14,0r0,-30r25,0r1,-192r-26,0r0,-30r93,0r0,30r-26,0r-1,88r100,-88r-28,0r0,-30r95,0r0,30r-21,0r-103,90r106,102r21,0r0,30r-101,0r0,-30r27,0r-96,-91r0,91r27,0r0,30r-93,0", "w": 253, "k": { "y": 20, "O": 11, "u": 13} }, "L": { "d": "14,0r0,-30r26,0r1,-192r-27,0r0,-30r93,0r0,30r-26,0r-1,192r75,0r3,-42r34,0r-3,72r-175,0", "k": { "y": 33, "T": 33, "V": 40, "W": 40, "Y": 40} }, "M": { "d": "12,0r0,-30r26,0r1,-192r-28,0r0,-30r83,0r79,208r78,-208r78,0r0,30r-29,0r2,192r27,0r0,30r-92,0r0,-30r25,0r2,-170r-2,-1v-19,73,-50,134,-74,201r-40,0r-63,-161v-6,-12,-6,-27,-12,-38r-1,169r28,0r0,30r-88,0", "w": 339 }, "N": { "d": "15,0r0,-30r25,0r1,-192r-31,0r0,-30r66,0r117,152v9,10,17,29,26,38r-2,-160r-28,0r0,-30r88,0r0,30r-25,0r-1,222r-33,0r-126,-163v-8,-8,-13,-24,-18,-26r1,159r28,0r0,30r-88,0", "w": 286, "k": { "A": 9} }, "O": { "d": "15,-122v0,-79,49,-134,127,-134v73,0,116,48,116,126v0,67,-38,134,-123,134v-73,0,-120,-49,-120,-126xm59,-123v0,49,24,93,77,93v67,0,78,-64,78,-98v0,-45,-16,-94,-75,-94v-42,0,-80,29,-80,99", "w": 273, "k": { "T": 11, "V": 16, "W": 16, "Y": 27, "A": 13, ",": 13, ".": 13, "X": 11} }, "P": { "d": "202,-179v0,60,-50,87,-122,79r0,70r31,0r0,30r-97,0r0,-30r26,0r1,-192r-27,0r0,-30r95,0v68,-3,93,23,93,73xm159,-177v0,-41,-33,-48,-78,-45r-1,92v45,4,79,-8,79,-47", "k": { "A": 20, ",": 46, ".": 46, "a": 13, "e": 11, "o": 11} }, "Q": { "d": "15,-122v0,-79,49,-134,127,-134v141,0,155,222,32,255v38,4,78,48,124,36r0,31v-69,14,-124,-42,-180,-62v-64,-8,-103,-55,-103,-126xm59,-123v0,49,24,93,77,93v67,0,78,-64,78,-98v0,-45,-16,-94,-75,-94v-42,0,-80,29,-80,99", "w": 273, "k": { ",": -5} }, "R": { "d": "14,0r0,-30r25,0r1,-192r-26,0r0,-30r112,0v52,0,76,30,76,67v1,45,-30,61,-60,67v31,7,43,50,60,73v11,15,15,15,31,15r0,30v-36,0,-50,5,-69,-27r-34,-58v-14,-26,-21,-22,-50,-22r0,77r29,0r0,30r-95,0xm80,-139v42,3,80,-3,80,-42v0,-39,-37,-44,-79,-41", "w": 233, "k": { "T": 6, "V": 13, "W": 13, "Y": 16} }, "S": { "d": "19,-70r40,0r0,34v28,15,106,12,99,-33v3,-34,-54,-38,-83,-48v-28,-10,-55,-26,-55,-66v0,-79,112,-83,171,-61r0,56r-38,0r0,-31v-5,-2,-19,-6,-38,-6v-37,0,-53,18,-53,37v-1,36,49,36,78,45v29,9,61,24,61,68v0,82,-106,93,-182,66r0,-61", "w": 219 }, "T": { "d": "76,0r0,-30r26,0r2,-192r-59,0r-1,36r-36,0r1,-66r229,0r1,66r-36,0r-1,-36r-58,0r-1,192r29,0r0,30r-96,0", "w": 246, "k": { "w": 54, "y": 46, "O": 11, "u": 40, "A": 27, "h": 9, ",": 33, ".": 33, "a": 33, "e": 33, "i": 13, "o": 40, "r": 33, "-": 40, ":": 20, ";": 20} }, "U": { "d": "136,4v-71,0,-99,-24,-99,-91r0,-135r-26,0r0,-30r92,0r0,30r-26,0v7,81,-29,192,59,192v94,0,55,-113,64,-192r-30,0r0,-30r92,0r0,30r-24,0r0,135v-1,64,-37,91,-102,91", "w": 273, "k": { "A": 16, ",": 9, ".": 9} }, "V": { "d": "2,-222r0,-30r94,0r0,30r-25,0r60,166v4,7,2,17,6,22v19,-65,44,-125,65,-188r-29,0r0,-30r92,0r0,30r-23,0r-86,222r-45,0r-87,-222r-22,0", "w": 266, "k": { "G": 9, "O": 16, "u": 20, "A": 27, ",": 33, ".": 33, "a": 33, "e": 33, "i": 13, "o": 33, "-": 33, ":": 27, ";": 27} }, "W": { "d": "3,-222r0,-30r94,0r0,30r-25,0r62,188v14,-53,35,-98,52,-148r-14,-40r-24,0r0,-30r92,0r0,30r-25,0r57,188v18,-66,42,-125,63,-188r-28,0r0,-30r90,0r0,30r-22,0r-84,222r-44,0r-44,-134r-51,134r-44,0r-83,-222r-22,0", "w": 399, "k": { "y": 13, "O": 16, "u": 20, "A": 27, "h": 9, ",": 33, ".": 40, "a": 27, "e": 27, "i": 11, "o": 27, "-": 27, ":": 20, ";": 20} }, "X": { "d": "149,0r0,-30r26,0v-19,-22,-34,-48,-52,-71v-19,23,-34,50,-55,71r26,0r0,30r-88,0r0,-30r21,0r77,-96r-71,-96r-23,0r0,-30r98,0r0,30r-27,0v19,20,33,44,50,66r55,-66r-28,0r0,-30r84,0r0,30r-19,0r-73,92r75,100r23,0r0,30r-99,0", "w": 253 }, "Y": { "d": "84,0r0,-30r25,0r2,-74r-88,-118r-22,0r0,-30r93,0r0,30r-25,0v23,28,43,58,65,87r65,-87r-28,0r0,-30r87,0r0,30r-22,0r-85,118r-1,74r26,0r0,30r-92,0", "w": 259, "k": { "O": 27, "u": 33, "A": 27, ",": 40, ".": 40, "a": 36, "e": 36, "i": 13, "o": 36, "-": 40, ":": 27, ";": 27} }, "Z": { "d": "16,0r0,-28r150,-194r-103,0r-3,36r-36,0r3,-66r188,0r0,30r-148,192r112,0r2,-36r36,0r-2,66r-199,0", "w": 233 }, "[": { "d": "101,61r0,29r-72,0r1,-367r72,0r0,30r-34,0r-1,308r34,0", "w": 106 }, "\\": { "d": "107,29r-108,-300r27,-10r108,300", "w": 133 }, "]": { "d": "6,-247r0,-30r72,0r-2,367r-72,0r0,-29r34,0r2,-308r-34,0", "w": 106 }, "^": { "d": "156,-121r-48,-95r-48,95r-29,0r65,-131r24,0r65,131r-29,0", "w": 216 }, "_": { "d": "0,45r0,-18r180,0r0,18r-180,0", "w": 180 }, "a": { "d": "29,-128r0,-47v10,-5,34,-17,74,-17v93,0,71,83,72,162r25,0r0,30r-60,0v-1,-11,4,-28,3,-39v-8,21,-23,43,-62,43v-45,0,-60,-29,-60,-53v0,-64,66,-56,119,-60v1,-32,-2,-52,-41,-53v-14,0,-28,3,-34,6r0,28r-36,0xm61,-53v0,14,11,26,30,26v33,-1,50,-25,48,-55v-42,0,-78,1,-78,29" }, "b": { "d": "107,-30v70,0,84,-129,13,-128v-57,0,-49,65,-50,121v8,4,19,7,37,7xm1,-247r0,-30r71,0r-4,129v7,-18,26,-44,64,-44v49,0,76,35,76,85v0,56,-25,111,-106,111v-33,0,-54,-7,-72,-14r2,-237r-31,0", "w": 219, "k": { "y": 9} }, "c": { "d": "133,-129r0,-28v-45,-13,-80,16,-80,61v0,32,16,66,66,66v18,0,39,-5,48,-10r-2,35v-8,3,-29,9,-52,9v-75,0,-100,-50,-100,-97v0,-57,35,-99,101,-99v28,0,45,6,53,10r0,53r-34,0", "w": 180, "k": { "h": 6, "k": 6} }, "d": { "d": "214,-30r0,30r-64,0v-1,-13,4,-29,3,-38v-10,25,-30,42,-62,42v-45,0,-78,-33,-78,-89v0,-75,59,-124,137,-102r1,-60r-34,0r0,-30r73,0r-1,247r25,0xm101,-30v49,0,51,-66,48,-122v-44,-24,-94,9,-94,61v0,35,16,61,46,61", "w": 226, "k": { "v": 9, "w": 11, "y": 13} }, "e": { "d": "180,-42r-3,33v-13,5,-37,13,-65,13v-62,0,-99,-38,-99,-97v0,-55,32,-99,92,-99v58,0,86,43,84,105r-134,0v-3,62,82,72,125,45xm55,-114r92,0v1,-20,-8,-48,-44,-48v-34,0,-47,25,-48,48", "w": 200, "k": { "v": 9, "w": 9, "y": 9} }, "f": { "d": "16,0r0,-30r23,0r0,-128r-28,0r0,-29r28,0v-9,-77,48,-106,116,-90r-1,32v-5,-2,-16,-4,-31,-4v-39,1,-45,26,-43,62r43,0r0,29r-43,0r-1,128r29,0r0,30r-92,0", "w": 126 }, "g": { "d": "202,-187r-1,29r-36,-2v6,7,15,19,15,41v-1,45,-41,70,-91,66v-10,0,-21,7,-21,14v23,32,130,-1,130,66v0,90,-183,87,-186,18v-1,-26,22,-39,43,-45v-48,-9,-22,-56,9,-59v-77,-21,-55,-141,36,-133v33,3,64,6,102,5xm54,-121v0,27,18,39,48,39v28,0,44,-16,44,-41v0,-25,-17,-39,-46,-39v-28,0,-46,17,-46,41xm160,34v0,-25,-56,-22,-80,-29v-18,8,-30,18,-30,32v0,22,23,28,54,28v27,0,56,-7,56,-31", "w": 206 }, "h": { "d": "17,0r0,-30r22,0r1,-217r-27,0r0,-30r69,0v-2,46,3,90,-6,131v11,-22,29,-46,67,-46v79,0,65,89,63,162r25,0r0,30r-86,0r0,-30r21,0v-3,-50,18,-126,-36,-128v-54,-2,-53,71,-51,128r25,0r0,30r-87,0", "w": 240, "k": { "y": 13} }, "i": { "d": "14,0r0,-30r25,0r0,-128r-28,0r0,-29r69,0r-1,157r25,0r0,30r-90,0xm32,-253v0,-15,12,-28,27,-28v15,0,28,13,28,28v0,15,-13,27,-28,27v-15,0,-27,-12,-27,-27", "w": 113, "k": { "v": 6} }, "j": { "d": "11,-158r0,-29r69,0r-1,152v0,76,-33,121,-100,130r-5,-32v50,-12,65,-37,65,-114r0,-107r-28,0xm32,-253v0,-15,12,-28,27,-28v15,0,28,13,28,28v0,15,-13,27,-28,27v-15,0,-27,-12,-27,-27", "w": 119 }, "k": { "d": "16,0r0,-30r23,0r1,-217r-33,0r0,-30r73,0r-1,171r66,-52r-27,0r0,-29r88,0r0,29r-18,0r-67,56r72,72r21,0r0,30r-90,0r0,-30r22,0r-67,-65r0,65r23,0r0,30r-86,0", "w": 219, "k": { "e": 6} }, "l": { "d": "16,0r0,-30r23,0r1,-217r-33,0r0,-30r73,0r-1,247r25,0r0,30r-88,0", "w": 113, "k": { "w": 6, "y": 9} }, "m": { "d": "17,0r0,-30r22,0r0,-128r-26,0r0,-29r67,0v1,12,-3,28,-3,41v8,-28,33,-46,64,-46v38,-1,51,22,58,43v9,-27,32,-43,64,-43v77,0,66,89,63,162r25,0r0,30r-86,0r0,-30r21,0v-2,-51,17,-126,-37,-128v-51,-2,-46,74,-46,128r24,0r0,30r-85,0r0,-30r21,0v-4,-51,17,-126,-37,-128v-24,0,-46,22,-46,57r-1,71r25,0r0,30r-87,0", "w": 360, "k": { "y": 9, "u": 6} }, "n": { "d": "17,0r0,-30r22,0r0,-128r-26,0r0,-29r67,0v1,12,-3,28,-3,41v8,-24,29,-46,66,-46v79,0,65,89,63,162r25,0r0,30r-86,0r0,-30r21,0v-3,-50,18,-126,-36,-128v-54,-2,-53,71,-51,128r25,0r0,30r-87,0", "w": 240, "k": { "v": 9, "y": 9} }, "o": { "d": "109,-158v-73,-1,-75,127,-3,128v37,0,53,-30,53,-67v0,-42,-22,-61,-50,-61xm12,-90v0,-61,41,-102,98,-102v69,0,92,53,92,99v0,53,-33,97,-97,97v-67,0,-93,-46,-93,-94", "k": { "v": 9, "w": 9, "y": 9, "x": 4} }, "p": { "d": "9,-158r0,-29r65,0v1,13,-4,29,-3,38v10,-25,30,-43,62,-43v45,0,79,33,79,89v0,75,-61,125,-138,101r-1,63r30,0r0,29r-90,0r0,-29r21,0r2,-219r-27,0xm124,-158v-50,0,-51,66,-49,123v44,24,94,-9,94,-61v0,-35,-15,-62,-45,-62", "w": 226, "k": { "y": 13, ",": 9, ".": 9} }, "q": { "d": "101,-30v56,0,50,-65,50,-120v-8,-4,-19,-8,-37,-8v-70,0,-84,128,-13,128xm126,90r0,-29r23,0r1,-60v-1,-12,5,-29,3,-40v-7,18,-26,43,-64,43v-49,0,-76,-35,-76,-85v0,-56,25,-111,106,-111v33,0,53,8,72,15r-1,238r26,0r0,29r-90,0", "w": 226 }, "r": { "d": "16,0r0,-30r23,0r0,-128r-28,0r0,-29r66,0v1,13,-2,36,-1,52v8,-43,37,-64,77,-53r-4,36v-66,-17,-74,53,-70,122r27,0r0,30r-90,0", "w": 153, "k": { ",": 20, ".": 20, "a": 9, "o": 4, "-": 13} }, "s": { "d": "161,-134r-36,0r0,-22v-16,-9,-72,-11,-69,17v3,29,45,23,70,30v21,6,45,13,45,51v0,76,-107,67,-152,51r-1,-51r36,0r1,25v16,8,80,17,78,-18v-1,-27,-35,-25,-57,-30v-29,-6,-60,-15,-60,-51v0,-71,104,-66,145,-47r0,45", "w": 186, "k": { "w": 9} }, "t": { "d": "11,-158r0,-29r28,0r1,-42r41,-3r-2,45r54,0r0,29r-54,0v4,44,-17,132,26,131v11,0,22,-4,31,-8r-1,30v-40,17,-97,14,-97,-48v0,-24,1,-73,1,-105r-28,0", "w": 133 }, "u": { "d": "13,-158r0,-29r65,0v5,57,-23,157,35,157v27,0,49,-21,49,-56r0,-72r-24,0r0,-29r65,0r-1,157r25,0r0,30r-65,0v-1,-12,3,-28,3,-41v-8,28,-35,45,-65,45v-40,0,-64,-27,-64,-71v0,-31,1,-61,2,-91r-25,0", "w": 240 }, "v": { "d": "82,0r-64,-158r-19,0r0,-29r83,0r0,29r-20,0r44,124v11,-45,28,-82,42,-124r-24,0r0,-29r84,0r0,29r-20,0r-63,158r-43,0", "w": 206, "k": { ",": 27, ".": 27, "a": 9, "e": 6} }, "w": { "d": "194,0r-33,-94v-9,35,-24,62,-36,94r-41,0r-62,-158r-20,0r0,-29r83,0r0,29r-21,0r43,122v10,-35,26,-65,39,-97r-9,-25r-21,0r0,-29r83,0r0,29r-22,0r42,122v11,-43,28,-81,42,-122r-26,0r0,-29r83,0r0,29r-19,0r-63,158r-42,0", "w": 320, "k": { "h": 6, ",": 27, ".": 27, "a": 6, "e": 9, "o": 9} }, "x": { "d": "126,0r0,-30r23,0v-14,-14,-26,-30,-40,-45v-15,15,-27,32,-43,45r26,0r0,30r-81,0r0,-30r20,0r60,-64r-55,-64r-22,0r0,-29r90,0r0,29r-23,0v14,13,24,28,37,42r38,-42r-24,0r0,-29r79,0r0,29r-20,0r-56,59r60,69r21,0r0,30r-90,0", "w": 226, "k": { "e": 4} }, "y": { "d": "-1,-158r0,-29r86,0r0,29r-21,0r45,125v11,-43,28,-84,41,-125r-24,0r0,-29r79,0r0,29r-19,0v-29,74,-46,157,-86,223v-18,30,-55,36,-90,26r0,-32v40,12,59,3,78,-49r-69,-168r-20,0", "k": { ",": 27, ".": 27, "a": 13, "e": 11, "o": 13} }, "z": { "d": "14,0r0,-30r104,-118v3,-4,8,-7,11,-10r-73,0r-3,28r-34,0r3,-57r155,0r0,30r-101,115v-4,5,-8,8,-13,12r79,0r3,-28r34,0r-3,58r-162,0", "w": 193 }, "{": { "d": "109,-277r0,28v-48,-7,-30,61,-30,100v0,31,-19,48,-38,56v44,8,39,74,38,129v-1,21,9,29,30,27r0,27v-41,3,-66,-8,-68,-53v-2,-48,10,-114,-34,-117r0,-27v43,-3,32,-69,34,-116v2,-44,27,-58,68,-54", "w": 106 }, "|": { "d": "25,90r0,-360r30,0r0,360r-30,0", "w": 79 }, "}": { "d": "-3,90r0,-27v49,8,30,-61,30,-101v0,-31,20,-48,39,-56v-45,-8,-40,-73,-39,-128v1,-21,-8,-29,-30,-27r0,-28v42,-4,67,9,69,54v2,47,-10,112,33,116r0,27v-43,3,-31,70,-33,117v-2,45,-27,57,-69,53", "w": 106 }, "~": { "d": "70,-118v26,-1,55,23,77,25v14,0,23,-14,31,-27r13,26v-8,15,-21,30,-45,30v-25,1,-55,-23,-77,-25v-14,0,-23,14,-31,27r-13,-26v8,-15,21,-30,45,-30", "w": 216 }, "'": { "d": "53,-159v-25,-5,-12,-80,-20,-102v0,-11,9,-20,20,-20v39,0,13,69,13,109v0,10,-8,13,-13,13", "w": 106 }, "`": { "d": "61,-209r-72,-57r22,-21r73,61", "w": 100 }, "\u00a0": { "w": 106, "k": { "T": 27, "V": 27, "W": 20, "Y": 33, "A": 13}}} });
Cufon.replace('.navigation a, .cufon', { hover: true });
