	/* SIGNTO.COM STYLE	by bluekiwi */

function overColor(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#F1F1F1";//¸¶¿ì½º°¡ ¿Ã¶ó°¬À»¶§ÀÇ »ö»ó ¼³Á¤
}
}

function outColor(td){
if(document.getElementById||(document.all && !(document.getElementById))){
td.style.backgroundColor="#ffffff";//¸¶¿ì½º°¡ ³»·Á¿ÔÀ»¶§ÀÇ »ö»ó ¼³Á¤
}
}
