function openWin(url,width,height){window.open(url,"","scrollbars=no,menubar=no,height="+height+",width="+width+",resizable=yes,toolbar=no,location=no,status=yes")}function toggleItemDisplay(whichID){if(document.getElementById(whichID).style.display=="block"){document.getElementById(whichID).style.display="none"}else{document.getElementById(whichID).style.display="block"}}function swapDisplay(whichIDshow,whichIDhide){document.getElementById(whichIDshow).style.display="block";document.getElementById(whichIDhide).style.display="none"}function toggleRefType(refNum,whichType){refCredit="referenceTypeCredit"+refNum;refLicense="referenceTypeLicense"+refNum;refSin="referenceTypeSIN"+refNum;document.getElementById(refCredit).style.display="none";document.getElementById(refLicense).style.display="none";document.getElementById(refSin).style.display="none";if(whichType!="none"){document.getElementById(whichType).style.display="inline"}}function doSel(obj){for(i=0;i<obj.length;i++){var curObj=obj[i];if(obj[i].selected==true){var curCode=obj[i].value;eval(curCode);break}}}function hilitePack(packNum,state){var packID="pack"+packNum;var priceID="price"+packNum;var descID="packDesc"+packNum;if(document.getElementById(descID).className=="packDescClosedWrapper"){if(state=="on"){document.getElementById(packID).className="packOn";document.getElementById(priceID).className="boldText"}else{if(state=="off"){document.getElementById(packID).className="packOff";document.getElementById(priceID).className=""}}}}function togglePack(packNum){var packID="pack"+packNum;var priceID="price"+packNum;var descID="packDesc"+packNum;var tipID="tip"+packNum;if(document.getElementById(descID).className=="packDescClosedWrapper"){document.getElementById(descID).className="packDescOpenWrapper";document.getElementById(packID).className="packOpen";document.getElementById(priceID).className="boldText";if(document.getElementById(tipID)!=undefined){document.getElementById(tipID).style.display=""}}else{if(document.getElementById(descID).className=="packDescOpenWrapper"){document.getElementById(descID).className="packDescClosedWrapper";document.getElementById(packID).className="packOn";if(document.getElementById(tipID)!=undefined){document.getElementById(tipID).style.display="none"}}}}function move_in(img_name,img_src){document[img_name].src=img_src}function move_out(img_name,img_src){document[img_name].src=img_src}function toggleNav(node,heightID){if(document.getElementById(node).style.display!="none"){nodeHeights[heightID]=document.getElementById(node).clientHeight}nodeID="#"+node;$(nodeID+"Close").attr("src",$(nodeID).is(":visible")?"/web/resources/images/secondary_open.gif":"/web/resources/images/secondary_close.gif");$(nodeID).slideToggle("fast",function(){$(nodeID).css("height",nodeHeights[heightID]+"px")})}function toggleRightNav(node,heightID){nodeID="#"+node;$(nodeID+"Close").attr("src",$(nodeID).is(":visible")?"/web/resources/images/secondary_open.gif":"/web/resources/images/secondary_close.gif");$(nodeID).slideToggle("fast",function(){$(nodeID).css("height","auto")})}function toggleDescription(node){nodeImg=document.getElementById(node+"Close");var toggleState;if(nodeImg.src.indexOf("red.gif")>-1){if(nodeImg.src.indexOf("down")>-1){nodeImg.src="/web/resources/images/arrow_up_red.gif";toggleState="block"}else{nodeImg.src="/web/resources/images/arrow_down_red.gif";toggleState="none"}}else{if(nodeImg.src.indexOf("grey.gif")>-1){if(nodeImg.src.indexOf("down")>-1){nodeImg.src="/web/resources/images/arrow_up_grey.gif";toggleState="block"}else{nodeImg.src="/web/resources/images/arrow_down_grey.gif";toggleState="none"}}else{if(nodeImg.src.indexOf("white.gif")>-1){if(nodeImg.src.indexOf("down")>-1){nodeImg.src="/web/resources/images/arrow_up_white.gif";toggleState="block"}else{nodeImg.src="/web/resources/images/arrow_down_white.gif";toggleState="none"}}}}divArr=document.getElementsByTagName("div");for(var i=0;i<divArr.length;i++){if(divArr[i].id.indexOf(node+"Description")>-1){divArr[i].style.display=toggleState
}}}function toggleDescriptionRow(node){nodeImg=document.getElementById(node+"Close");var toggleState;if(nodeImg.src.indexOf("red.gif")>-1){if(nodeImg.src.indexOf("down")>-1){nodeImg.src="/web/resources/images/arrow_up_red.gif";toggleState="block"}else{nodeImg.src="/web/resources/images/arrow_down_red.gif";toggleState="none"}}else{if(nodeImg.src.indexOf("grey.gif")>-1){if(nodeImg.src.indexOf("down")>-1){nodeImg.src="/web/resources/images/arrow_up_grey.gif";toggleState="block"}else{nodeImg.src="/web/resources/images/arrow_down_grey.gif";toggleState="none"}}else{if(nodeImg.src.indexOf("white.gif")>-1){if(nodeImg.src.indexOf("down")>-1){nodeImg.src="/web/resources/images/arrow_up_white.gif";toggleState="block"}else{nodeImg.src="/web/resources/images/arrow_down_white.gif";toggleState="none"}}}}divArr=document.getElementsByTagName("TR");for(var i=0;i<divArr.length;i++){if(divArr[i].id.indexOf(node+"Description")>-1){divArr[i].style.display=toggleState}}}function togglePTVDiv(node){var oSeeSome=document.getElementById(node+"SeeSome");var oSeeAll=document.getElementById(node+"SeeAll");nodeImg=document.getElementById(node+"Close");nodeChannelDiv=document.getElementById(node);if(nodeImg.src.indexOf("btn_expand.gif")>-1){nodeImg.src="/web/resources/images/btn_collapse.gif";if(nodeChannelDiv!=undefined){nodeChannelDiv.style.display="block"}if(oSeeSome!=undefined){oSeeSome.style.display="block"}if(oSeeAll!=undefined){oSeeAll.style.display="none"}}else{if(nodeImg.src.indexOf("btn_collapse.gif")>-1){nodeImg.src="/web/resources/images/btn_expand.gif";if(nodeChannelDiv!=undefined){nodeChannelDiv.style.display="none"}if(oSeeSome!=undefined){oSeeSome.style.display="none"}if(oSeeAll!=undefined){oSeeAll.style.display="block"}}}}function openChannelPopUp(docURL){popUpWin=window.open(docURL,"win","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=568,height=500")}function toggleSegment(node,heightID){nodeID="#"+node;parentID="#"+document.getElementById(node).parentNode.parentNode.id;$("div.segmentToggleBox:visible").each(function(){if(this.id!=node){$(this).slideUp("fast");thisID="#"+this.id;$(thisID+"Close").attr("src","/web/resources/images/secondary_open_grey.gif")}});$(nodeID+"Close").attr("src",$(nodeID).is(":visible")?"/web/resources/images/secondary_open_grey.gif":"/web/resources/images/secondary_close_grey.gif");$(parentID).css("height","auto");$(nodeID).slideToggle("fast",function(){$(nodeID).css("height",nodeHeights[heightID]+"px")})}function toggleSignin(){$("#signinClose").attr("src",$("#signin .form").is(":visible")?"/web/resources/images/signin_open.gif":"/web/resources/images/signin_close.gif");$("#signInForm").slideToggle("fast",function(){if((navigator.userAgent.indexOf("Mac")==-1)&&(document.getElementById("signInForm").style.display.toUpperCase()!="NONE")){$("#signInForm").css("height","auto")}})}function getQueryString(){var queryString=""+this.location;if(queryString.indexOf("?")!=-1){queryString=queryString.substring((queryString.indexOf("?"))+1);return unescape(queryString)}else{return""}}function showLayer(whichLayer,whichX,whichY){document.getElementById(whichLayer).style.left=whichX+"px";document.getElementById(whichLayer).style.top=whichY+"px";document.getElementById(whichLayer).style.display="block"}function MM_findObj(n,d){var p,i,x;if(!d){d=document}if((p=n.indexOf("?"))>0&&parent.frames.length){d=parent.frames[n.substring(p+1)].document;n=n.substring(0,p)}if(!(x=d[n])&&d.all){x=d.all[n]}for(i=0;!x&&i<d.forms.length;i++){x=d.forms[i][n]}for(i=0;!x&&d.layers&&i<d.layers.length;i++){x=MM_findObj(n,d.layers[i].document)}if(!x&&d.getElementById){x=d.getElementById(n)}return x}function MM_scanStyles(obj,prop){var inlineStyle=null;var ccProp=prop;var dash=ccProp.indexOf("-");while(dash!=-1){ccProp=ccProp.substring(0,dash)+ccProp.substring(dash+1,dash+2).toUpperCase()+ccProp.substring(dash+2);dash=ccProp.indexOf("-")}inlineStyle=eval("obj.style."+ccProp);if(inlineStyle){return inlineStyle}var ss=document.styleSheets;
for(var x=0;x<ss.length;x++){var rules=ss[x].cssRules;for(var y=0;y<rules.length;y++){var z=rules[y].style;if(z[prop]&&(rules[y].selectorText=='*[ID"'+obj.id+'"]')){return z[prop]}}}return""}function MM_getProp(obj,prop){if(!obj){return("")}if(prop=="L"){return obj.offsetLeft}else{if(prop=="T"){return obj.offsetTop}else{if(prop=="W"){return obj.offsetWidth}else{if(prop=="H"){return obj.offsetHeight}else{if(typeof(window.getComputedStyle)=="undefined"){if(typeof(obj.currentStyle)=="undefined"){if(prop=="P"){return MM_scanStyles(obj,"position")}else{if(prop=="Z"){return MM_scanStyles(obj,"z-index")}else{if(prop=="V"){return MM_scanStyles(obj,"visibility")}}}}else{if(prop=="P"){return obj.currentStyle.position}else{if(prop=="Z"){return obj.currentStyle.zIndex}else{if(prop=="V"){return obj.currentStyle.visibility}}}}}else{if(prop=="P"){return window.getComputedStyle(obj,null).getPropertyValue("position")}else{if(prop=="Z"){return window.getComputedStyle(obj,null).getPropertyValue("z-index")}else{if(prop=="V"){return window.getComputedStyle(obj,null).getPropertyValue("visibility")}}}}}}}}}function MM_dragLayer(objName,x,hL,hT,hW,hH,toFront,dropBack,cU,cD,cL,cR,targL,targT,tol,dropJS,et,dragJS){var i,j,aLayer,retVal,curDrag=null,curLeft,curTop,IE=document.all,NS4=document.layers;var NS6=(!IE&&document.getElementById),NS=(NS4||NS6);if(!IE&&!NS){return false}retVal=true;if(IE&&event){event.returnValue=true}if(MM_dragLayer.arguments.length>1){curDrag=MM_findObj(objName);if(!curDrag){return false}if(!document.allLayers){document.allLayers=new Array();with(document){if(NS4){for(i=0;i<layers.length;i++){allLayers[i]=layers[i]}for(i=0;i<allLayers.length;i++){if(allLayers[i].document&&allLayers[i].document.layers){with(allLayers[i].document){for(j=0;j<layers.length;j++){allLayers[allLayers.length]=layers[j]}}}}}else{if(NS6){var spns=getElementsByTagName("span");var all=getElementsByTagName("div");for(i=0;i<spns.length;i++){if(MM_getProp(spns[i],"P")){allLayers[allLayers.length]=spns[i]}}}for(i=0;i<all.length;i++){if(NS4){if(all[i].style&&all[i].style.position){allLayers[allLayers.length]=all[i]}}else{if(MM_getProp(all[i],"P")){allLayers[allLayers.length]=all[i]}}}}}}curDrag.MM_dragOk=true;curDrag.MM_targL=targL;curDrag.MM_targT=targT;curDrag.MM_tol=Math.pow(tol,2);curDrag.MM_hLeft=hL;curDrag.MM_hTop=hT;curDrag.MM_hWidth=hW;curDrag.MM_hHeight=hH;curDrag.MM_toFront=toFront;curDrag.MM_dropBack=dropBack;curDrag.MM_dropJS=dropJS;curDrag.MM_everyTime=et;curDrag.MM_dragJS=dragJS;curDrag.MM_oldZ=(NS4)?curDrag.zIndex:MM_getProp(curDrag,"Z");curLeft=(NS4)?curDrag.left:MM_getProp(curDrag,"L");if(String(curLeft)=="NaN"){curLeft=0}curDrag.MM_startL=curLeft;curTop=(NS4)?curDrag.top:MM_getProp(curDrag,"T");if(String(curTop)=="NaN"){curTop=0}curDrag.MM_startT=curTop;curDrag.MM_bL=(cL<0)?null:curLeft-cL;curDrag.MM_bT=(cU<0)?null:curTop-cU;curDrag.MM_bR=(cR<0)?null:curLeft+cR;curDrag.MM_bB=(cD<0)?null:curTop+cD;curDrag.MM_LEFTRIGHT=0;curDrag.MM_UPDOWN=0;curDrag.MM_SNAPPED=false;document.onmousedown=MM_dragLayer;document.onmouseup=MM_dragLayer;if(NS){document.captureEvents(Event.MOUSEDOWN|Event.MOUSEUP)}}else{var theEvent=((NS)?objName.type:event.type);if(theEvent=="mousedown"){var mouseX=(NS)?objName.pageX:event.clientX+document.body.scrollLeft;var mouseY=(NS)?objName.pageY:event.clientY+document.body.scrollTop;var maxDragZ=null;document.MM_maxZ=0;for(i=0;i<document.allLayers.length;i++){aLayer=document.allLayers[i];var aLayerZ=(NS4)?aLayer.zIndex:MM_getProp(aLayer,"Z");if(aLayerZ>document.MM_maxZ){document.MM_maxZ=aLayerZ}var isVisible=((NS4)?aLayer.visibility:MM_getProp(aLayer,"V")).indexOf("hid")==-1;if(aLayer.MM_dragOk!=null&&isVisible){with(aLayer){var parentL=0;var parentT=0;if(NS6){parentLayer=aLayer.parentNode;while(parentLayer!=null&&parentLayer!=document&&MM_getProp(parentLayer,"P")){parentL+=parseInt(MM_getProp(parentLayer,"L"));parentT+=parseInt(MM_getProp(parentLayer,"T"));parentLayer=parentLayer.parentNode;if(parentLayer==document){parentLayer=null
}}}else{if(IE){parentLayer=aLayer.parentElement;while(parentLayer!=null&&MM_getProp(parentLayer,"P")){parentL+=MM_getProp(parentLayer,"L");parentT+=MM_getProp(parentLayer,"T");parentLayer=parentLayer.parentElement}}}var tmpX=mouseX-((NS4)?pageX:(MM_getProp(aLayer,"L"))+parentL+MM_hLeft);var tmpY=mouseY-((NS4)?pageY:(MM_getProp(aLayer,"T"))+parentT+MM_hTop);if(String(tmpX)=="NaN"){tmpX=0}if(String(tmpY)=="NaN"){tmpY=0}var tmpW=MM_hWidth;if(tmpW<=0){tmpW+=(NS4)?clip.width:MM_getProp(aLayer,"W")}var tmpH=MM_hHeight;if(tmpH<=0){tmpH+=(NS4)?clip.height:MM_getProp(aLayer,"H")}if((0<=tmpX&&tmpX<tmpW&&0<=tmpY&&tmpY<tmpH)&&(maxDragZ==null||maxDragZ<=aLayerZ)){curDrag=aLayer;maxDragZ=aLayerZ}}}}if(curDrag){document.onmousemove=MM_dragLayer;if(NS4){document.captureEvents(Event.MOUSEMOVE)}curLeft=(NS4)?curDrag.left:MM_getProp(curDrag,"L");curTop=(NS4)?curDrag.top:MM_getProp(curDrag,"T");if(String(curLeft)=="NaN"){curLeft=0}if(String(curTop)=="NaN"){curTop=0}MM_oldX=mouseX-curLeft;MM_oldY=mouseY-curTop;document.MM_curDrag=curDrag;curDrag.MM_SNAPPED=false;if(curDrag.MM_toFront){var newZ=parseInt(document.MM_maxZ)+1;eval("curDrag."+((NS4)?"":"style.")+"zIndex=newZ");if(!curDrag.MM_dropBack){document.MM_maxZ++}}retVal=false;if(!NS4&&!NS6){event.returnValue=false}}}else{if(theEvent=="mousemove"){if(document.MM_curDrag){with(document.MM_curDrag){var mouseX=(NS)?objName.pageX:event.clientX+document.body.scrollLeft;var mouseY=(NS)?objName.pageY:event.clientY+document.body.scrollTop;var newLeft=mouseX-MM_oldX;var newTop=mouseY-MM_oldY;if(MM_bL!=null){newLeft=Math.max(newLeft,MM_bL)}if(MM_bR!=null){newLeft=Math.min(newLeft,MM_bR)}if(MM_bT!=null){newTop=Math.max(newTop,MM_bT)}if(MM_bB!=null){newTop=Math.min(newTop,MM_bB)}MM_LEFTRIGHT=newLeft-MM_startL;MM_UPDOWN=newTop-MM_startT;if(NS4){left=newLeft;top=newTop}else{if(NS6){style.left=newLeft+"px";style.top=newTop+"px"}else{style.pixelLeft=newLeft;style.pixelTop=newTop}}if(MM_dragJS){eval(MM_dragJS)}retVal=false;if(!NS){event.returnValue=false}}}}else{if(theEvent=="mouseup"){document.onmousemove=null;if(NS){document.releaseEvents(Event.MOUSEMOVE)}if(NS){document.captureEvents(Event.MOUSEDOWN)}if(document.MM_curDrag){with(document.MM_curDrag){if(typeof MM_targL=="number"&&typeof MM_targT=="number"&&(Math.pow(MM_targL-((NS4)?left:MM_getProp(document.MM_curDrag,"L")),2)+Math.pow(MM_targT-((NS4)?top:MM_getProp(document.MM_curDrag,"T")),2))<=MM_tol){if(NS4){left=MM_targL;top=MM_targT}else{if(NS6){style.left=MM_targL+"px";style.top=MM_targT+"px"}else{style.pixelLeft=MM_targL;style.pixelTop=MM_targT}}MM_SNAPPED=true;MM_LEFTRIGHT=MM_startL-MM_targL;MM_UPDOWN=MM_startT-MM_targT}if(MM_everyTime||MM_SNAPPED){eval(MM_dropJS)}if(MM_dropBack){if(NS4){zIndex=MM_oldZ}else{style.zIndex=MM_oldZ}}retVal=false;if(!NS){event.returnValue=false}}}document.MM_curDrag=null}}}if(NS){document.routeEvent(objName)}}return retVal}function getMonthIndex(monthName){if(monthName=="January"){return 1}if(monthName=="Febraury"){return 2}if(monthName=="March"){return 3}if(monthName=="April"){return 4}if(monthName=="May"){return 5}if(monthName=="June"){return 6}if(monthName=="July"){return 7}if(monthName=="August"){return 8}if(monthName=="September"){return 9}if(monthName=="October"){return 10}if(monthName=="November"){return 11}if(monthName=="December"){return 12}}String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")};function positiveIntInputOnly(e){var k=-1;if(e&&e.which){k=e.which}else{if(window.event&&window.event.keyCode){k=window.event.keyCode}}return(k>-1?((k>47&&k<58)||k==8):true)}function checkEmailFormat(email){var emailfilter=/^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i;return emailfilter.test(email)}function checkDOBFormat(dob){var dobfilter=/^\d{1,2}(\-|\/|\.)\d{1,2}\1\d{4}$/;return dobfilter.test(dob)}function checkPostalCode(postalCode){if(postalCode==null||postalCode==""){return false}postalCode=postalCode.trim().toUpperCase();if(postalCode.match(/^[A-Z][0-9][A-Z][0-9][A-Z][0-9]$/)||postalCode.match(/^[A-Z][0-9][A-Z].[0-9][A-Z][0-9]$/)){return true
}return false}function isValidUserName(username){if(!username||username.length<6||username.length>20){return false}var validRegExp=/^[a-z,A-Z,\.,0-9,\_]+\.*[a-z,A-Z,0-9]{2,}$/;if(username.search(validRegExp)==-1){return false}return true}function checkDateOfBirth(dateObj){var validformat=/^\d{2}\/\d{2}\/\d{4}$/;var returnval=false;if(!validformat.test(dateObj)){returnval=false}else{var monthfield=dateObj.split("/")[0];var dayfield=dateObj.split("/")[1];var yearfield=dateObj.split("/")[2];var dayobj=new Date(yearfield,monthfield-1,dayfield);if((dayobj.getMonth()+1!=monthfield)||(dayobj.getDate()!=dayfield)||(dayobj.getFullYear()!=yearfield)){returnval=false}else{if(dayobj.getTime()>(new Date()).getTime()){returnval=false}else{returnval=true}}}return returnval}function showMovie(movie,movieName,width,height,tabwidth,zone,lang,province){if(movie){if(height&&width&&tabwidth&&zone){if(movieName){movieName='<div id="movie_title_window" class="hdmovieName_">'+movieName+"</div>";tb_show(movieName,"/web/portlets/consumer/ptv/hdtv/hd_play_movie.jsp?keepThis=true&TB_iframe=true&height="+height+"&width="+width+"&movie="+movie+"&tabwidth="+tabwidth+"&zone="+zone+"&lang="+lang+"&province="+province,"")}else{tb_show("","/web/portlets/consumer/ptv/hdtv/hd_play_movie.jsp?keepThis=true&TB_iframe=true&height="+height+"&width="+width+"&movie="+movie+"&tabwidth="+tabwidth+"&zone="+zone+"&lang="+lang+"&province="+province,"")}}else{if(height&&width){if(movieName){movieName='<div class="hdmovieName_">'+movieName+"</div>";tb_show(movieName,"/web/portlets/consumer/ptv/hdtv/hd_play_movie.jsp?keepThis=true&TB_iframe=true&height="+height+"&width="+width+"&movie="+movie,"")}else{tb_show("","/web/portlets/consumer/ptv/hdtv/hd_play_movie.jsp?keepThis=true&TB_iframe=true&height="+height+"&width="+width+"&movie="+movie,"")}}else{if(tabwidth&&zone){if(movieName){movieName='<div class="hdmovieName_">'+movieName+"</div>";tb_show(movieName,"/web/portlets/consumer/ptv/hdtv/hd_play_movie.jsp?keepThis=true&TB_iframe=true&height=335&width=455&movie="+movie+"&tabwidth="+tabwidth+"&zone="+zone+"&lang="+lang+"&province="+province,"")}else{tb_show("","/web/portlets/consumer/ptv/hdtv/hd_play_movie.jsp?keepThis=true&TB_iframe=true&height=335&width=455&movie="+movie+"&tabwidth="+tabwidth+"&zone="+zone+"&lang="+lang+"&province="+province,"")}}else{if(movieName){movieName='<div class="hdmovieName_">'+movieName+"</div>";tb_show(movieName,"/web/portlets/consumer/ptv/hdtv/hd_play_movie.jsp?keepThis=true&TB_iframe=true&height=335&width=455&movie="+movie,"")}else{tb_show("","/web/portlets/consumer/ptv/hdtv/hd_play_movie.jsp?keepThis=true&TB_iframe=true&height=335&width=455&movie="+movie,"")}}}}}}function blurme(blurLink){if(blurLink){if(blurLink.blur){blurLink.blur()}}}var ns=(navigator.appName.indexOf("Netscape")!=-1);var d=document;function JSFX_FloatDiv(id,sx,sy,pMinX){var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];var px=document.layers?"":"px";window[id+"_obj"]=el;if(d.layers){el.style=el}el.cx=el.sx=sx;el.cy=el.sy=sy;el.sP=function(x,y){this.style.left=x+px;this.style.top=y+px};el.floatIt=function(){var pX,pY;pX=(this.sx>=0)?0:ns?innerWidth:document.documentElement&&document.documentElement.clientWidth?document.documentElement.clientWidth:document.body.clientWidth;pY=ns?pageYOffset:document.documentElement&&document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop;if(this.sy<-0){pY+=ns?innerHeight:document.documentElement&&document.documentElement.clientHeight?document.documentElement.clientHeight:document.body.clientHeight}this.cx+=(pX+this.sx-this.cx)/8;this.cy+=(pY+this.sy-this.cy)/8;minX=el.clientHeight;if(minX<pMinX){minX=pMinX}if(this.cy>minX){this.sP(this.cx,this.cy-minX)}setTimeout(this.id+"_obj.floatIt()",40)};return el}function checkForNumber(number){var intCharCode;for(var i=0;i<number.length;i++){intCharCode=number.charCodeAt(i);if(!(intCharCode>=48&&intCharCode<=57)){return false}}return true}function checkForSimNumberLength(simNumberValue){if(simNumberValue.length<20){return false
}return true}var phone_field_length=0;function autoTab(obj,event,len,next_field){if(event=="down"){phone_field_length=obj.value.length}else{if(event=="up"){if(obj.value.length!=phone_field_length){phone_field_length=obj.value.length;if(phone_field_length==len){next_field.focus()}}}}}function htmlEncode(value){if(value){return jQuery("<div/>").text(value).html()}else{return""}}function htmlDecode(value){if(value){return jQuery("<div/>").html(value).text()}else{return""}}function isPositiveIntNumber(number){var intCharCode;for(var i=0;i<number.length;i++){intCharCode=number.charCodeAt(i);if(!(intCharCode>=48&&intCharCode<=57)){return false}}return true}function isIntNumber(value){if((parseFloat(value)==parseInt(value))&&!isNaN(value)){return true}else{return false}}function checkSpaces(number){var validRegExp=/^\s.*/;if(number.search(validRegExp)==0){return true}else{return false}}function changeParentURL(url){document.location=url}$(function(){$("#transaction_details").hide();$("#transaction_details h3").hide();var hideDelay=2000;var hideTimer=null;var thisPopObj=null;var container=$('<div id="detailsPopupContainer"><span id="tail">&nbsp;</span><table width="" border="0" cellspacing="0" cellpadding="0" align="center" class="detailsPopupPopup"><tr>   <td class="corner topLeft"></td>   <td class="top"></td>   <td class="corner topRight"></td></tr><tr>   <td class="left">&nbsp;</td>   <td class="popupContentTD"><div id="detailsPopupContent"></div></td>   <td class="right">&nbsp;</td></tr><tr>   <td class="corner bottomLeft">&nbsp;</td>   <td class="bottom">&nbsp;</td>   <td class="corner bottomRight"></td></tr></table></div>');$("body").append(container);$(".details_btn").live("click",function(){var popupPosFlag=true;var item=$(this).attr("rel");if($(this).attr("id")=="paymentOptionM2M"){item=$("#m2mToolTip")}var pos=$(this).offset();var rel_pos=$(this).position();var heightOfWindow=600;var heightOfPopup=170;var widthOfPopup=271;var popupHeightOffset=60;var popupWidthOffset=55;var ele_left=$(this).parentsUntil(".bea-portal-book-content").position().left+$(this).width()/2;if(ele_left<=475){popupPosFlag=true}else{popupPosFlag=false}var detailsPopupPopupObj=$(".detailsPopupPopup");if(pos.top+heightOfPopup>heightOfWindow-30){var popupHeightOffset=-heightOfPopup;var tailClass="tail_down";topPosition=pos.top+popupHeightOffset;if(popupPosFlag){tailClass="tailleft_down";detailsPopupPopupObj.css("float","right")}else{detailsPopupPopupObj.css("float","left")}}else{var popupHeightOffset=-80;var tailClass="tail_up";topPosition=pos.top+popupHeightOffset;if(popupPosFlag){tailClass="tailleft_up";detailsPopupPopupObj.css("float","right")}else{detailsPopupPopupObj.css("float","left")}}var leftPostion=0;if(popupPosFlag){leftPostion=pos.left+popupWidthOffset-15}else{leftPostion=pos.left-widthOfPopup-popupWidthOffset}leftPostion=leftPostion;container.css({left:(leftPostion)+"px",top:topPosition+"px"});$("#detailsPopupContent").html("&nbsp;");$("#tail").removeClass("tail_up").removeClass("tail_down").removeClass("tailleft_down").removeClass("tailleft_up");var text=$(item).html();var text=text;var closeBtn='<span  class="close-popup"><a href="javascript:void(0)">Close</a></span>';$("#tail").addClass(tailClass);$("#detailsPopupContent").html(text).prepend(closeBtn);container.css("display","block");$("#detailsPopupContent a").bind("click",function(){$("#detailsPopupContainer").hide()})})});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:
 *  The digitally encoded machine readable software for producing the
 Typefaces
 * licensed to you is copyrighted (c) 1989 Adobe Systems.
 All rights reserved.
 * This software is the property of Adobe Systems
 Incorporated and its licensors,
 * and may not be reproduced, used,
 displayed, modified, disclosed, or transferred
 *  without the express
 written approval of Adobe.

 The digitally encoded machine
 * readable outline data for producing
 the Typefaces licensed to you is
 * copyrighted (c) 1981 Linotype AG
 and/or its subsidiaries. All Rights Reserved.
 * This data is the property of Linotype AG and/or its subsidiaries
 and may not be
 * reproduced, used, displayed, modified, disclosed or
 transferred without the
 * express written approval of Linotype AG
 and/or its subsidiaries.
 */
Cufon.registerFont({w:200,face:{"font-family":"Bauhaus","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":"4",bbox:"-23 -338 360 82.0496","underline-thickness":"18","underline-position":"-36","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:100},A:{d:"48,0r-34,0r0,-160v0,-60,37,-96,86,-96v49,0,86,36,86,96r0,160r-34,0r0,-114r-90,0r0,-32r90,0v4,-47,-16,-80,-52,-79v-31,0,-52,23,-52,63r0,162"},"\u00c6":{d:"44,0r-34,0r0,-160v-10,-108,141,-126,168,-44v38,-44,69,-50,130,-48r0,32v-70,-8,-123,39,-122,74r122,0r0,32r-122,0v7,59,54,90,122,82r0,32v-68,4,-108,-22,-123,-43r0,43r-34,0r0,-114r-93,0r0,-32r93,0v4,-47,-17,-80,-54,-79v-32,0,-53,23,-53,63r0,162",w:320},"\u00c1":{d:"48,0r-34,0r0,-160v0,-60,37,-96,86,-96v49,0,86,36,86,96r0,160r-34,0r0,-114r-90,0r0,-32r90,0v4,-47,-16,-80,-52,-79v-31,0,-52,23,-52,63r0,162xm76,-267r33,-51r39,0r-47,51r-25,0"},"\u00c2":{d:"48,-266r36,-52r33,0r36,52r-29,0r-24,-34r-24,34r-28,0xm48,0r-34,0r0,-160v0,-60,37,-96,86,-96v49,0,86,36,86,96r0,160r-34,0r0,-114r-90,0r0,-32r90,0v4,-47,-16,-80,-52,-79v-31,0,-52,23,-52,63r0,162"},"\u00c4":{d:"48,0r-34,0r0,-160v0,-60,37,-96,86,-96v49,0,86,36,86,96r0,160r-34,0r0,-114r-90,0r0,-32r90,0v4,-47,-16,-80,-52,-79v-31,0,-52,23,-52,63r0,162xm109,-289v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20xm51,-289v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20"},"\u00c0":{d:"48,0r-34,0r0,-160v0,-60,37,-96,86,-96v49,0,86,36,86,96r0,160r-34,0r0,-114r-90,0r0,-32r90,0v4,-47,-16,-80,-52,-79v-31,0,-52,23,-52,63r0,162xm53,-318r38,0r33,51r-25,0"},"\u00c5":{d:"63,-302v0,-20,16,-36,37,-36v22,0,37,16,37,36v0,21,-15,37,-37,37v-21,0,-37,-16,-37,-37xm81,-302v0,12,7,20,19,20v12,0,20,-8,20,-20v0,-12,-8,-19,-20,-19v-12,0,-19,7,-19,19xm48,0r-34,0r0,-160v0,-60,37,-96,86,-96v49,0,86,36,86,96r0,160r-34,0r0,-114r-90,0r0,-32r90,0v4,-47,-16,-80,-52,-79v-31,0,-52,23,-52,63r0,162"},"\u00c3":{d:"76,-309v23,0,61,31,68,-2r17,0v-2,18,-15,39,-35,39v-23,0,-63,-32,-70,2r-17,0v1,-22,14,-39,37,-39xm48,0r-34,0r0,-160v0,-60,37,-96,86,-96v49,0,86,36,86,96r0,160r-34,0r0,-114r-90,0r0,-32r90,0v4,-47,-16,-80,-52,-79v-31,0,-52,23,-52,63r0,162"},B:{d:"55,0r-34,0r0,-179v0,-41,34,-77,80,-77v74,0,110,82,57,121v64,31,38,143,-39,135r-51,0r0,-32v45,2,93,1,93,-41v0,-42,-48,-43,-93,-41r0,-32v41,4,81,-4,81,-38v0,-27,-21,-41,-45,-41v-31,0,-49,19,-49,49r0,176"},C:{d:"171,-252r0,32v-73,-7,-123,32,-123,94v0,81,54,100,123,94r0,32v-96,10,-158,-41,-158,-126v0,-69,60,-137,158,-126",w:180},"\u00c7":{d:"171,-252r0,32v-73,-7,-123,32,-123,94v0,81,54,100,123,94r0,32v-96,10,-158,-41,-158,-126v0,-69,60,-137,158,-126xm139,46v0,-20,-33,-6,-38,-19r23,-31r17,0r-16,23v22,-4,39,5,41,26v3,31,-50,41,-78,25r7,-14v15,8,44,8,44,-10",w:180},D:{d:"55,0r-34,0r0,-252r64,0v71,0,123,58,123,126v0,73,-55,132,-139,126r0,-32v63,6,104,-34,104,-94v0,-62,-47,-100,-118,-94r0,220",w:219},E:{d:"165,-146r0,32r-121,0v7,59,53,90,121,82r0,32v-94,8,-157,-46,-157,-126v0,-79,63,-135,157,-126r0,32v-72,-9,-123,44,-121,74r121,0",w:180},"\u00c9":{d:"165,-146r0,32r-121,0v7,59,53,90,121,82r0,32v-94,8,-157,-46,-157,-126v0,-79,63,-135,157,-126r0,32v-72,-9,-123,44,-121,74r121,0xm97,-267r33,-51r39,0r-47,51r-25,0",w:180},"\u00ca":{d:"69,-266r36,-52r33,0r36,52r-29,0r-24,-34r-23,34r-29,0xm165,-146r0,32r-121,0v7,59,53,90,121,82r0,32v-94,8,-157,-46,-157,-126v0,-79,63,-135,157,-126r0,32v-72,-9,-123,44,-121,74r121,0",w:180},"\u00cb":{d:"165,-146r0,32r-121,0v7,59,53,90,121,82r0,32v-94,8,-157,-46,-157,-126v0,-79,63,-135,157,-126r0,32v-72,-9,-123,44,-121,74r121,0xm130,-289v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20xm72,-289v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20",w:180},"\u00c8":{d:"165,-146r0,32r-121,0v7,59,53,90,121,82r0,32v-94,8,-157,-46,-157,-126v0,-79,63,-135,157,-126r0,32v-72,-9,-123,44,-121,74r121,0xm74,-318r38,0r33,51r-25,0",w:180},"\u00d0":{d:"54,-114r0,114r-34,0r0,-114r-27,0r0,-32r27,0r0,-106r64,0v71,0,123,58,123,126v0,73,-55,132,-139,126r0,-32v63,6,104,-34,104,-94v0,-62,-47,-100,-118,-94r0,74r61,0r0,32r-61,0",w:219},F:{d:"44,0r-34,0r0,-167v0,-71,46,-92,120,-85r0,32v-48,-2,-88,-1,-86,49r0,30r86,0r0,32r-86,0r0,109",w:140},G:{d:"244,-211r-23,25v-28,-23,-46,-39,-81,-39v-56,0,-96,45,-96,99v0,54,40,99,96,99v48,0,90,-32,93,-83r-88,0r0,-32r123,0v9,96,-61,146,-128,146v-71,0,-132,-57,-132,-130v0,-119,160,-176,236,-85",w:280},H:{d:"55,0r-34,0r0,-252r34,0r0,106r110,0r0,-106r33,0r0,252r-33,0r0,-114r-110,0r0,114",w:219},I:{d:"57,0r-34,0r0,-252r34,0r0,252",w:79},"\u00cd":{d:"57,0r-34,0r0,-252r34,0r0,252xm14,-267r33,-51r39,0r-47,51r-25,0",w:79},"\u00ce":{d:"-15,-266r36,-52r33,0r36,52r-28,0r-24,-34r-24,34r-29,0xm57,0r-34,0r0,-252r34,0r0,252",w:79},"\u00cf":{d:"57,0r-34,0r0,-252r34,0r0,252xm47,-289v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20xm-11,-289v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20",w:79},"\u00cc":{d:"57,0r-34,0r0,-252r34,0r0,252xm-9,-318r38,0r33,51r-25,0",w:79},J:{d:"70,-252r34,0r0,171v2,56,-36,86,-105,81r0,-32v43,3,71,-9,71,-47r0,-173",w:119},K:{d:"57,0r-34,0r0,-252r34,0r0,106v74,13,76,-63,102,-106r38,0v-21,37,-31,87,-63,112v54,7,52,75,50,140r-34,0v-3,-53,16,-115,-46,-114r-47,0r0,114"},L:{d:"23,-252r34,0r0,162v-2,53,32,62,84,58r0,32v-70,7,-118,-18,-118,-81r0,-171",w:140},"\u0141":{d:"98,-187r0,29r-41,19v-2,54,-3,112,51,107r33,0r0,32v-88,9,-130,-32,-118,-124r-27,13r0,-29r27,-13r0,-99r34,0r0,84",w:140},M:{d:"35,0r-35,0r29,-230v7,-35,48,-37,60,3r51,170r52,-170v8,-42,55,-37,59,-3r29,230r-35,0r-25,-204r-54,175v-8,25,-14,29,-26,29v-12,0,-18,-4,-26,-29r-55,-175",w:280},N:{d:"52,0r-34,0r0,-223v0,-22,13,-31,30,-31v19,0,25,11,38,37r82,167r0,-202r34,0r0,230v-1,32,-45,31,-60,0r-90,-185r0,207",w:219},"\u00d1":{d:"91,-309v23,0,60,31,67,-2r18,0v-2,18,-16,39,-36,39v-23,0,-63,-32,-69,2r-18,0v1,-22,15,-39,38,-39xm52,0r-34,0r0,-223v0,-22,13,-31,30,-31v19,0,25,11,38,37r82,167r0,-202r34,0r0,230v-1,32,-45,31,-60,0r-90,-185r0,207",w:219},O:{d:"8,-126v0,-73,61,-130,132,-130v71,0,132,57,132,130v0,73,-61,130,-132,130v-71,0,-132,-57,-132,-130xm44,-126v0,54,40,99,96,99v56,0,97,-45,97,-99v0,-54,-41,-99,-97,-99v-56,0,-96,45,-96,99",w:280},"\u0152":{d:"356,-146r0,32r-108,0v6,54,48,88,108,82r0,32v-60,2,-97,-9,-127,-62v-19,45,-63,66,-108,66v-65,0,-121,-61,-121,-130v0,-69,56,-130,121,-130v45,0,89,21,108,66v29,-53,67,-64,127,-62r0,32v-65,-4,-108,43,-108,74r108,0xm34,-126v0,50,37,99,89,99v52,0,89,-49,89,-99v0,-50,-37,-99,-89,-99v-52,0,-89,49,-89,99",w:360},"\u00d3":{d:"8,-126v0,-73,61,-130,132,-130v71,0,132,57,132,130v0,73,-61,130,-132,130v-71,0,-132,-57,-132,-130xm44,-126v0,54,40,99,96,99v56,0,97,-45,97,-99v0,-54,-41,-99,-97,-99v-56,0,-96,45,-96,99xm116,-267r33,-51r39,0r-47,51r-25,0",w:280},"\u00d4":{d:"87,-266r36,-52r34,0r36,52r-29,0r-24,-34r-24,34r-29,0xm8,-126v0,-73,61,-130,132,-130v71,0,132,57,132,130v0,73,-61,130,-132,130v-71,0,-132,-57,-132,-130xm44,-126v0,54,40,99,96,99v56,0,97,-45,97,-99v0,-54,-41,-99,-97,-99v-56,0,-96,45,-96,99",w:280},"\u00d6":{d:"8,-126v0,-73,61,-130,132,-130v71,0,132,57,132,130v0,73,-61,130,-132,130v-71,0,-132,-57,-132,-130xm44,-126v0,54,40,99,96,99v56,0,97,-45,97,-99v0,-54,-41,-99,-97,-99v-56,0,-96,45,-96,99xm149,-289v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20xm91,-289v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20",w:280},"\u00d2":{d:"8,-126v0,-73,61,-130,132,-130v71,0,132,57,132,130v0,73,-61,130,-132,130v-71,0,-132,-57,-132,-130xm44,-126v0,54,40,99,96,99v56,0,97,-45,97,-99v0,-54,-41,-99,-97,-99v-56,0,-96,45,-96,99xm93,-318r38,0r33,51r-25,0",w:280},"\u00d8":{d:"64,-65r135,-139v-59,-51,-155,-1,-155,78v0,23,7,44,20,61xm216,-187r-135,139v59,51,156,1,156,-78v0,-23,-8,-44,-21,-61xm30,4r-33,0r44,-45v-20,-22,-33,-52,-33,-85v0,-106,132,-169,214,-102r28,-28r33,0r-44,45v20,23,33,52,33,85v0,106,-132,169,-214,102",w:280},"\u00d5":{d:"116,-309v23,0,61,31,68,-2r17,0v-2,18,-15,39,-35,39v-23,0,-63,-32,-70,2r-17,0v1,-22,14,-39,37,-39xm8,-126v0,-73,61,-130,132,-130v71,0,132,57,132,130v0,73,-61,130,-132,130v-71,0,-132,-57,-132,-130xm44,-126v0,54,40,99,96,99v56,0,97,-45,97,-99v0,-54,-41,-99,-97,-99v-56,0,-96,45,-96,99",w:280},P:{d:"48,0r-34,0r0,-168v0,-54,38,-88,81,-88v51,0,83,38,83,81v0,62,-47,89,-116,80r0,-32v46,3,82,-3,82,-48v0,-31,-21,-50,-49,-50v-27,0,-47,20,-47,52r0,173",w:180},Q:{d:"164,1r0,51r-34,0r0,-134r34,0r0,52v45,-11,73,-51,73,-96v0,-54,-41,-99,-97,-99v-56,0,-96,45,-96,99v0,48,34,88,70,95r0,32v-57,-11,-106,-61,-106,-127v0,-73,61,-130,132,-130v71,0,132,57,132,130v0,65,-52,119,-108,127",w:280},R:{d:"52,0r-34,0r0,-166v0,-57,34,-90,84,-90v73,0,105,91,48,127v42,8,34,76,34,129r-34,0v-2,-52,14,-113,-46,-110r-37,0r0,-32v41,3,78,-5,78,-42v0,-25,-20,-41,-43,-41v-29,0,-50,20,-50,49r0,176"},S:{d:"9,0r0,-32v46,-4,128,17,128,-32v0,-51,-127,-50,-127,-125v0,-72,79,-64,150,-63r0,32v-44,5,-115,-18,-116,30v0,46,127,46,127,123v0,40,-25,67,-70,67r-92,0",w:180},"\u0160":{d:"122,-318r29,0r-36,52r-33,0r-36,-52r29,0r23,34xm9,0r0,-32v46,-4,128,17,128,-32v0,-51,-127,-50,-127,-125v0,-72,79,-64,150,-63r0,32v-44,5,-115,-18,-116,30v0,46,127,46,127,123v0,40,-25,67,-70,67r-92,0",w:180},T:{d:"1,-220r0,-32r158,0r0,32r-62,0r0,220r-34,0r0,-220r-62,0",w:159},"\u00de":{d:"48,0r-34,0r0,-252r34,0r0,57v51,-41,134,4,130,65v-4,60,-46,89,-116,80r0,-31v46,4,82,-4,82,-49v0,-31,-21,-49,-49,-49v-70,0,-42,112,-47,179",w:180},U:{d:"17,-252r33,0r0,166v0,34,18,59,50,59v32,0,49,-25,49,-59r0,-166r34,0r0,169v0,49,-36,87,-83,87v-47,0,-83,-38,-83,-87r0,-169"},"\u00da":{d:"17,-252r33,0r0,166v0,34,18,59,50,59v32,0,49,-25,49,-59r0,-166r34,0r0,169v0,49,-36,87,-83,87v-47,0,-83,-38,-83,-87r0,-169xm76,-267r33,-51r39,0r-47,51r-25,0"},"\u00db":{d:"48,-266r36,-52r33,0r36,52r-29,0r-24,-34r-24,34r-28,0xm17,-252r33,0r0,166v0,34,18,59,50,59v32,0,49,-25,49,-59r0,-166r34,0r0,169v0,49,-36,87,-83,87v-47,0,-83,-38,-83,-87r0,-169"},"\u00dc":{d:"17,-252r33,0r0,166v0,34,18,59,50,59v32,0,49,-25,49,-59r0,-166r34,0r0,169v0,49,-36,87,-83,87v-47,0,-83,-38,-83,-87r0,-169xm109,-289v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20xm51,-289v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20"},"\u00d9":{d:"17,-252r33,0r0,166v0,34,18,59,50,59v32,0,49,-25,49,-59r0,-166r34,0r0,169v0,49,-36,87,-83,87v-47,0,-83,-38,-83,-87r0,-169xm53,-318r38,0r33,51r-25,0"},V:{d:"-5,-252r35,0r72,208r68,-208r35,0r-73,227v-14,41,-46,40,-60,0"},W:{d:"18,-76r0,-176r33,0r0,176v0,28,15,49,46,49v31,0,46,-21,46,-49r0,-176r34,0r0,176v0,28,14,49,45,49v31,0,46,-21,46,-49r0,-176r34,0r0,176v2,84,-101,106,-142,48v-41,58,-142,36,-142,-48",w:320},X:{d:"199,-252r0,32v-49,-1,-81,45,-81,94v0,49,32,95,81,94r0,32v-44,-1,-89,-27,-99,-72v-10,45,-55,71,-99,72r0,-32v49,1,81,-45,81,-94v0,-49,-32,-95,-81,-94r0,-32v44,1,89,27,99,72v10,-45,55,-71,99,-72"},Y:{d:"106,0r-34,0r0,-99v-73,-18,-65,-75,-64,-153r34,0v1,56,-12,122,48,122v59,0,48,-66,48,-122r33,0v1,78,10,135,-65,153r0,99",w:180},"\u00dd":{d:"106,0r-34,0r0,-99v-73,-18,-65,-75,-64,-153r34,0v1,56,-12,122,48,122v59,0,48,-66,48,-122r33,0v1,78,10,135,-65,153r0,99xm74,-267r33,-51r39,0r-47,51r-25,0",w:180},"\u0178":{d:"106,0r-34,0r0,-99v-73,-18,-65,-75,-64,-153r34,0v1,56,-12,122,48,122v59,0,48,-66,48,-122r33,0v1,78,10,135,-65,153r0,99xm107,-289v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20xm49,-289v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20",w:180},Z:{d:"133,-220r-115,0r0,-32r121,0v43,2,30,38,15,60r-113,160r131,0r0,32r-140,0v-40,-2,-27,-42,-12,-63",w:180},"\u017d":{d:"122,-318r29,0r-36,52r-33,0r-36,-52r29,0r23,34xm133,-220r-115,0r0,-32r121,0v43,2,30,38,15,60r-113,160r131,0r0,32r-140,0v-40,-2,-27,-42,-12,-63",w:180},a:{d:"186,0r-32,0r0,-97v0,-32,-27,-49,-56,-49v-35,0,-57,27,-57,60v0,53,72,81,100,36r0,37v-52,43,-132,-4,-132,-75v0,-49,35,-88,90,-88v53,0,87,32,87,82r0,94"},"\u00e1":{d:"186,0r-32,0r0,-97v0,-32,-27,-49,-56,-49v-35,0,-57,27,-57,60v0,53,72,81,100,36r0,37v-52,43,-132,-4,-132,-75v0,-49,35,-88,90,-88v53,0,87,32,87,82r0,94xm76,-194r33,-51r39,0r-47,51r-25,0"},"\u00e2":{d:"48,-194r36,-51r33,0r36,51r-29,0r-24,-34r-24,34r-28,0xm186,0r-32,0r0,-97v0,-32,-27,-49,-56,-49v-35,0,-57,27,-57,60v0,53,72,81,100,36r0,37v-52,43,-132,-4,-132,-75v0,-49,35,-88,90,-88v53,0,87,32,87,82r0,94"},"\u00b4":{d:"26,-194r33,-51r39,0r-47,51r-25,0",w:100},"\u00e4":{d:"186,0r-32,0r0,-97v0,-32,-27,-49,-56,-49v-35,0,-57,27,-57,60v0,53,72,81,100,36r0,37v-52,43,-132,-4,-132,-75v0,-49,35,-88,90,-88v53,0,87,32,87,82r0,94xm109,-216v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20xm51,-216v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20"},"\u00e6":{d:"24,-131r-14,-25v44,-28,117,-30,143,18v9,-19,35,-38,68,-38v54,0,75,33,88,61r-117,49r-11,-27r82,-34v-30,-40,-96,-11,-96,39v0,34,25,61,60,61v31,0,49,-22,57,-49r28,12v-16,79,-129,89,-162,25v-15,28,-46,43,-77,43v-35,0,-67,-18,-67,-54v0,-53,81,-71,117,-76v-22,-30,-69,-22,-99,-5xm72,-27v41,-1,67,-28,62,-72v-23,4,-95,16,-95,51v0,13,9,21,33,21",w:320},"\u00e0":{d:"186,0r-32,0r0,-97v0,-32,-27,-49,-56,-49v-35,0,-57,27,-57,60v0,53,72,81,100,36r0,37v-52,43,-132,-4,-132,-75v0,-49,35,-88,90,-88v53,0,87,32,87,82r0,94xm53,-245r38,0r33,51r-25,0"},"&":{d:"178,-252r0,32r-100,0v-15,1,-4,11,1,19r105,134v16,-30,8,-57,-16,-86r23,-23v39,34,47,94,15,138r31,38r-42,0r-12,-14v-70,45,-171,1,-171,-84v0,-33,15,-65,43,-84v-27,-19,-21,-70,19,-70r104,0xm164,-42r-89,-115v-52,36,-25,134,43,130v18,0,32,-4,46,-15",w:240},"\u00e5":{d:"63,-229v0,-20,16,-37,37,-37v22,0,37,17,37,37v0,21,-15,37,-37,37v-21,0,-37,-16,-37,-37xm81,-229v0,12,7,19,19,19v12,0,20,-7,20,-19v0,-12,-8,-19,-20,-19v-12,0,-19,7,-19,19xm186,0r-32,0r0,-97v0,-32,-27,-49,-56,-49v-35,0,-57,27,-57,60v0,53,72,81,100,36r0,37v-52,43,-132,-4,-132,-75v0,-49,35,-88,90,-88v53,0,87,32,87,82r0,94"},"^":{d:"50,-103r-30,0r74,-149r28,0r74,149r-30,0r-58,-118",w:216},"~":{d:"70,-112v24,-1,57,23,77,24v14,0,23,-13,31,-26r13,23v-11,15,-23,31,-45,31v-36,0,-90,-51,-108,1r-13,-22v8,-15,21,-31,45,-31",w:216},"*":{d:"36,-135r-14,-22r48,-26r-48,-24r14,-23r45,31r-5,-53r28,0r-5,53r45,-31r14,23r-48,24r48,26r-14,22r-45,-28r5,50r-28,0r5,-50",w:180},"@":{d:"101,-109v0,19,12,33,29,33v42,1,74,-95,20,-95v-29,0,-49,35,-49,62xm189,-173r7,-20r25,0r-29,111v0,6,3,9,7,9v22,0,46,-35,46,-72v0,-56,-43,-88,-96,-88v-61,0,-103,48,-103,108v0,100,130,140,188,70r25,0v-23,37,-64,59,-108,59v-74,0,-133,-56,-133,-130v0,-73,59,-130,131,-130v64,0,121,43,121,107v0,66,-56,100,-85,100v-12,0,-19,-8,-22,-20v-29,38,-92,16,-92,-36v0,-63,79,-133,118,-68",w:288},"\u00e3":{d:"76,-236v24,0,61,31,68,-3r17,0v-2,18,-15,40,-35,40v-23,0,-63,-32,-70,2r-17,0v1,-22,14,-39,37,-39xm186,0r-32,0r0,-97v0,-32,-27,-49,-56,-49v-35,0,-57,27,-57,60v0,53,72,81,100,36r0,37v-52,43,-132,-4,-132,-75v0,-49,35,-88,90,-88v53,0,87,32,87,82r0,94"},b:{d:"14,-252r32,0r0,155v-6,94,113,88,113,10v0,-56,-62,-74,-100,-44r0,-33v59,-34,132,6,132,73v0,51,-33,95,-89,95v-51,0,-88,-38,-88,-95r0,-161"},"\\":{d:"-22,-256r28,0r116,260r-28,0",w:100},"|":{d:"26,0r0,-252r28,0r0,252r-28,0",w:79},"{":{d:"12,-84r0,-21v57,-3,-3,-149,64,-147r29,0r0,17v-66,-19,-5,130,-61,141v7,2,28,11,28,45v0,36,-18,109,33,96r0,16v-39,4,-65,-5,-65,-44v0,-40,6,-103,-28,-103",w:140},"}":{d:"128,-104r0,20v-56,3,3,149,-64,147r-29,0r0,-16v67,19,4,-132,61,-141v-7,-2,-28,-12,-28,-46v0,-36,18,-108,-33,-95r0,-17v39,-4,65,5,65,44v0,40,-6,103,28,104",w:140},"[":{d:"103,63r-63,0r0,-315r63,0r0,17r-31,0r0,282r31,0r0,16",w:140},"]":{d:"37,-252r63,0r0,315r-63,0r0,-16r31,0r0,-282r-31,0r0,-17",w:140},"\u00a6":{d:"26,0r0,-94r28,0r0,94r-28,0xm26,-158r0,-94r28,0r0,94r-28,0",w:79},c:{d:"132,-173r0,30v-47,-4,-83,11,-83,57v0,46,37,60,83,56r0,30v-65,6,-117,-19,-117,-86v0,-66,52,-94,117,-87",w:140},"\u00e7":{d:"132,-173r0,30v-47,-4,-83,11,-83,57v0,46,37,60,83,56r0,30v-65,6,-117,-19,-117,-86v0,-66,52,-94,117,-87xm103,46v0,-20,-33,-6,-38,-19r23,-31r17,0r-16,23v22,-4,39,5,41,26v3,31,-50,41,-78,25r7,-14v15,8,44,8,44,-10",w:140},"\u00b8":{d:"62,46v0,-20,-33,-6,-38,-19r23,-31r17,0r-16,23v22,-4,39,5,41,26v3,31,-50,41,-78,25r7,-14v15,8,44,8,44,-10",w:100},"\u00a2":{d:"91,-207r0,-45r27,0r0,45r23,0r0,31v-41,-2,-81,-2,-81,39v0,41,40,41,81,39r0,32r-23,0r0,46r-27,0r0,-46v-38,-1,-66,-34,-66,-71v0,-36,29,-69,66,-70"},":":{d:"29,-19v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm29,-123v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21",w:100},",":{d:"22,36r15,-71r34,0r-21,71r-28,0",w:100},"\u00a9":{d:"12,-126v0,-77,61,-130,132,-130v71,0,132,53,132,130v0,77,-61,130,-132,130v-71,0,-132,-53,-132,-130xm42,-126v0,62,44,107,102,107v58,0,102,-45,102,-107v0,-61,-44,-107,-102,-107v-58,0,-102,46,-102,107xm187,-103r25,0v-6,34,-31,55,-63,55v-46,0,-76,-34,-76,-79v0,-85,128,-111,139,-25r-25,0v-17,-52,-91,-28,-85,25v-8,54,76,77,85,24",w:288},"\u00a4":{d:"26,-35r-17,-17r20,-21v-24,-27,-24,-79,0,-106r-20,-21r17,-17r20,21v28,-26,80,-25,108,0r20,-21r17,17r-20,21v24,27,24,79,0,106r20,21r-17,17r-20,-21v-28,26,-80,25,-108,0xm40,-126v0,34,27,62,60,62v33,0,60,-28,60,-62v0,-34,-27,-62,-60,-62v-33,0,-60,28,-60,62"},d:{d:"154,-252r32,0r0,161v0,57,-36,95,-87,95v-56,0,-90,-44,-90,-95v0,-66,73,-107,132,-73r0,33v-38,-30,-100,-12,-100,44v0,35,24,60,58,60v30,0,55,-22,55,-70r0,-155"},"\u00b0":{d:"38,-205v0,20,14,36,34,36v20,0,34,-16,34,-36v0,-20,-14,-35,-34,-35v-20,0,-34,15,-34,35xm21,-205v0,-29,22,-51,51,-51v29,0,51,22,51,51v0,29,-22,52,-51,52v-29,0,-51,-23,-51,-52",w:144},"\u00a8":{d:"59,-216v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20xm1,-216v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20",w:100},"\u00f7":{d:"194,-72r-172,0r0,-28r172,0r0,28xm84,-157v0,-13,9,-24,24,-24v15,0,24,11,24,24v0,13,-9,25,-24,25v-15,0,-24,-12,-24,-25xm84,-16v0,-13,9,-24,24,-24v15,0,24,11,24,24v0,13,-9,25,-24,25v-15,0,-24,-12,-24,-25",w:216},"$":{d:"117,-282r0,30r49,0r0,30r-49,0r0,64v28,20,59,31,59,72v0,37,-27,51,-59,51r0,39r-27,0r0,-39r-58,0r0,-30r58,0r0,-69v-27,-17,-59,-30,-59,-67v0,-34,27,-51,59,-51r0,-30r27,0xm90,-169r0,-53v-44,1,-25,47,0,53xm117,-121r0,56v14,0,27,-6,27,-23v0,-18,-15,-24,-27,-33"},"\u0131":{d:"66,0r-32,0r0,-173r32,0r0,173",w:100},e:{d:"184,-122r-117,65r-13,-25r86,-48v-32,-35,-96,-9,-96,44v0,35,23,59,56,59v37,0,52,-22,58,-54r32,4v-4,46,-40,81,-90,81v-48,0,-89,-37,-89,-90v0,-53,41,-90,89,-90v40,0,68,21,84,54"},"\u00e9":{d:"184,-122r-117,65r-13,-25r86,-48v-32,-35,-96,-9,-96,44v0,35,23,59,56,59v37,0,52,-22,58,-54r32,4v-4,46,-40,81,-90,81v-48,0,-89,-37,-89,-90v0,-53,41,-90,89,-90v40,0,68,21,84,54xm76,-194r33,-51r39,0r-47,51r-25,0"},"\u00ea":{d:"48,-194r36,-51r33,0r36,51r-29,0r-24,-34r-24,34r-28,0xm184,-122r-117,65r-13,-25r86,-48v-32,-35,-96,-9,-96,44v0,35,23,59,56,59v37,0,52,-22,58,-54r32,4v-4,46,-40,81,-90,81v-48,0,-89,-37,-89,-90v0,-53,41,-90,89,-90v40,0,68,21,84,54"},"\u00eb":{d:"184,-122r-117,65r-13,-25r86,-48v-32,-35,-96,-9,-96,44v0,35,23,59,56,59v37,0,52,-22,58,-54r32,4v-4,46,-40,81,-90,81v-48,0,-89,-37,-89,-90v0,-53,41,-90,89,-90v40,0,68,21,84,54xm109,-216v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20xm51,-216v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20"},"\u00e8":{d:"184,-122r-117,65r-13,-25r86,-48v-32,-35,-96,-9,-96,44v0,35,23,59,56,59v37,0,52,-22,58,-54r32,4v-4,46,-40,81,-90,81v-48,0,-89,-37,-89,-90v0,-53,41,-90,89,-90v40,0,68,21,84,54xm53,-245r38,0r33,51r-25,0"},"8":{d:"100,4v-96,0,-118,-110,-49,-147v-46,-36,-23,-113,49,-113v67,0,95,73,49,113v68,33,48,147,-49,147xm47,-76v0,29,22,49,53,49v31,0,53,-20,53,-49v0,-29,-22,-49,-53,-49v-31,0,-53,20,-53,49xm64,-190v0,19,13,34,35,34v22,0,36,-15,36,-34v0,-19,-14,-35,-36,-35v-22,0,-35,16,-35,35"},"\u2026":{d:"39,-19v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm159,-19v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21xm279,-19v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21",w:360},"\u2014":{d:"360,-75r-360,0r0,-23r360,0r0,23",w:360},"\u2013":{d:"180,-75r-180,0r0,-23r180,0r0,23",w:180},"=":{d:"194,-136r0,28r-172,0r0,-28r172,0xm194,-65r0,28r-172,0r0,-28r172,0",w:216},"\u00f0":{d:"54,-236r19,-20v12,5,24,10,38,21r37,-20r18,21r-33,18v31,30,57,74,57,120v0,129,-180,129,-180,10v0,-58,47,-97,106,-89v6,9,20,30,19,41v-34,-28,-91,-3,-91,48v0,35,23,59,56,59v33,0,57,-24,57,-69v0,-41,-22,-79,-50,-106r-39,20r-17,-21r33,-17v-10,-7,-21,-12,-30,-16"},"!":{d:"54,-58r-30,0r0,-194r30,0r0,194xm17,-18v0,-12,9,-22,22,-22v13,0,22,10,22,22v0,12,-9,22,-22,22v-13,0,-22,-10,-22,-22",w:79},"\u00a1":{d:"26,-117r30,0r0,195r-30,0r0,-195xm63,-156v0,12,-9,22,-22,22v-13,0,-22,-10,-22,-22v0,-12,9,-23,22,-23v13,0,22,11,22,23",w:79},f:{d:"50,0r-31,0r0,-189v1,-49,35,-68,88,-63r0,30v-39,-4,-63,6,-57,49r52,0r0,30r-52,0r0,143",w:100},"5":{d:"31,-252r132,0r0,32r-97,0r0,65v69,-5,120,15,120,79v0,38,-28,76,-74,76r-92,0r0,-32v54,-1,130,13,130,-44v0,-53,-65,-48,-119,-47r0,-129"},"4":{d:"95,-252r38,0r-91,162r76,0r0,-109v12,-19,21,-40,34,-57r0,166r38,0r0,32r-38,0r0,58r-34,0r0,-58r-90,0v-29,-1,-26,-26,-14,-47"},g:{d:"141,-41r0,33v-58,34,-129,-11,-129,-76v0,-52,35,-92,89,-92v84,0,85,76,85,162v0,89,-75,112,-147,86r7,-29v46,15,108,17,108,-46r0,-81v0,-39,-25,-62,-55,-62v-38,0,-56,30,-56,64v0,51,62,70,98,41"},"\u00df":{d:"71,0r-31,0r0,-135r-37,0r7,-31r30,0v-5,-53,19,-86,65,-86v40,0,62,23,62,51v0,27,-18,40,-40,51v40,14,79,36,79,84v0,32,-23,66,-69,66r-53,0r0,-30v41,2,91,3,91,-36v0,-58,-83,-52,-83,-82v0,-27,44,-20,44,-49v0,-15,-10,-25,-29,-25v-23,0,-36,11,-36,39r0,183",w:219},"`":{d:"3,-245r38,0r33,51r-25,0",w:100},">":{d:"22,-25r137,-61r-137,-62r0,-28r172,77r0,25r-172,77r0,-28",w:216},"\u00ab":{d:"50,-86r47,55r-27,0r-47,-55r45,-56r27,0xm112,-86r46,55r-27,0r-47,-55r45,-56r27,0",w:180},"\u00bb":{d:"130,-86r-45,-56r27,0r45,56r-47,55r-27,0xm68,-86r-44,-56r27,0r45,56r-47,55r-27,0",w:180},h:{d:"48,0r-32,0r0,-252r32,0r0,94v40,-35,116,-22,116,57r0,101r-32,0r0,-101v0,-35,-19,-45,-42,-45v-59,0,-39,89,-42,146",w:180},"-":{d:"90,-72r-80,0r0,-29r80,0r0,29",w:100},i:{d:"66,0r-32,0r0,-173r32,0r0,173xm31,-211v0,-10,7,-19,19,-19v12,0,19,9,19,19v0,10,-7,19,-19,19v-12,0,-19,-9,-19,-19",w:100},"\u00ed":{d:"66,0r-32,0r0,-173r32,0r0,173xm26,-194r33,-51r39,0r-47,51r-25,0",w:100},"\u00ee":{d:"-3,-194r36,-51r34,0r36,51r-29,0r-24,-34r-24,34r-29,0xm66,0r-32,0r0,-173r32,0r0,173",w:100},"\u00ef":{d:"66,0r-32,0r0,-173r32,0r0,173xm59,-216v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20xm1,-216v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20",w:100},"\u00ec":{d:"66,0r-32,0r0,-173r32,0r0,173xm3,-245r38,0r33,51r-25,0",w:100},j:{d:"24,-173r32,0r0,188v0,48,-32,65,-79,63r0,-30v34,1,47,-5,47,-40r0,-181xm21,-211v0,-10,7,-19,19,-19v12,0,19,9,19,19v0,10,-7,19,-19,19v-12,0,-19,-9,-19,-19",w:79},k:{d:"50,0r-31,0r0,-252r31,0r0,143v50,6,49,-39,70,-64r36,0v-15,23,-27,59,-49,71v44,4,40,54,39,102r-32,0v0,-33,7,-78,-28,-78r-36,0r0,78",w:159},l:{d:"56,0r-32,0r0,-252r32,0r0,252",w:79},"<":{d:"194,-25r0,28r-172,-77r0,-25r172,-77r0,28r-137,62",w:216},"\u00ac":{d:"166,-37r0,-71r-144,0r0,-28r172,0r0,99r-28,0",w:216},"\u0142":{d:"56,-140r0,140r-32,0r0,-130r-23,7r0,-26r23,-7r0,-96r32,0r0,86r23,-7r0,26",w:79},m:{d:"49,0r-31,0r0,-117v-3,-54,81,-81,112,-35v31,-46,112,-20,112,35r0,117r-31,0v-6,-51,21,-143,-31,-146v-54,-3,-28,95,-34,146r-32,0v-5,-51,20,-148,-34,-146v-53,2,-24,96,-31,146",w:259},"\u00af":{d:"106,-206r-112,0r0,-21r112,0r0,21",w:100},"\u00d7":{d:"88,-86r-66,-67r19,-20r67,67r67,-67r19,20r-66,67r66,66r-19,20r-67,-67r-67,67r-19,-20",w:216},n:{d:"48,0r-32,0r0,-101v0,-45,32,-75,74,-75v42,0,74,30,74,75r0,101r-32,0v-3,-58,17,-146,-42,-146v-59,0,-39,89,-42,146",w:180},"9":{d:"114,-104r-20,28v-56,-1,-85,-39,-85,-90v0,-47,40,-90,93,-90v50,0,90,38,90,89v0,72,-65,114,-95,167r-42,0r79,-110v37,-39,27,-113,-33,-115v-31,0,-58,26,-58,58v0,42,31,64,71,63"},"\u00f1":{d:"66,-236v24,0,61,31,68,-3r17,0v-2,18,-15,40,-35,40v-23,0,-63,-32,-70,2r-17,0v1,-22,14,-39,37,-39xm48,0r-32,0r0,-101v0,-45,32,-75,74,-75v42,0,74,30,74,75r0,101r-32,0v-3,-58,17,-146,-42,-146v-59,0,-39,89,-42,146",w:180},"#":{d:"178,-100r-1,23r-35,0r-11,77r-26,0r11,-77r-43,0r-10,77r-26,0r11,-77r-36,0r1,-23r38,0r7,-52r-36,0r1,-23r38,0r11,-77r26,0r-11,77r43,0r10,-77r27,0r-11,77r33,0r-1,23r-35,0r-8,52r33,0xm127,-152r-43,0r-7,52r43,0"},o:{d:"10,-86v0,-53,42,-90,90,-90v48,0,90,37,90,90v0,53,-42,90,-90,90v-48,0,-90,-37,-90,-90xm44,-86v0,35,23,59,56,59v33,0,57,-24,57,-59v0,-35,-24,-60,-57,-60v-33,0,-56,25,-56,60"},"\u00f3":{d:"10,-86v0,-53,42,-90,90,-90v48,0,90,37,90,90v0,53,-42,90,-90,90v-48,0,-90,-37,-90,-90xm44,-86v0,35,23,59,56,59v33,0,57,-24,57,-59v0,-35,-24,-60,-57,-60v-33,0,-56,25,-56,60xm76,-194r33,-51r39,0r-47,51r-25,0"},"\u00f4":{d:"48,-194r36,-51r33,0r36,51r-29,0r-24,-34r-24,34r-28,0xm10,-86v0,-53,42,-90,90,-90v48,0,90,37,90,90v0,53,-42,90,-90,90v-48,0,-90,-37,-90,-90xm44,-86v0,35,23,59,56,59v33,0,57,-24,57,-59v0,-35,-24,-60,-57,-60v-33,0,-56,25,-56,60"},"\u00f6":{d:"10,-86v0,-53,42,-90,90,-90v48,0,90,37,90,90v0,53,-42,90,-90,90v-48,0,-90,-37,-90,-90xm44,-86v0,35,23,59,56,59v33,0,57,-24,57,-59v0,-35,-24,-60,-57,-60v-33,0,-56,25,-56,60xm109,-216v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20xm51,-216v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20"},"\u0153":{d:"333,-112r-122,52r-12,-26r89,-39v-30,-41,-102,-18,-102,39v0,31,30,59,58,59v34,0,51,-19,59,-52r32,12v-16,76,-125,97,-164,30v-43,71,-166,43,-166,-49v0,-90,124,-119,165,-52v21,-26,40,-38,78,-38v48,0,70,27,85,64xm38,-86v0,35,24,59,58,59v34,0,57,-24,57,-59v0,-35,-23,-60,-57,-60v-34,0,-58,25,-58,60",w:339},"\u00f2":{d:"10,-86v0,-53,42,-90,90,-90v48,0,90,37,90,90v0,53,-42,90,-90,90v-48,0,-90,-37,-90,-90xm44,-86v0,35,23,59,56,59v33,0,57,-24,57,-59v0,-35,-24,-60,-57,-60v-33,0,-56,25,-56,60xm53,-245r38,0r33,51r-25,0"},"1":{d:"49,-252r71,0r0,252r-35,0r0,-220r-45,0"},"\u00bd":{d:"80,4r-25,0r155,-260r25,0xm296,0r-92,0v-26,0,-28,-24,-7,-34v25,-24,67,-33,76,-72v0,-17,-13,-28,-30,-28v-48,-3,-38,59,-4,60r-22,14v-54,-17,-33,-94,26,-94v30,0,55,21,55,48v-1,45,-57,61,-83,87r81,0r0,19xm28,-254r48,0r0,151r-26,0r0,-131r-28,0",w:300},"\u00bc":{d:"84,4r-25,0r156,-260r24,0xm193,-54r48,0r0,-65r25,-35r0,100r23,0r0,19r-23,0r0,35r-25,0r0,-35v-29,-1,-92,12,-68,-28r53,-88r26,0xm28,-254r48,0r0,151r-26,0r0,-131r-28,0",w:300},"\u00b9":{d:"28,-254r48,0r0,151r-26,0r0,-131r-28,0",w:119},"\u00aa":{d:"118,-150r-22,0v0,-41,9,-88,-36,-88v-23,0,-36,17,-36,36v0,33,48,47,65,21r0,23v-33,25,-87,-2,-87,-45v0,-30,23,-53,59,-53v59,0,60,48,57,106",w:120},"\u00ba":{d:"60,-148v-31,0,-60,-22,-60,-54v0,-32,29,-54,60,-54v31,0,60,22,60,54v0,32,-29,54,-60,54xm60,-167v21,0,36,-14,36,-35v0,-21,-15,-36,-36,-36v-21,0,-36,15,-36,36v0,21,15,35,36,35",w:120},"\u00f8":{d:"52,-53r81,-83v-49,-35,-114,25,-81,83xm148,-120r-81,83v50,35,116,-26,81,-83xm172,-176r31,0r-33,33v48,55,2,147,-70,147v-21,0,-39,-7,-54,-18r-18,18r-31,0r33,-34v-48,-54,-2,-146,70,-146v20,0,39,6,54,18"},"\u00f5":{d:"76,-236v24,0,61,31,68,-3r17,0v-2,18,-15,40,-35,40v-23,0,-63,-32,-70,2r-17,0v1,-22,14,-39,37,-39xm10,-86v0,-53,42,-90,90,-90v48,0,90,37,90,90v0,53,-42,90,-90,90v-48,0,-90,-37,-90,-90xm44,-86v0,35,23,59,56,59v33,0,57,-24,57,-59v0,-35,-24,-60,-57,-60v-33,0,-56,25,-56,60"},p:{d:"46,78r-32,0r0,-159v0,-57,37,-95,88,-95v56,0,89,43,89,94v0,67,-74,109,-132,73r0,-33v38,30,100,12,100,-44v0,-35,-23,-60,-57,-60v-30,0,-56,22,-56,70r0,154"},"\u00b6":{d:"87,48r0,-167v-46,0,-77,-27,-77,-65v0,-82,98,-67,178,-68r0,300r-30,0r0,-277r-41,0r0,277r-30,0",w:216},"(":{d:"118,46r-13,22v-103,-73,-106,-250,-1,-324r14,19v-86,66,-86,217,0,283",w:140},")":{d:"22,-235r13,-21v103,73,106,250,1,324r-14,-20v87,-65,85,-216,0,-283",w:140},"%":{d:"17,-197v0,-35,29,-59,59,-59v30,0,59,24,59,59v0,35,-29,59,-59,59v-30,0,-59,-24,-59,-59xm45,-197v0,18,14,31,31,31v17,0,31,-13,31,-31v0,-18,-14,-31,-31,-31v-17,0,-31,13,-31,31xm250,-256r-167,260r-23,0r168,-260r22,0xm176,-55v0,-35,29,-59,59,-59v30,0,59,24,59,59v0,35,-29,59,-59,59v-30,0,-59,-24,-59,-59xm204,-55v0,18,14,31,31,31v17,0,31,-13,31,-31v0,-18,-14,-31,-31,-31v-17,0,-31,13,-31,31",w:320},".":{d:"29,-19v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21",w:100},"\u00b7":{d:"29,-86v0,-12,9,-22,21,-22v12,0,21,10,21,22v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21",w:100},"+":{d:"94,-100r0,-73r28,0r0,73r72,0r0,28r-72,0r0,72r-28,0r0,-72r-72,0r0,-28r72,0",w:216},"\u00b1":{d:"94,-121r0,-52r28,0r0,52r72,0r0,28r-72,0r0,53r-28,0r0,-53r-72,0r0,-28r72,0xm22,0r0,-28r172,0r0,28r-172,0",w:216},q:{d:"186,78r-32,0r0,-154v6,-95,-113,-87,-113,-10v0,56,62,74,100,44r0,33v-58,36,-132,-6,-132,-73v0,-51,34,-94,90,-94v51,0,87,38,87,95r0,159"},"?":{d:"43,-176r-34,0v0,-45,31,-80,77,-80v39,0,72,33,72,74v0,41,-27,70,-64,76r0,48r-31,0r0,-79v39,2,61,-15,61,-44v0,-24,-16,-44,-41,-44v-28,0,-40,23,-40,49xm56,-18v0,-12,9,-22,22,-22v13,0,23,10,23,22v0,12,-10,22,-23,22v-13,0,-22,-10,-22,-22",w:159},"\u00bf":{d:"117,2r33,0v0,45,-30,80,-76,80v-39,0,-72,-33,-72,-74v0,-41,27,-70,64,-76r0,-49r31,0r0,80v-39,-2,-61,14,-61,43v0,24,16,44,41,44v28,0,40,-22,40,-48xm104,-156v0,12,-10,22,-23,22v-13,0,-22,-10,-22,-22v0,-12,9,-23,22,-23v13,0,23,11,23,23",w:159},'"':{d:"71,-155r0,-97r29,0r0,97r-29,0xm20,-155r0,-97r29,0r0,97r-29,0",w:119},"\u201c":{d:"45,-252r13,73r-26,0r-17,-73r30,0xm112,-252r13,73r-27,0r-16,-73r30,0",w:140},"\u201d":{d:"42,-179r-27,0r13,-73r30,0xm108,-179r-26,0r13,-73r30,0",w:140},"\u2018":{d:"47,-252r13,73r-27,0r-16,-73r30,0",w:79},"\u2019":{d:"47,-179r-27,0r13,-73r30,0",w:79},"'":{d:"25,-155r0,-97r30,0r0,97r-30,0",w:79},r:{d:"16,0r0,-173r30,0v1,6,-2,16,1,20v12,-19,28,-24,54,-23r0,30v-64,-11,-53,83,-53,146r-32,0",w:100},"\u00ae":{d:"12,-126v0,-77,61,-130,132,-130v71,0,132,53,132,130v0,77,-61,130,-132,130v-71,0,-132,-53,-132,-130xm42,-126v0,62,44,107,102,107v58,0,102,-45,102,-107v0,-61,-44,-107,-102,-107v-58,0,-102,46,-102,107xm118,-116r0,65r-25,0r0,-150v50,0,111,-9,111,43v0,27,-16,38,-39,41r42,66r-27,0r-39,-65r-23,0xm118,-180r0,44v27,0,64,5,61,-23v2,-23,-35,-22,-61,-21",w:288},s:{d:"10,0r0,-30r89,0v15,0,20,-6,20,-17v0,-32,-109,-19,-109,-79v0,-58,77,-47,134,-47r0,30r-80,0v-15,0,-21,5,-21,16v0,30,109,17,109,79v0,66,-82,45,-142,48",w:159},"\u0161":{d:"104,-245r28,0r-36,51r-33,0r-36,-51r29,0r24,34xm10,0r0,-30r89,0v15,0,20,-6,20,-17v0,-32,-109,-19,-109,-79v0,-58,77,-47,134,-47r0,30r-80,0v-15,0,-21,5,-21,16v0,30,109,17,109,79v0,66,-82,45,-142,48",w:159},"\u00a7":{d:"145,-227r-21,17v-9,-22,-55,-34,-55,-2v0,31,92,78,92,126v0,25,-20,36,-40,40v13,14,20,25,20,45v0,29,-28,43,-54,43v-26,0,-40,-12,-57,-30r22,-17v9,24,59,35,59,2v0,-34,-92,-86,-92,-127v0,-26,15,-39,41,-40v-36,-27,-20,-86,30,-86v25,0,39,11,55,29xm49,-133v0,18,48,66,64,66v8,0,18,-5,18,-14v0,-15,-47,-68,-65,-68v-10,0,-17,6,-17,16",w:180},";":{d:"22,36r15,-71r34,0r-21,71r-28,0xm29,-123v0,-12,9,-21,21,-21v12,0,21,9,21,21v0,12,-9,21,-21,21v-12,0,-21,-9,-21,-21",w:100},"7":{d:"16,-220r0,-32r126,0v62,3,35,42,17,84r-74,168r-40,0r99,-220r-128,0"},"6":{d:"86,-148r20,-28v56,1,86,39,86,90v0,47,-40,90,-93,90v-50,0,-90,-38,-90,-89v0,-73,64,-114,94,-167r42,0r-79,110v-37,39,-27,113,33,115v31,0,58,-26,58,-58v0,-42,-31,-64,-71,-63"},"/":{d:"74,-256r28,0r-76,260r-28,0",w:100},"\u00a3":{d:"119,-148r0,32r-40,0v1,30,2,74,-12,84v48,0,95,7,94,-46r0,-38r34,0v6,72,-17,116,-82,116r-113,0r0,-32v54,7,45,-38,43,-84r-24,0r0,-32r23,0v-11,-81,46,-128,120,-100r-12,31v-31,-17,-76,-6,-73,38v0,9,1,20,1,31r41,0"},t:{d:"115,-173r0,30r-62,0r0,91v-2,30,35,20,62,22r0,30v-53,4,-94,-4,-94,-56r0,-160r32,0r0,43r62,0",w:119},"\u00fe":{d:"46,78r-32,0r0,-330r32,0r0,96v58,-50,145,0,145,74v0,67,-74,109,-132,73r0,-33v38,30,100,12,100,-44v0,-35,-23,-60,-57,-60v-30,0,-56,22,-56,70r0,154"},"3":{d:"16,0r0,-32r83,0v33,0,50,-21,50,-47v0,-38,-50,-47,-98,-43r0,-26r79,-72r-108,0r0,-32r109,0v24,0,36,9,36,27v0,31,-45,49,-64,71v47,1,81,29,81,74v0,48,-33,80,-75,80r-93,0"},"\u00be":{d:"95,4r-25,0r155,-260r25,0xm5,-103r0,-19v35,0,86,7,86,-28v0,-23,-35,-27,-65,-25r0,-16r52,-43r-69,0r0,-20v32,4,91,-13,96,17v-1,18,-30,30,-42,42v31,0,53,17,53,44v1,53,-57,50,-111,48xm193,-54r48,0r0,-65r25,-35r0,100r23,0r0,19r-23,0r0,35r-25,0r0,-35v-29,-1,-92,12,-68,-28r53,-88r26,0",w:300},"\u00b3":{d:"5,-103r0,-19v35,0,86,7,86,-28v0,-23,-35,-27,-65,-25r0,-16r52,-43r-69,0r0,-20v32,4,91,-13,96,17v-1,18,-30,30,-42,42v31,0,53,17,53,44v1,53,-57,50,-111,48",w:119},"\u2122":{d:"139,-252r0,23r-45,0r0,125r-30,0r0,-125r-45,0r0,-23r120,0xm211,-252r41,105r40,-105r45,0r0,148r-30,0r-1,-116r-44,116r-20,0r-45,-116r0,116r-31,0r0,-148r45,0",w:356},"2":{d:"184,-32r0,32r-139,0v-41,-1,-40,-34,-11,-57r89,-70v40,-22,33,-98,-23,-98v-32,0,-51,22,-51,54v0,26,24,44,48,47r-30,24v-34,-13,-52,-40,-52,-76v0,-50,42,-80,89,-80v45,0,81,34,81,79v-1,73,-86,103,-128,145r127,0"},"\u00b2":{d:"116,-103r-92,0v-27,0,-27,-23,-7,-34v25,-24,66,-33,76,-71v0,-17,-13,-29,-30,-29v-48,-3,-38,59,-4,60r-22,14v-21,-8,-32,-23,-32,-45v0,-30,27,-48,58,-48v30,0,55,20,55,47v-1,45,-57,61,-83,87r81,0r0,19",w:119},u:{d:"132,-173r32,0r0,101v0,45,-32,76,-74,76v-42,0,-74,-31,-74,-76r0,-101r32,0v3,58,-17,146,42,146v59,0,39,-89,42,-146",w:180},"\u00fa":{d:"132,-173r32,0r0,101v0,45,-32,76,-74,76v-42,0,-74,-31,-74,-76r0,-101r32,0v3,58,-17,146,42,146v59,0,39,-89,42,-146xm66,-194r33,-51r39,0r-47,51r-25,0",w:180},"\u00fb":{d:"37,-194r36,-51r34,0r36,51r-29,0r-24,-34r-24,34r-29,0xm132,-173r32,0r0,101v0,45,-32,76,-74,76v-42,0,-74,-31,-74,-76r0,-101r32,0v3,58,-17,146,42,146v59,0,39,-89,42,-146",w:180},"\u00fc":{d:"132,-173r32,0r0,101v0,45,-32,76,-74,76v-42,0,-74,-31,-74,-76r0,-101r32,0v3,58,-17,146,42,146v59,0,39,-89,42,-146xm99,-216v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20xm41,-216v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20",w:180},"\u00f9":{d:"132,-173r32,0r0,101v0,45,-32,76,-74,76v-42,0,-74,-31,-74,-76r0,-101r32,0v3,58,-17,146,42,146v59,0,39,-89,42,-146xm43,-245r38,0r33,51r-25,0",w:180},_:{d:"180,45r-180,0r0,-18r180,0r0,18",w:180},v:{d:"130,-173r35,0r-61,159v-10,26,-39,25,-49,0r-60,-159r35,0r50,134",w:159},w:{d:"211,-173r31,0r0,118v3,55,-82,81,-112,34v-30,47,-112,21,-112,-34r0,-118r31,0v6,51,-21,143,31,146v54,3,28,-95,34,-146r32,0v5,51,-20,148,34,146v53,-2,24,-96,31,-146",w:259},x:{d:"3,0r0,-30v30,-1,51,-26,51,-56v0,-30,-21,-56,-51,-57r0,-30v30,2,54,15,67,43v10,-27,40,-43,68,-43r0,30v-30,1,-52,27,-52,57v0,30,22,55,52,56r0,30v-29,0,-53,-14,-68,-40v-14,26,-36,40,-67,40",w:140},y:{d:"18,-173r32,0v6,57,-23,146,40,146v63,0,33,-90,40,-146r32,0v-2,78,17,166,-56,177r0,74r-32,0r0,-74v-72,-12,-54,-98,-56,-177",w:180},"\u00fd":{d:"18,-173r32,0v6,57,-23,146,40,146v63,0,33,-90,40,-146r32,0v-2,78,17,166,-56,177r0,74r-32,0r0,-74v-72,-12,-54,-98,-56,-177xm66,-194r33,-51r39,0r-47,51r-25,0",w:180},"\u00ff":{d:"18,-173r32,0v6,57,-23,146,40,146v63,0,33,-90,40,-146r32,0v-2,78,17,166,-56,177r0,74r-32,0r0,-74v-72,-12,-54,-98,-56,-177xm99,-216v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20xm41,-216v0,-12,8,-20,20,-20v12,0,20,8,20,20v0,12,-8,20,-20,20v-12,0,-20,-8,-20,-20",w:180},"\u00a5":{d:"82,0r0,-85r-67,0r0,-32r67,0r-1,-21r-66,0r0,-32r59,0v-12,-30,-37,-51,-70,-50r0,-32v43,1,86,27,96,72v10,-45,53,-71,96,-72r0,32v-33,-1,-58,20,-70,50r59,0r0,32r-66,0r-1,21r67,0r0,32r-67,0r0,85r-36,0"},z:{d:"131,-30r0,30r-99,0v-35,-2,-27,-33,-8,-56r70,-87r-81,0r0,-30v45,2,140,-15,111,42r-82,101r89,0",w:140},"\u017e":{d:"94,-245r29,0r-36,51r-33,0r-36,-51r28,0r24,34xm131,-30r0,30r-99,0v-35,-2,-27,-33,-8,-56r70,-87r-81,0r0,-30v45,2,140,-15,111,42r-82,101r89,0",w:140},"0":{d:"12,-89r0,-74v0,-58,41,-93,88,-93v47,0,88,35,88,93r0,74v0,58,-41,93,-88,93v-47,0,-88,-35,-88,-93xm100,-222v-60,0,-51,73,-51,133v0,37,18,59,51,59v61,0,53,-73,52,-133v0,-37,-19,-59,-52,-59"},"\u00a0":{w:100}}});
/*
 * The following copyright notice may not be removed under any circumstances.
 * 
 * Copyright:
 *  The digitally encoded machine readable software for producing the
 Typefaces
 * licensed to you is copyrighted (c) 1989 Adobe Systems.
 All rights reserved.
 * This software is the property of Adobe Systems
 Incorporated and its licensors,
 * and may not be reproduced, used,
 displayed, modified, disclosed, or transferred
 *  without the express
 written approval of Adobe.

 The digitally encoded machine
 * readable outline data for producing
 the Typefaces licensed to you is
 * copyrighted (c) 1981 Linotype AG
 and/or its subsidiaries. All Rights Reserved.
 * This data is the property of Linotype AG and/or its subsidiaries
 and may not be
 * reproduced, used, displayed, modified, disclosed or
 transferred without the
 * express written approval of Linotype AG
 and/or its subsidiaries.
 */
Cufon.registerFont({w:200,face:{"font-family":"Bauhaus","font-weight":700,"font-stretch":"normal","units-per-em":"360","panose-1":"2 0 8 3 0 0 0 0 0 0",ascent:"288",descent:"-72","x-height":"4",bbox:"-24 -348 360 81","underline-thickness":"18","underline-position":"-36","unicode-range":"U+0020-U+2122"},glyphs:{" ":{w:100},A:{d:"84,0r-62,0r0,-166v0,-54,35,-90,88,-90v53,0,88,36,88,90r0,166r-63,0r0,-88r-39,0r0,-57r39,0v2,-27,-2,-55,-25,-54v-15,0,-26,12,-26,31r0,168",w:219},"\u00c6":{d:"81,0r-63,0r0,-166v-8,-90,116,-117,164,-59v33,-31,69,-27,121,-27r0,56v-48,-3,-85,4,-99,41r99,0r0,57r-99,0v14,37,50,44,99,41r0,57v-49,-1,-80,5,-107,-25r0,25r-62,0r0,-98r-41,0r0,-57r41,0v2,-25,-1,-44,-27,-44v-15,0,-26,12,-26,31r0,168",w:320},"\u00c1":{d:"84,0r-62,0r0,-166v0,-54,35,-90,88,-90v53,0,88,36,88,90r0,166r-63,0r0,-88r-39,0r0,-57r39,0v2,-27,-2,-55,-25,-54v-15,0,-26,12,-26,31r0,168xm109,-322r75,0r-61,54r-50,0",w:219},"\u00c2":{d:"37,-268r44,-53r59,0r44,53r-54,0r-20,-27r-20,27r-53,0xm84,0r-62,0r0,-166v0,-54,35,-90,88,-90v53,0,88,36,88,90r0,166r-63,0r0,-88r-39,0r0,-57r39,0v2,-27,-2,-55,-25,-54v-15,0,-26,12,-26,31r0,168",w:219},"\u00c4":{d:"84,0r-62,0r0,-166v0,-54,35,-90,88,-90v53,0,88,36,88,90r0,166r-63,0r0,-88r-39,0r0,-57r39,0v2,-27,-2,-55,-25,-54v-15,0,-26,12,-26,31r0,168xm151,-263v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30xm69,-263v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30v0,17,-13,30,-30,30",w:219},"\u00c0":{d:"84,0r-62,0r0,-166v0,-54,35,-90,88,-90v53,0,88,36,88,90r0,166r-63,0r0,-88r-39,0r0,-57r39,0v2,-27,-2,-55,-25,-54v-15,0,-26,12,-26,31r0,168xm36,-322r75,0r36,54r-49,0",w:219},"\u00c5":{d:"110,-325v-24,0,-20,35,0,35v9,0,18,-8,18,-17v0,-9,-9,-18,-18,-18xm69,-307v0,-22,19,-41,41,-41v22,0,41,19,41,41v0,22,-19,40,-41,40v-22,0,-41,-18,-41,-40xm84,0r-62,0r0,-166v0,-54,35,-90,88,-90v53,0,88,36,88,90r0,166r-63,0r0,-88r-39,0r0,-57r39,0v2,-27,-2,-55,-25,-54v-15,0,-26,12,-26,31r0,168",w:219},"\u00c3":{d:"152,-318r28,0v-3,28,-17,48,-47,48v-28,-1,-56,-30,-65,1r-28,0v2,-23,18,-50,44,-50v30,0,55,30,68,1xm84,0r-62,0r0,-166v0,-54,35,-90,88,-90v53,0,88,36,88,90r0,166r-63,0r0,-88r-39,0r0,-57r39,0v2,-27,-2,-55,-25,-54v-15,0,-26,12,-26,31r0,168",w:219},B:{d:"84,0r-63,0r0,-163v0,-60,36,-93,90,-93v83,-1,104,82,58,121v66,30,37,144,-41,135r-31,0r0,-58v30,0,41,-6,41,-23v0,-18,-15,-23,-41,-23r0,-52v38,4,41,-42,10,-42v-17,0,-23,11,-23,25r0,173",w:219},C:{d:"166,-252r0,60v-53,-4,-89,11,-89,66v0,54,36,71,89,66r0,60v-95,11,-154,-43,-154,-126v0,-82,59,-137,154,-126",w:180},"\u00c7":{d:"166,-252r0,60v-53,-4,-89,11,-89,66v0,54,36,71,89,66r0,60v-95,11,-154,-43,-154,-126v0,-82,59,-137,154,-126xm64,68r7,-17v14,7,50,15,50,-6v0,-10,-20,-15,-30,-9r-9,-8r20,-33r21,0r-14,23v22,-6,48,4,48,26v0,40,-61,40,-93,24",w:180},D:{d:"98,0r0,-60v35,0,63,-29,63,-63v0,-48,-36,-69,-78,-69r0,192r-62,0r0,-252r63,0v91,0,141,57,141,128v0,73,-55,124,-127,124",w:240},E:{d:"163,-252r0,58v-58,0,-68,7,-84,41r84,0r0,54r-84,0v17,37,27,41,84,41r0,58v-94,10,-151,-43,-151,-126v0,-83,57,-137,151,-126",w:180},"\u00c9":{d:"163,-252r0,58v-58,0,-68,7,-84,41r84,0r0,54r-84,0v17,37,27,41,84,41r0,58v-94,10,-151,-43,-151,-126v0,-83,57,-137,151,-126xm108,-322r75,0r-61,54r-50,0",w:180},"\u00ca":{d:"36,-268r43,-53r59,0r44,53r-53,0r-20,-27r-20,27r-53,0xm163,-252r0,58v-58,0,-68,7,-84,41r84,0r0,54r-84,0v17,37,27,41,84,41r0,58v-94,10,-151,-43,-151,-126v0,-83,57,-137,151,-126",w:180},"\u00cb":{d:"163,-252r0,58v-58,0,-68,7,-84,41r84,0r0,54r-84,0v17,37,27,41,84,41r0,58v-94,10,-151,-43,-151,-126v0,-83,57,-137,151,-126xm150,-263v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30xm68,-263v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30v0,17,-13,30,-30,30",w:180},"\u00c8":{d:"163,-252r0,58v-58,0,-68,7,-84,41r84,0r0,54r-84,0v17,37,27,41,84,41r0,58v-94,10,-151,-43,-151,-126v0,-83,57,-137,151,-126xm35,-322r75,0r36,54r-49,0",w:180},"\u00d0":{d:"98,0r0,-60v35,0,63,-29,63,-63v0,-48,-36,-69,-78,-69r0,28r33,0r0,61r-33,0r0,103r-62,0r0,-103r-16,0r0,-61r16,0r0,-88r63,0v91,0,141,57,141,128v0,73,-55,124,-127,124",w:240},F:{d:"80,-90r0,90r-62,0r0,-175v0,-44,28,-77,74,-77r59,0r0,60v-27,2,-74,-10,-71,20r0,24r71,0r0,58r-71,0",w:159},G:{d:"245,-216r-44,44v-42,-47,-124,-20,-124,45v0,73,101,98,123,28r-63,0r0,-57r132,0v7,90,-41,160,-129,160v-72,0,-128,-59,-128,-130v0,-71,56,-130,128,-130v41,0,77,15,105,40",w:280},H:{d:"85,-164r50,0r0,-88r62,0r0,252r-62,0r0,-103r-50,0r0,103r-63,0r0,-252r63,0r0,88",w:219},I:{d:"81,-252r0,252r-62,0r0,-252r62,0",w:100},"\u00cd":{d:"81,-252r0,252r-62,0r0,-252r62,0xm49,-322r75,0r-61,54r-50,0",w:100},"\u00ce":{d:"-23,-268r44,-53r59,0r43,53r-53,0r-20,-27r-20,27r-53,0xm81,-252r0,252r-62,0r0,-252r62,0",w:100},"\u00cf":{d:"81,-252r0,252r-62,0r0,-252r62,0xm91,-263v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30xm9,-263v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30v0,17,-13,30,-30,30",w:100},"\u00cc":{d:"81,-252r0,252r-62,0r0,-252r62,0xm-24,-322r75,0r36,54r-49,0",w:100},J:{d:"0,0r0,-60v29,0,57,4,57,-27r0,-165r63,0r0,155v0,92,-35,97,-120,97",w:140},K:{d:"23,0r0,-252r62,0r0,87v12,0,18,-3,22,-12r36,-75r72,0v-20,35,-30,78,-59,104v67,15,39,82,45,148r-65,0v-8,-52,28,-119,-51,-107r0,107r-62,0",w:219},L:{d:"156,-60r0,60v-78,4,-138,-4,-138,-81r0,-171r63,0r0,165v-5,37,43,25,75,27",w:159},"\u0141":{d:"3,-89r0,-58r15,-6r0,-99r63,0r0,73r40,-15r0,58r-40,16v1,32,-8,60,32,60r43,0r0,60v-85,5,-148,-7,-138,-95",w:159},M:{d:"66,0r-60,0r20,-202v4,-37,13,-54,50,-54v24,0,39,14,45,46v7,39,8,86,20,121r18,-121v5,-32,21,-46,45,-46v37,0,45,17,49,54r21,202r-60,0r-12,-205r-31,177v-6,42,-56,41,-63,0r-31,-171",w:280},N:{d:"83,0r-63,0r0,-222v0,-42,62,-42,80,-8r57,111r0,-133r63,0r0,220v0,23,-18,36,-34,36v-16,0,-27,-7,-44,-39r-59,-113r0,148",w:240},"\u00d1":{d:"166,-318r29,0v-3,28,-17,48,-47,48v-28,-1,-57,-30,-66,1r-28,0v2,-23,18,-50,44,-50v30,0,55,30,68,1xm83,0r-63,0r0,-222v0,-42,62,-42,80,-8r57,111r0,-133r63,0r0,220v0,23,-18,36,-34,36v-16,0,-27,-7,-44,-39r-59,-113r0,148",w:240},O:{d:"205,-126v0,-36,-28,-66,-65,-66v-37,0,-65,30,-65,66v0,36,28,66,65,66v37,0,65,-30,65,-66xm268,-126v0,71,-56,130,-128,130v-72,0,-128,-59,-128,-130v0,-71,56,-130,128,-130v72,0,128,59,128,130",w:280},"\u0152":{d:"343,-252r0,57v-43,-1,-65,0,-86,40r86,0r0,57r-86,0v21,41,41,41,86,40r0,57v-56,1,-89,-3,-122,-37v-26,27,-53,42,-90,42v-73,0,-119,-60,-119,-130v0,-70,46,-130,119,-130v35,0,67,15,90,41v33,-34,64,-39,122,-37xm75,-126v0,37,19,66,59,66v76,0,77,-132,0,-132v-40,0,-59,29,-59,66",w:360},"\u00d3":{d:"205,-126v0,-36,-28,-66,-65,-66v-37,0,-65,30,-65,66v0,36,28,66,65,66v37,0,65,-30,65,-66xm268,-126v0,71,-56,130,-128,130v-72,0,-128,-59,-128,-130v0,-71,56,-130,128,-130v72,0,128,59,128,130xm139,-322r75,0r-61,54r-50,0",w:280},"\u00d4":{d:"67,-268r44,-53r59,0r43,53r-53,0r-20,-27r-20,27r-53,0xm205,-126v0,-36,-28,-66,-65,-66v-37,0,-65,30,-65,66v0,36,28,66,65,66v37,0,65,-30,65,-66xm268,-126v0,71,-56,130,-128,130v-72,0,-128,-59,-128,-130v0,-71,56,-130,128,-130v72,0,128,59,128,130",w:280},"\u00d6":{d:"205,-126v0,-36,-28,-66,-65,-66v-37,0,-65,30,-65,66v0,36,28,66,65,66v37,0,65,-30,65,-66xm268,-126v0,71,-56,130,-128,130v-72,0,-128,-59,-128,-130v0,-71,56,-130,128,-130v72,0,128,59,128,130xm181,-263v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30xm99,-263v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30v0,17,-13,30,-30,30",w:280},"\u00d2":{d:"205,-126v0,-36,-28,-66,-65,-66v-37,0,-65,30,-65,66v0,36,28,66,65,66v37,0,65,-30,65,-66xm268,-126v0,71,-56,130,-128,130v-72,0,-128,-59,-128,-130v0,-71,56,-130,128,-130v72,0,128,59,128,130xm66,-322r75,0r36,54r-49,0",w:280},"\u00d8":{d:"86,-90r84,-95v-58,-30,-122,38,-84,95xm1,4r41,-46v-69,-78,-9,-214,98,-214v27,0,51,9,72,23r21,-23r49,0r-43,48v67,78,7,212,-99,212v-26,0,-51,-8,-71,-21r-19,21r-49,0xm195,-160r-83,94v57,27,118,-38,83,-94",w:280},"\u00d5":{d:"182,-318r28,0v-3,28,-17,48,-47,48v-28,-1,-56,-30,-65,1r-29,0v2,-23,19,-50,45,-50v30,0,55,30,68,1xm205,-126v0,-36,-28,-66,-65,-66v-37,0,-65,30,-65,66v0,36,28,66,65,66v37,0,65,-30,65,-66xm268,-126v0,71,-56,130,-128,130v-72,0,-128,-59,-128,-130v0,-71,56,-130,128,-130v72,0,128,59,128,130",w:280},P:{d:"80,0r-62,0r0,-163v0,-60,35,-93,89,-93v47,0,86,35,86,85v0,58,-37,93,-102,88r0,-58v24,0,39,-3,39,-30v0,-14,-9,-27,-26,-27v-14,0,-24,10,-24,25r0,173"},Q:{d:"170,32r-58,0r0,-129r58,0r0,30v57,-24,39,-125,-30,-125v-61,0,-88,84,-41,118r0,72v-52,-17,-87,-68,-87,-124v0,-71,56,-130,128,-130v72,0,128,59,128,130v0,60,-41,113,-98,127r0,31",w:280},R:{d:"85,0r-66,0r0,-163v0,-60,36,-93,90,-93v50,0,84,27,84,75v0,32,-17,46,-43,52v23,5,47,10,47,42r0,87r-63,0v-7,-43,24,-103,-38,-96r0,-57v40,9,44,-46,11,-45v-15,0,-22,10,-22,35r0,163",w:219},S:{d:"153,-252r0,58r-64,0v-8,0,-14,3,-14,11v0,21,94,48,94,107v0,32,-8,76,-89,76r-67,0r0,-58v29,-3,82,10,88,-14v0,-27,-90,-49,-90,-109v0,-80,69,-72,142,-71",w:180},"\u0160":{d:"161,-321r-43,53r-59,0r-44,-53r53,0r20,27r20,-27r53,0xm153,-252r0,58r-64,0v-8,0,-14,3,-14,11v0,21,94,48,94,107v0,32,-8,76,-89,76r-67,0r0,-58v29,-3,82,10,88,-14v0,-27,-90,-49,-90,-109v0,-80,69,-72,142,-71",w:180},T:{d:"3,-252r154,0r0,60r-46,0r0,192r-62,0r0,-192r-46,0r0,-60",w:159},"\u00de":{d:"18,-252r62,0r0,40v60,-15,113,23,113,82v0,58,-37,93,-102,88r0,-58v24,0,39,-3,39,-30v0,-14,-9,-27,-26,-27v-14,0,-24,11,-24,25r0,132r-62,0r0,-252"},U:{d:"18,-252r63,0r0,166v0,18,8,30,29,30v21,0,29,-12,29,-30r0,-166r63,0r0,161v0,58,-34,95,-92,95v-58,0,-92,-37,-92,-95r0,-161",w:219},"\u00da":{d:"18,-252r63,0r0,166v0,18,8,30,29,30v21,0,29,-12,29,-30r0,-166r63,0r0,161v0,58,-34,95,-92,95v-58,0,-92,-37,-92,-95r0,-161xm109,-322r75,0r-61,54r-50,0",w:219},"\u00db":{d:"37,-268r44,-53r59,0r44,53r-54,0r-20,-27r-20,27r-53,0xm18,-252r63,0r0,166v0,18,8,30,29,30v21,0,29,-12,29,-30r0,-166r63,0r0,161v0,58,-34,95,-92,95v-58,0,-92,-37,-92,-95r0,-161",w:219},"\u00dc":{d:"18,-252r63,0r0,166v0,18,8,30,29,30v21,0,29,-12,29,-30r0,-166r63,0r0,161v0,58,-34,95,-92,95v-58,0,-92,-37,-92,-95r0,-161xm151,-263v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30xm69,-263v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30v0,17,-13,30,-30,30",w:219},"\u00d9":{d:"18,-252r63,0r0,166v0,18,8,30,29,30v21,0,29,-12,29,-30r0,-166r63,0r0,161v0,58,-34,95,-92,95v-58,0,-92,-37,-92,-95r0,-161xm36,-322r75,0r36,54r-49,0",w:219},V:{d:"-3,-252r66,0r36,176r39,-176r65,0r-49,192v-12,47,-23,64,-57,64v-32,0,-44,-17,-55,-63"},W:{d:"23,-252r62,0r0,167v0,20,7,29,22,29v15,0,22,-9,22,-29r0,-167r62,0r0,167v0,20,7,29,22,29v15,0,21,-9,21,-29r0,-167r63,0r0,177v11,66,-94,108,-137,55v-12,17,-34,24,-55,24v-122,-1,-72,-149,-82,-256",w:320},X:{d:"194,-252r0,58v-40,0,-63,32,-63,68v0,36,23,68,63,68r0,58v-47,0,-74,-12,-94,-49v-20,37,-47,49,-94,49r0,-58v40,0,63,-32,63,-68v0,-36,-23,-68,-63,-68r0,-58v47,0,74,12,94,49v20,-37,47,-49,94,-49"},Y:{d:"133,0r-63,0r0,-90v-69,-22,-49,-87,-52,-162r63,0r0,84v0,14,5,24,19,24v14,0,20,-10,20,-24r0,-84r62,0v-2,73,14,143,-49,162r0,90"},"\u00dd":{d:"133,0r-63,0r0,-90v-69,-22,-49,-87,-52,-162r63,0r0,84v0,14,5,24,19,24v14,0,20,-10,20,-24r0,-84r62,0v-2,73,14,143,-49,162r0,90xm97,-322r75,0r-61,54r-50,0"},"\u0178":{d:"133,0r-63,0r0,-90v-69,-22,-49,-87,-52,-162r63,0r0,84v0,14,5,24,19,24v14,0,20,-10,20,-24r0,-84r62,0v-2,73,14,143,-49,162r0,90xm139,-263v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30xm57,-263v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30v0,17,-13,30,-30,30"},Z:{d:"186,-60r0,60r-132,0v-52,-3,-46,-58,-16,-89r66,-103r-76,0r0,-60v55,6,159,-21,156,38v0,14,-7,25,-15,38r-72,116r89,0"},"\u017d":{d:"171,-321r-43,53r-59,0r-44,-53r53,0r20,27r20,-27r53,0xm186,-60r0,60r-132,0v-52,-3,-46,-58,-16,-89r66,-103r-76,0r0,-60v55,6,159,-21,156,38v0,14,-7,25,-15,38r-72,116r89,0"},a:{d:"205,0r-57,0v-2,-52,15,-127,-41,-127v-21,0,-40,16,-40,38v-1,39,38,48,66,36r0,47v-55,29,-123,-6,-123,-81v0,-53,40,-92,96,-92v54,0,99,30,99,85r0,94",w:219},"\u00e1":{d:"205,0r-57,0v-2,-52,15,-127,-41,-127v-21,0,-40,16,-40,38v-1,39,38,48,66,36r0,47v-55,29,-123,-6,-123,-81v0,-53,40,-92,96,-92v54,0,99,30,99,85r0,94xm109,-255r75,0r-61,54r-50,0",w:219},"\u00e2":{d:"37,-201r44,-54r59,0r44,54r-54,0r-20,-27r-20,27r-53,0xm205,0r-57,0v-2,-52,15,-127,-41,-127v-21,0,-40,16,-40,38v-1,39,38,48,66,36r0,47v-55,29,-123,-6,-123,-81v0,-53,40,-92,96,-92v54,0,99,30,99,85r0,94",w:219},"\u00b4":{d:"49,-255r75,0r-61,54r-50,0",w:100},"\u00e4":{d:"205,0r-57,0v-2,-52,15,-127,-41,-127v-21,0,-40,16,-40,38v-1,39,38,48,66,36r0,47v-55,29,-123,-6,-123,-81v0,-53,40,-92,96,-92v54,0,99,30,99,85r0,94xm151,-196v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30xm69,-196v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30v0,17,-13,30,-30,30",w:219},"\u00e6":{d:"306,-109r-92,40r-16,-34r42,-21v-22,-27,-70,-2,-63,34v0,29,18,48,44,48v22,0,37,-15,52,-29r36,29v-30,48,-120,65,-163,18v-30,46,-135,32,-135,-22v0,-52,65,-65,105,-72v-13,-29,-54,-15,-78,-5r-17,-41v43,-21,100,-23,132,11v51,-50,138,-22,153,44xm85,-40v25,-1,39,-18,37,-46v-31,3,-56,12,-56,32v0,9,10,14,19,14",w:320},"\u00e0":{d:"205,0r-57,0v-2,-52,15,-127,-41,-127v-21,0,-40,16,-40,38v-1,39,38,48,66,36r0,47v-55,29,-123,-6,-123,-81v0,-53,40,-92,96,-92v54,0,99,30,99,85r0,94xm36,-255r75,0r36,54r-49,0",w:219},"&":{d:"195,-252r0,53r-75,0r72,92v4,-19,-5,-38,-18,-52r43,-41v39,36,54,98,16,142r44,55r-78,0r-10,-13v-69,52,-171,-2,-171,-81v0,-35,18,-65,43,-80v-9,-9,-17,-21,-17,-35v4,-63,93,-34,151,-40xm153,-63r-55,-69v-34,21,-12,81,24,78v12,0,23,-3,31,-9",w:280},"\u00e5":{d:"110,-258v-24,0,-20,35,0,35v9,0,18,-8,18,-17v0,-9,-9,-18,-18,-18xm69,-240v0,-22,19,-41,41,-41v22,0,41,19,41,41v0,22,-19,40,-41,40v-22,0,-41,-18,-41,-40xm205,0r-57,0v-2,-52,15,-127,-41,-127v-21,0,-40,16,-40,38v-1,39,38,48,66,36r0,47v-55,29,-123,-6,-123,-81v0,-53,40,-92,96,-92v54,0,99,30,99,85r0,94",w:219},"^":{d:"68,-121r-42,0r63,-131r38,0r63,131r-42,0r-40,-89",w:216},"~":{d:"70,-120v24,0,56,24,77,25v14,0,23,-13,31,-26r13,35v-11,15,-23,31,-45,31v-36,0,-90,-51,-108,1r-13,-35v8,-15,21,-31,45,-31",w:216},"*":{d:"125,-239r20,37v-13,5,-30,7,-42,14r42,13r-20,36v-11,-9,-22,-25,-33,-30r8,44r-40,0v2,-15,8,-32,7,-45r-32,31r-20,-36v13,-5,30,-7,42,-14r-42,-13r20,-37v11,9,24,24,34,30r-9,-43r39,0v-2,14,-9,31,-8,44",w:159},"@":{d:"139,-89v40,4,51,-65,8,-65v-37,-2,-49,63,-8,65xm185,-172r3,-17r33,0r-15,84v-1,6,-5,19,2,19v15,0,32,-16,32,-53v0,-56,-38,-85,-91,-85v-58,0,-95,40,-95,98v0,89,105,124,167,77r34,0v-63,99,-239,48,-239,-77v0,-75,60,-130,134,-130v62,0,122,41,122,106v0,80,-70,100,-90,100v-10,0,-19,-6,-19,-17v-31,38,-92,4,-92,-45v0,-60,73,-109,114,-60",w:288},"\u00e3":{d:"152,-251r28,0v-3,28,-17,48,-47,48v-28,-1,-56,-30,-65,1r-28,0v2,-23,18,-50,44,-50v30,0,55,30,68,1xm205,0r-57,0v-2,-52,15,-127,-41,-127v-21,0,-40,16,-40,38v-1,39,38,48,66,36r0,47v-55,29,-123,-6,-123,-81v0,-53,40,-92,96,-92v54,0,99,30,99,85r0,94",w:219},b:{d:"15,-252r57,0r0,157v0,27,14,47,41,47v22,0,40,-16,40,-39v0,-32,-39,-49,-64,-35r0,-53v58,-15,121,17,121,87v0,53,-40,92,-96,92v-51,0,-99,-29,-99,-85r0,-171",w:219},"\\":{d:"-24,-256r41,0r108,260r-42,0",w:100},"|":{d:"19,0r0,-252r42,0r0,252r-42,0",w:79},"{":{d:"118,-252r0,23v-23,0,-41,-4,-41,23r0,83v0,28,-28,31,-35,35v9,1,35,4,35,37r0,85v-1,23,19,22,41,21r0,23v-48,5,-88,-8,-87,-51r0,-73v0,-22,-26,-25,-35,-25r0,-35v9,0,35,-2,35,-21r0,-74v3,-49,39,-54,87,-51",w:119},"}":{d:"2,-229r0,-23v48,-3,87,2,87,51r0,74v0,19,26,21,35,21r0,35v-9,0,-35,3,-35,25v1,59,9,126,-53,124r-34,0r0,-23v22,0,41,2,41,-21r0,-85v0,-35,28,-34,35,-38v-9,-1,-35,-7,-35,-34r0,-83v2,-27,-18,-23,-41,-23",w:119},"[":{d:"106,78r-79,0r0,-330r79,0r0,23r-33,0r0,284r33,0r0,23",w:119},"]":{d:"93,78r-79,0r0,-23r32,0r0,-284r-32,0r0,-23r79,0r0,330",w:119},"\u00a6":{d:"19,0r0,-94r42,0r0,94r-42,0xm19,-158r0,-94r42,0r0,94r-42,0",w:79},c:{d:"126,-175r0,52v-34,-3,-61,4,-61,36v0,31,27,38,61,35r0,52v-69,7,-118,-18,-118,-87v0,-68,49,-96,118,-88",w:140},"\u00e7":{d:"126,-175r0,52v-34,-3,-61,4,-61,36v0,31,27,38,61,35r0,52v-69,7,-118,-18,-118,-87v0,-68,49,-96,118,-88xm31,68r7,-17v14,7,50,15,50,-6v0,-10,-20,-15,-30,-9r-9,-8r20,-33r21,0r-14,23v22,-6,48,4,48,26v0,40,-61,40,-93,24",w:140},"\u00b8":{d:"3,68r7,-17v14,7,50,15,50,-6v0,-10,-20,-15,-30,-9r-9,-8r20,-33r21,0r-14,23v22,-6,48,4,48,26v0,40,-61,40,-93,24",w:100},"\u00a2":{d:"121,-15r-36,0r0,-51v-79,-8,-80,-140,0,-148r0,-50r36,0r0,49r25,0r0,46v-34,0,-73,-6,-73,29v0,35,38,30,73,30r0,45r-25,0r0,50"},":":{d:"50,4v-21,0,-37,-16,-37,-36v0,-20,16,-37,37,-37v21,0,37,17,37,37v0,20,-16,36,-37,36xm50,-102v-21,0,-37,-16,-37,-36v0,-20,16,-37,37,-37v21,0,37,17,37,37v0,20,-16,36,-37,36",w:100},",":{d:"47,53r-44,0r20,-106r61,0",w:100},"\u00a9":{d:"144,4v-70,0,-135,-47,-135,-130v0,-83,65,-130,135,-130v70,0,135,47,135,130v0,83,-65,130,-135,130xm236,-126v0,-58,-42,-98,-92,-98v-51,0,-92,40,-92,98v0,58,41,98,92,98v50,0,92,-40,92,-98xm179,-107r33,0v-5,36,-33,55,-63,55v-44,0,-72,-33,-72,-75v0,-81,123,-107,133,-22r-31,0v-13,-37,-63,-23,-63,21v0,25,13,43,33,43v16,0,29,-6,30,-22",w:288},"\u00a4":{d:"194,-55r-24,24r-21,-21v-18,19,-80,20,-98,0r-21,21r-24,-24r20,-21v-19,-20,-20,-80,0,-100r-20,-21r24,-24r21,21v18,-19,80,-20,98,0r21,-21r24,24r-20,21v19,20,20,80,0,100xm54,-126v0,27,19,50,46,50v27,0,46,-23,46,-50v0,-27,-19,-50,-46,-50v-27,0,-46,23,-46,50"},d:{d:"148,-252r57,0r0,171v0,56,-48,85,-99,85v-56,0,-96,-39,-96,-92v1,-70,61,-102,121,-87r0,53v-24,-14,-64,2,-64,35v0,23,18,39,40,39v27,0,41,-20,41,-47r0,-157",w:219},"\u00b0":{d:"72,-235v-17,0,-29,13,-29,30v0,17,12,31,29,31v17,0,29,-14,29,-31v0,-17,-12,-30,-29,-30xm72,-256v29,0,51,22,51,51v0,29,-22,52,-51,52v-29,0,-51,-23,-51,-52v0,-29,22,-51,51,-51",w:144},"\u00a8":{d:"91,-196v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30xm9,-196v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30v0,17,-13,30,-30,30",w:100},"\u00f7":{d:"195,-67r-174,0r0,-41r174,0r0,41xm108,-191v17,0,32,14,32,32v0,18,-15,32,-32,32v-17,0,-32,-14,-32,-32v0,-18,15,-32,32,-32xm108,-48v17,0,32,14,32,32v0,18,-15,32,-32,32v-17,0,-32,-14,-32,-32v0,-18,15,-32,32,-32",w:216},"$":{d:"117,-283r0,35r39,0r0,49r-61,0v-4,0,-9,3,-9,8v0,18,85,45,85,96v0,37,-26,57,-54,62r0,45r-36,0r0,-44r-49,0r0,-50v26,-3,73,10,79,-13v0,-18,-82,-54,-82,-92v0,-37,23,-56,52,-60r0,-36r36,0"},"\u0131":{d:"79,-175r0,175r-58,0r0,-175r58,0",w:100},e:{d:"185,-123r-87,59r-22,-34r47,-31v-31,-19,-59,9,-59,39v0,22,16,44,39,44v22,0,42,-19,51,-39r42,21v-17,40,-53,68,-97,68v-48,0,-90,-41,-90,-91v0,-50,42,-92,90,-92v40,0,67,22,86,56"},"\u00e9":{d:"185,-123r-87,59r-22,-34r47,-31v-31,-19,-59,9,-59,39v0,22,16,44,39,44v22,0,42,-19,51,-39r42,21v-17,40,-53,68,-97,68v-48,0,-90,-41,-90,-91v0,-50,42,-92,90,-92v40,0,67,22,86,56xm99,-255r75,0r-61,54r-50,0"},"\u00ea":{d:"27,-201r44,-54r59,0r44,54r-54,0r-20,-27r-20,27r-53,0xm185,-123r-87,59r-22,-34r47,-31v-31,-19,-59,9,-59,39v0,22,16,44,39,44v22,0,42,-19,51,-39r42,21v-17,40,-53,68,-97,68v-48,0,-90,-41,-90,-91v0,-50,42,-92,90,-92v40,0,67,22,86,56"},"\u00eb":{d:"185,-123r-87,59r-22,-34r47,-31v-31,-19,-59,9,-59,39v0,22,16,44,39,44v22,0,42,-19,51,-39r42,21v-17,40,-53,68,-97,68v-48,0,-90,-41,-90,-91v0,-50,42,-92,90,-92v40,0,67,22,86,56xm141,-196v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30xm59,-196v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30v0,17,-13,30,-30,30"},"\u00e8":{d:"185,-123r-87,59r-22,-34r47,-31v-31,-19,-59,9,-59,39v0,22,16,44,39,44v22,0,42,-19,51,-39r42,21v-17,40,-53,68,-97,68v-48,0,-90,-41,-90,-91v0,-50,42,-92,90,-92v40,0,67,22,86,56xm26,-255r75,0r36,54r-49,0"},"8":{d:"100,-207v-14,0,-25,12,-25,26v0,14,11,25,25,25v14,0,25,-11,25,-25v0,-14,-11,-26,-25,-26xm11,-78v0,-27,11,-46,34,-59v-53,-38,-20,-119,55,-119v75,0,108,81,55,119v23,13,34,32,34,59v0,54,-43,82,-89,82v-46,0,-89,-28,-89,-82xm100,-112v-40,0,-36,59,0,59v17,0,29,-14,29,-29v0,-15,-12,-30,-29,-30"},"\u2026":{d:"60,4v-21,0,-37,-16,-37,-36v0,-20,16,-37,37,-37v21,0,37,17,37,37v0,20,-16,36,-37,36xm180,4v-21,0,-37,-16,-37,-36v0,-20,16,-37,37,-37v21,0,37,17,37,37v0,20,-16,36,-37,36xm300,4v-21,0,-37,-16,-37,-36v0,-20,16,-37,37,-37v21,0,37,17,37,37v0,20,-16,36,-37,36",w:360},"\u2014":{d:"360,-68r-360,0r0,-39r360,0r0,39",w:360},"\u2013":{d:"180,-68r-180,0r0,-39r180,0r0,39",w:180},"=":{d:"195,-150r0,42r-174,0r0,-42r174,0xm195,-67r0,42r-174,0r0,-42r174,0",w:216},"\u00f0":{d:"58,-227r43,-25v8,5,16,12,24,18r35,-17r12,19r-30,15v30,33,48,75,48,119v0,61,-42,102,-90,102v-48,0,-90,-41,-90,-91v0,-46,33,-87,85,-87v9,14,19,37,24,55v-28,-17,-53,5,-54,32v0,20,15,37,35,37v20,0,35,-17,35,-46v0,-36,-14,-71,-39,-99r-33,16r-12,-20r28,-13v-7,-6,-13,-11,-21,-15"},"!":{d:"26,-252r68,0r-5,172r-58,0xm60,4v-21,0,-37,-16,-37,-36v0,-20,16,-37,37,-37v21,0,36,17,36,37v0,20,-15,36,-36,36",w:119},"\u00a1":{d:"94,74r-68,0r5,-172r58,0xm60,-182v21,0,37,17,37,37v0,20,-16,36,-37,36v-21,0,-37,-16,-37,-36v0,-20,16,-37,37,-37",w:119},f:{d:"73,0r-58,0r0,-189v-1,-47,44,-69,102,-63r0,53v-23,0,-47,-4,-44,23r44,0r0,52r-44,0r0,124",w:119},"5":{d:"19,0r0,-60v37,-3,104,13,105,-24v1,-39,-62,-25,-100,-27r0,-141r139,0r0,57r-78,0r0,26v60,-3,100,23,100,85v0,89,-79,88,-166,84"},"4":{d:"192,-108r0,58r-29,0r0,50r-55,0r0,-50v-48,-1,-104,11,-105,-39v15,-61,58,-108,83,-161r59,0r-81,142r44,0r0,-54r55,-94r0,148r29,0"},g:{d:"33,70r0,-54v29,13,100,19,97,-23v-4,-47,17,-119,-34,-120v-19,0,-34,16,-34,36v0,31,30,47,57,33r0,55v-61,16,-110,-25,-110,-85v0,-46,32,-91,87,-91v54,0,90,36,90,98r0,63v7,87,-76,111,-153,88"},"\u00df":{d:"92,0r0,-53v27,1,60,3,60,-23v0,-28,-58,-51,-58,-69v0,-12,23,-20,23,-41v0,-9,-8,-19,-20,-19v-9,0,-20,7,-20,21r0,184r-55,0r0,-124r-21,0r0,-52r21,0v0,-51,28,-78,76,-78v61,0,95,63,52,98v35,21,60,41,60,83v0,58,-51,79,-118,73",w:219},"`":{d:"-24,-255r75,0r36,54r-49,0",w:100},">":{d:"20,-37r122,-50r-122,-51r0,-40r176,74r0,33r-176,74r0,-40",w:216},"\u00ab":{d:"105,-32r-43,0r-43,-55r43,-56r44,0r-43,56xm180,-32r-43,0r-43,-55r43,-56r44,0r-43,56"},"\u00bb":{d:"138,-32r-43,0r42,-55r-43,-56r44,0r43,56xm63,-32r-43,0r42,-55r-43,-56r44,0r43,56"},h:{d:"13,0r0,-252r57,0r0,82v45,-27,97,11,97,58r0,112r-57,0r0,-102v0,-15,-9,-22,-20,-22v-11,0,-20,7,-20,22r0,102r-57,0",w:180},"-":{d:"105,-63r-90,0r0,-49r90,0r0,49",w:119},i:{d:"79,-175r0,175r-58,0r0,-175r58,0xm17,-224v0,-19,15,-32,33,-32v18,0,33,13,33,32v0,19,-15,33,-33,33v-18,0,-33,-14,-33,-33",w:100},"\u00ed":{d:"79,-175r0,175r-58,0r0,-175r58,0xm49,-255r75,0r-61,54r-50,0",w:100},"\u00ee":{d:"-23,-201r44,-54r59,0r43,54r-53,0r-20,-27r-20,27r-53,0xm79,-175r0,175r-58,0r0,-175r58,0",w:100},"\u00ef":{d:"79,-175r0,175r-58,0r0,-175r58,0xm91,-196v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30xm9,-196v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30v0,17,-13,30,-30,30",w:100},"\u00ec":{d:"79,-175r0,175r-58,0r0,-175r58,0xm-24,-255r75,0r36,54r-49,0",w:100},j:{d:"-13,78r0,-53v30,0,33,-4,33,-19r0,-181r58,0r0,180v0,57,-27,73,-91,73xm16,-224v0,-19,15,-32,33,-32v18,0,33,13,33,32v0,19,-15,33,-33,33v-18,0,-33,-14,-33,-33",w:100},k:{d:"14,0r0,-252r58,0r0,131v18,0,22,-5,39,-54r59,0v-10,26,-15,62,-39,74v48,13,35,52,37,101r-55,0v0,-36,9,-80,-41,-69r0,69r-58,0",w:180},l:{d:"79,0r-58,0r0,-252r58,0r0,252",w:100},"<":{d:"196,-37r0,40r-176,-74r0,-33r176,-74r0,40r-122,51",w:216},"\u00ac":{d:"154,-41r0,-67r-133,0r0,-42r174,0r0,109r-41,0",w:216},"\u0142":{d:"79,-116r0,116r-58,0r0,-92r-19,8r0,-54r19,-9r0,-105r58,0r0,81r19,-8r0,54",w:100},m:{d:"169,0r-58,0r0,-104v0,-11,-4,-20,-18,-20v-14,0,-18,9,-18,20r0,104r-58,0r0,-113v-2,-63,86,-88,123,-42v37,-45,123,-22,123,42r0,113r-57,0r0,-104v0,-11,-5,-20,-19,-20v-14,0,-18,9,-18,20r0,104",w:280},"\u00af":{d:"118,-212r-136,0r0,-32r136,0r0,32",w:100},"\u00d7":{d:"78,-87r-57,-58r30,-30r57,58r58,-58r29,30r-57,58r57,57r-29,30r-58,-58r-57,58r-30,-30",w:216},n:{d:"70,0r-55,0v0,-85,-14,-179,75,-179v88,0,76,94,75,179r-55,0r0,-100v0,-15,-8,-25,-20,-25v-12,0,-20,10,-20,25r0,100",w:180},"9":{d:"111,0r-68,0v27,-56,63,-107,85,-169v0,-15,-10,-27,-26,-27v-19,0,-30,13,-30,31v0,18,13,28,29,29r-32,56v-35,-14,-58,-44,-58,-83v0,-55,34,-93,91,-93v78,0,102,83,67,148"},"\u00f1":{d:"132,-251r28,0v-3,28,-17,48,-47,48v-28,-1,-56,-30,-65,1r-29,0v2,-23,19,-50,45,-50v30,0,55,30,68,1xm70,0r-55,0v0,-85,-14,-179,75,-179v88,0,76,94,75,179r-55,0r0,-100v0,-15,-8,-25,-20,-25v-12,0,-20,10,-20,25r0,100",w:180},"#":{d:"177,-105r-1,34r-31,0r-10,71r-36,0r10,-71r-33,0r-10,71r-36,0r10,-71r-31,0r2,-34r34,0r6,-42r-31,0r2,-34r33,0r10,-71r36,0r-10,71r33,0r10,-71r36,0r-9,71r27,0r-2,34r-30,0r-6,42r27,0xm120,-147r-33,0r-6,42r33,0"},o:{d:"65,-87v0,20,15,37,35,37v20,0,35,-17,35,-37v0,-20,-15,-38,-35,-38v-20,0,-35,18,-35,38xm10,-87v0,-50,42,-92,90,-92v48,0,90,42,90,92v0,50,-42,91,-90,91v-48,0,-90,-41,-90,-91"},"\u00f3":{d:"65,-87v0,20,15,37,35,37v20,0,35,-17,35,-37v0,-20,-15,-38,-35,-38v-20,0,-35,18,-35,38xm10,-87v0,-50,42,-92,90,-92v48,0,90,42,90,92v0,50,-42,91,-90,91v-48,0,-90,-41,-90,-91xm99,-255r75,0r-61,54r-50,0"},"\u00f4":{d:"27,-201r44,-54r59,0r44,54r-54,0r-20,-27r-20,27r-53,0xm65,-87v0,20,15,37,35,37v20,0,35,-17,35,-37v0,-20,-15,-38,-35,-38v-20,0,-35,18,-35,38xm10,-87v0,-50,42,-92,90,-92v48,0,90,42,90,92v0,50,-42,91,-90,91v-48,0,-90,-41,-90,-91"},"\u00f6":{d:"65,-87v0,20,15,37,35,37v20,0,35,-17,35,-37v0,-20,-15,-38,-35,-38v-20,0,-35,18,-35,38xm10,-87v0,-50,42,-92,90,-92v48,0,90,42,90,92v0,50,-42,91,-90,91v-48,0,-90,-41,-90,-91xm141,-196v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30xm59,-196v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30v0,17,-13,30,-30,30"},"\u0153":{d:"219,-69r-16,-34r42,-21v-22,-27,-62,-2,-60,34v3,62,68,55,93,19r36,29v-30,44,-109,67,-155,22v-59,53,-153,12,-153,-67v0,-81,101,-122,153,-65v49,-52,137,-23,151,43xm96,-125v-19,0,-34,18,-34,38v0,20,15,37,34,37v19,0,34,-17,34,-37v0,-20,-15,-38,-34,-38",w:320},"\u00f2":{d:"65,-87v0,20,15,37,35,37v20,0,35,-17,35,-37v0,-20,-15,-38,-35,-38v-20,0,-35,18,-35,38xm10,-87v0,-50,42,-92,90,-92v48,0,90,42,90,92v0,50,-42,91,-90,91v-48,0,-90,-41,-90,-91xm26,-255r75,0r36,54r-49,0"},"1":{d:"132,-252r0,252r-59,0r0,-194r-40,0r0,-58r99,0"},"\u00bd":{d:"83,4r-38,0r142,-260r39,0xm288,-35r0,35v-38,-6,-110,18,-110,-23v0,-22,69,-66,69,-83v0,-8,-6,-14,-16,-14v-16,1,-17,22,-6,28r-26,24v-37,-24,-16,-86,33,-86v31,0,53,19,53,50v0,22,-13,30,-53,69r56,0xm75,-254r0,151r-39,0r0,-116r-26,0r0,-35r65,0",w:300},"\u00bc":{d:"91,4r-38,0r142,-260r39,0xm75,-254r0,151r-39,0r0,-116r-26,0r0,-35r65,0xm289,-65r0,35r-19,0r0,30r-36,0r0,-30v-39,5,-86,-2,-61,-44r47,-76r38,0r-52,85r28,0r0,-32r36,-57r0,89r19,0",w:300},"\u00b9":{d:"82,-254r0,151r-38,0r0,-116r-27,0r0,-35r65,0",w:119},"\u00aa":{d:"128,-149r-37,0v-1,-33,8,-76,-27,-76v-13,0,-25,10,-25,23v0,24,26,29,43,21r0,29v-35,18,-81,-3,-81,-49v0,-32,27,-55,63,-55v36,0,64,18,64,51r0,56",w:132},"\u00ba":{d:"39,-201v0,12,10,22,23,22v13,0,22,-10,22,-22v0,-12,-9,-23,-22,-23v-13,0,-23,11,-23,23xm3,-201v0,-30,28,-55,59,-55v31,0,58,25,58,55v0,30,-27,55,-58,55v-31,0,-59,-25,-59,-55",w:120},"\u00f8":{d:"132,-101r-39,50v28,6,50,-23,39,-50xm69,-71r43,-51v-29,-13,-58,22,-43,51xm43,11r-42,0r31,-40v-63,-65,21,-190,110,-139r15,-18r45,0r-33,41v61,67,-22,189,-112,138"},"\u00f5":{d:"142,-251r28,0v-3,28,-17,48,-47,48v-28,-1,-56,-30,-65,1r-28,0v2,-23,18,-50,44,-50v30,0,55,30,68,1xm65,-87v0,20,15,37,35,37v20,0,35,-17,35,-37v0,-20,-15,-38,-35,-38v-20,0,-35,18,-35,38xm10,-87v0,-50,42,-92,90,-92v48,0,90,42,90,92v0,50,-42,91,-90,91v-48,0,-90,-41,-90,-91"},p:{d:"72,76r-57,0r0,-170v0,-56,48,-85,99,-85v56,0,96,39,96,92v-1,70,-61,102,-121,87r0,-53v24,14,64,-1,64,-34v0,-23,-18,-40,-40,-40v-27,0,-41,20,-41,47r0,156",w:219},"\u00b6":{d:"74,69r0,-195v-52,0,-80,-23,-80,-62v0,-90,118,-58,201,-64r0,321r-43,0r0,-289r-35,0r0,289r-43,0",w:223},"(":{d:"93,-257r27,31v-83,67,-84,210,2,278r-31,29v-113,-96,-103,-252,2,-338",w:119},")":{d:"0,-226r27,-31v106,86,114,243,1,338r-30,-29v85,-68,86,-211,2,-278",w:119},"%":{d:"98,0r-38,0r159,-252r38,0xm240,-127v35,0,64,27,64,63v0,36,-29,64,-64,64v-35,0,-63,-28,-63,-64v0,-36,28,-63,63,-63xm266,-64v0,-35,-51,-31,-51,0v0,14,12,26,25,26v13,0,26,-12,26,-26xm77,-252v35,0,63,28,63,64v0,36,-28,63,-63,63v-35,0,-64,-27,-64,-63v0,-36,29,-64,64,-64xm77,-214v-13,0,-26,12,-26,26v0,35,51,31,51,0v0,-14,-12,-26,-25,-26",w:320},".":{d:"50,4v-21,0,-37,-16,-37,-36v0,-20,16,-37,37,-37v21,0,37,17,37,37v0,20,-16,36,-37,36",w:100},"\u00b7":{d:"50,-51v-21,0,-37,-16,-37,-36v0,-20,16,-37,37,-37v21,0,37,17,37,37v0,20,-16,36,-37,36",w:100},"+":{d:"87,-108r0,-67r42,0r0,67r66,0r0,41r-66,0r0,67r-42,0r0,-67r-66,0r0,-41r66,0",w:216},"\u00b1":{d:"87,-134r0,-41r42,0r0,41r66,0r0,41r-66,0r0,41r-42,0r0,-41r-66,0r0,-41r66,0xm21,0r0,-42r174,0r0,42r-174,0",w:216},q:{d:"205,76r-57,0r0,-156v0,-27,-14,-47,-41,-47v-22,0,-40,17,-40,40v0,32,39,48,64,34r0,53v-58,15,-121,-17,-121,-87v0,-53,40,-92,96,-92v51,0,99,29,99,85r0,170",w:219},"?":{d:"71,-177r-57,-17v9,-39,44,-62,83,-62v48,0,84,34,84,83v0,34,-24,63,-56,71r0,22r-58,0r0,-71v26,2,49,-3,51,-27v0,-11,-10,-21,-20,-21v-16,0,-23,8,-27,22xm97,4v-21,0,-37,-16,-37,-36v0,-20,16,-37,37,-37v21,0,37,17,37,37v0,20,-16,36,-37,36"},"\u00bf":{d:"129,0r57,17v-9,39,-44,61,-83,61v-48,0,-84,-34,-84,-83v0,-34,25,-63,57,-71r0,-22r57,0r0,71v-26,-2,-49,3,-51,27v0,11,10,22,20,22v16,0,23,-8,27,-22xm103,-182v21,0,37,17,37,37v0,20,-16,36,-37,36v-21,0,-36,-16,-36,-36v0,-20,15,-37,36,-37"},'"':{d:"72,-155r0,-97r43,0r0,97r-43,0xm6,-155r0,-97r43,0r0,97r-43,0",w:119},"\u201c":{d:"70,-170r-36,0r-18,-82r47,0xm144,-170r-37,0r-17,-82r47,0",w:159},"\u201d":{d:"126,-170r-36,0r6,-82r48,0xm53,-170r-37,0r7,-82r47,0",w:159},"\u2018":{d:"65,-170r-37,0r-17,-82r47,0",w:79},"\u2019":{d:"51,-170r-36,0r7,-82r47,0",w:79},"'":{d:"18,-155r0,-97r44,0r0,97r-44,0",w:79},r:{d:"63,-175v1,9,-2,22,1,29v9,-25,25,-29,50,-29r0,53v-72,-6,-33,70,-43,122r-58,0r0,-175r50,0",w:119},"\u00ae":{d:"144,4v-70,0,-135,-47,-135,-130v0,-83,65,-130,135,-130v70,0,135,47,135,130v0,83,-65,130,-135,130xm236,-126v0,-58,-42,-98,-92,-98v-51,0,-92,40,-92,98v0,58,41,98,92,98v50,0,92,-40,92,-98xm123,-114r0,59r-32,0r0,-142v50,1,112,-9,112,43v0,26,-16,36,-40,37r36,62r-32,0r-32,-59r-12,0xm123,-140v20,-2,46,7,46,-17v0,-18,-27,-15,-46,-15r0,32",w:288},s:{d:"8,0r0,-49r55,0v7,0,10,-3,10,-8v0,-17,-64,-10,-64,-68v0,-54,58,-52,113,-50r0,47v-19,2,-51,-7,-57,8v0,14,67,18,67,65v0,61,-64,57,-124,55",w:140},"\u0161":{d:"144,-255r-44,54r-59,0r-44,-54r54,0r20,27r20,-27r53,0xm8,0r0,-49r55,0v7,0,10,-3,10,-8v0,-17,-64,-10,-64,-68v0,-54,58,-52,113,-50r0,47v-19,2,-51,-7,-57,8v0,14,67,18,67,65v0,61,-64,57,-124,55",w:140},"\u00a7":{d:"170,-219r-36,24v-10,-12,-14,-22,-31,-22v-9,0,-13,7,-13,15v0,21,93,53,93,106v0,21,-16,39,-39,43v40,34,5,90,-49,90v-27,0,-53,-14,-67,-37r39,-29v2,21,44,43,44,12v0,-26,-94,-57,-94,-109v0,-24,18,-42,42,-42v-13,-9,-18,-23,-18,-39v0,-66,106,-61,129,-12xm64,-129v0,14,49,49,59,49v6,0,13,-4,13,-12v0,-10,-45,-49,-59,-49v-7,0,-13,3,-13,12"},";":{d:"47,53r-44,0r20,-106r61,0xm50,-102v-21,0,-37,-16,-37,-36v0,-20,16,-37,37,-37v21,0,37,17,37,37v0,20,-16,36,-37,36",w:100},"7":{d:"22,-194r0,-58v58,4,163,-18,156,41v-9,76,-43,140,-62,211r-68,0r68,-194r-94,0"},"6":{d:"87,-252r69,0v-27,56,-63,107,-85,169v0,15,10,27,26,27v19,0,30,-13,30,-31v0,-18,-13,-28,-29,-29r32,-56v35,14,58,44,58,83v0,55,-35,93,-92,93v-78,0,-100,-83,-66,-148"},"/":{d:"30,4r-43,0r84,-260r42,0",w:100},"\u00a3":{d:"0,0r0,-60v31,0,35,-9,35,-51r-22,0r0,-53r22,0v1,-85,43,-96,116,-92r0,57v-33,-1,-59,-3,-56,36r30,0r0,52r-30,0v1,29,-3,41,-13,52v43,2,67,-9,62,-52r58,0v7,70,-35,111,-86,111r-116,0"},t:{d:"69,-176r41,0r0,52r-41,0v1,38,-12,81,42,71r0,53v-58,7,-97,-18,-97,-63r0,-155r55,0r0,42",w:119},"\u00fe":{d:"72,76r-57,0r0,-328r57,0r0,80v69,-25,140,17,138,85v-2,70,-61,102,-121,87r0,-53v24,14,64,-1,64,-34v0,-23,-18,-40,-40,-40v-27,0,-41,20,-41,47r0,156",w:219},"3":{d:"13,0r0,-58v38,-5,108,16,108,-25v0,-34,-44,-22,-75,-24r0,-36r57,-52r-83,0r0,-57v57,5,150,-20,149,41v0,23,-31,48,-44,61v34,7,56,34,56,68v2,86,-82,85,-168,82"},"\u00be":{d:"103,4r-39,0r143,-260r38,0xm289,-65r0,35r-19,0r0,30r-36,0r0,-30v-39,5,-86,-2,-61,-44r47,-76r38,0r-52,85r28,0r0,-32r36,-57r0,89r19,0xm5,-103r0,-35v24,-3,69,10,70,-15v1,-21,-29,-12,-48,-14r0,-22v12,-11,26,-19,37,-31r-54,0r0,-34v36,3,97,-12,97,25v0,14,-21,28,-29,36v22,4,36,20,36,41v2,52,-56,51,-109,49",w:300},"\u00b3":{d:"5,-103r0,-35v24,-3,69,10,70,-15v1,-21,-29,-12,-48,-14r0,-22v12,-11,26,-19,37,-31r-54,0r0,-34v36,3,97,-12,97,25v0,14,-21,28,-29,36v22,4,36,20,36,41v2,52,-56,51,-109,49",w:119},"\u2122":{d:"137,-252r0,32r-41,0r0,116r-43,0r0,-116r-40,0r0,-32r124,0xm227,-252r32,86r32,-86r56,0r0,148r-39,0r-1,-97r-32,97r-32,0r-33,-97r0,97r-39,0r0,-148r56,0",w:360},"2":{d:"183,-58r0,58r-127,0v-26,0,-42,-11,-42,-39v0,-36,104,-109,104,-137v0,-17,-8,-23,-22,-23v-24,0,-27,35,-10,46r-40,40v-56,-39,-25,-143,51,-143v49,0,82,31,82,83v0,36,-19,50,-81,115r85,0"},"\u00b2":{d:"115,-138r0,35v-38,-6,-110,18,-110,-23v0,-22,68,-65,68,-82v0,-10,-6,-14,-15,-14v-16,0,-18,21,-6,27r-26,25v-36,-24,-17,-86,33,-86v31,0,53,19,53,50v0,22,-12,29,-53,68r56,0",w:119},u:{d:"70,-175r0,100v0,15,8,25,20,25v12,0,20,-10,20,-25r0,-100r55,0v0,85,14,179,-75,179v-88,0,-76,-94,-75,-179r55,0",w:180},"\u00fa":{d:"70,-175r0,100v0,15,8,25,20,25v12,0,20,-10,20,-25r0,-100r55,0v0,85,14,179,-75,179v-88,0,-76,-94,-75,-179r55,0xm89,-255r75,0r-61,54r-50,0",w:180},"\u00fb":{d:"17,-201r43,-54r60,0r43,54r-53,0r-20,-27r-20,27r-53,0xm70,-175r0,100v0,15,8,25,20,25v12,0,20,-10,20,-25r0,-100r55,0v0,85,14,179,-75,179v-88,0,-76,-94,-75,-179r55,0",w:180},"\u00fc":{d:"70,-175r0,100v0,15,8,25,20,25v12,0,20,-10,20,-25r0,-100r55,0v0,85,14,179,-75,179v-88,0,-76,-94,-75,-179r55,0xm131,-196v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30xm49,-196v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30v0,17,-13,30,-30,30",w:180},"\u00f9":{d:"70,-175r0,100v0,15,8,25,20,25v12,0,20,-10,20,-25r0,-100r55,0v0,85,14,179,-75,179v-88,0,-76,-94,-75,-179r55,0xm16,-255r75,0r36,54r-49,0",w:180},_:{d:"180,45r-180,0r0,-18r180,0r0,18",w:180},v:{d:"104,-175r58,0r-39,132v-6,22,-14,47,-43,47v-31,0,-40,-21,-47,-47r-35,-132r58,0r25,115",w:159},w:{d:"17,-62r0,-113r58,0r0,104v0,11,4,20,18,20v14,0,18,-9,18,-20r0,-104r58,0r0,104v0,11,4,20,18,20v14,0,19,-9,19,-20r0,-104r57,0r0,113v2,63,-86,88,-123,42v-37,45,-123,22,-123,-42",w:280},x:{d:"152,-175r0,50v-27,0,-44,9,-44,38v0,29,17,37,44,37r0,50v-32,0,-55,0,-72,-29v-17,29,-40,29,-72,29r0,-50v27,0,44,-8,44,-37v0,-29,-17,-38,-44,-38r0,-50v32,0,55,0,72,29v17,-29,40,-29,72,-29",w:159},y:{d:"120,76r-58,0r0,-75v-69,-16,-43,-101,-48,-176r56,0r0,102v0,12,4,24,21,24v17,0,19,-11,19,-27r0,-99r56,0v-3,72,17,163,-46,176r0,75",w:180},"\u00fd":{d:"120,76r-58,0r0,-75v-69,-16,-43,-101,-48,-176r56,0r0,102v0,12,4,24,21,24v17,0,19,-11,19,-27r0,-99r56,0v-3,72,17,163,-46,176r0,75xm89,-255r75,0r-61,54r-50,0",w:180},"\u00ff":{d:"120,76r-58,0r0,-75v-69,-16,-43,-101,-48,-176r56,0r0,102v0,12,4,24,21,24v17,0,19,-11,19,-27r0,-99r56,0v-3,72,17,163,-46,176r0,75xm131,-196v-17,0,-30,-13,-30,-30v0,-17,13,-30,30,-30v17,0,30,13,30,30v0,17,-13,30,-30,30xm49,-196v-17,0,-31,-13,-31,-30v0,-17,14,-30,31,-30v17,0,30,13,30,30v0,17,-13,30,-30,30",w:180},"\u00a5":{d:"127,-70r0,70r-59,0r0,-70r-40,0r0,-34r40,0r0,-22r-40,0r0,-35r32,0v-9,-19,-26,-33,-51,-33r0,-58v44,0,70,12,89,49v19,-37,44,-49,88,-49r0,58v-25,0,-42,14,-51,33r32,0r0,35r-40,0r0,22r40,0r0,34r-40,0"},z:{d:"15,-125r0,-50v47,4,144,-15,135,34v-7,39,-45,59,-65,88r65,0r0,53r-113,0v-33,3,-40,-38,-23,-57r61,-68r-60,0",w:159},"\u017e":{d:"153,-255r-43,54r-59,0r-44,-54r53,0r20,27r20,-27r53,0xm15,-125r0,-50v47,4,144,-15,135,34v-7,39,-45,59,-65,88r65,0r0,53r-113,0v-33,3,-40,-38,-23,-57r61,-68r-60,0",w:159},"0":{d:"188,-168r0,84v0,51,-35,88,-88,88v-53,0,-88,-37,-88,-88r0,-84v0,-51,35,-88,88,-88v53,0,88,37,88,88xm100,-199v-41,0,-28,71,-28,110v0,28,12,35,28,35v41,0,28,-72,28,-111v0,-28,-12,-34,-28,-34"},"\u00a0":{w:100}}});
Cufon.replace(".htmlBadge .sideBoxHdr",{hover:true});Cufon.replace(".subheading_solid_big",{hover:true});Cufon.replace(".subheading_solid",{hover:true});Cufon.replace(".previous_step",{hover:true});Cufon.replace(".label_solid",{hover:true});Cufon.replace(".subheading_outlined",{hover:true});Cufon.replace(".label_solid_purple",{hover:true});Cufon.replace(".subsubheading_solid_gray",{hover:true});Cufon.replace(".subsubheading_solid_orange",{hover:true});Cufon.replace(".subsubheading_solid_black",{hover:true});Cufon.replace(".fat_footer_sIfr",{hover:true});Cufon.replace(".tabHeadingBlack",{hover:true});Cufon.replace(".tabHeadingGray",{hover:true});Cufon.replace(".label_solid_orange",{hover:true});Cufon.replace(".subsubheading_solid_purple",{hover:true});Cufon.replace(".label_solid_white",{hover:true});
