/*********************************************** 기본 스타일 ***********************************************/
/* 투명처리 */
.png24 {
tmp:expression(setPng24(this));
}

/* 링크 점선없애기 */
a {
	selector-dummy: expression(this.hideFocus=true);
}

/* 이미지 */
IMG					{border: none;} 

/* 기본스타일 */
body { margin-top:0; margin-left:0; margin-right:0; margin-bottom:0px; font-style: letter-spacing:-1; font-family:Verdana;}
td { font-size: 11px; color: #cfdce8; font-style: normal; letter-spacing: -1px; font-weight: normal; font-family:Verdana; line-height:15px}

A.scroll:link {font-size:8pt; line-height: 115%; text-decoration: none; color:#5F5F5F; font-family:돋움, Arial}
A.scroll:visited {font-size:8pt; line-height: 115%; text-decoration: none; color:#5F5F5F; font-family:돋움, Arial}
A.scroll:hover {font-size:8pt; line-height: 115%; text-decoration: none; color:#965B25; font-family:돋움, Arial}

/*********************************************** 링크 스타일 ***********************************************/

/* 기본링크 스타일 */
a:link    {font-size: 11px; COLOR: #cfdce8; font-style: normal; letter-spacing: -1px; TEXT-DECORATION: none; font-family: Verdana}
a:visited {font-size: 11px; COLOR: #cfdce8; font-style: normal; letter-spacing: -1px; TEXT-DECORATION: none; font-family: Verdana}
a:active  {font-size: 11px; COLOR: #cfdce8; font-style: normal; letter-spacing: -1px; TEXT-DECORATION: none; font-family: Verdana}
a:hover   {font-size: 11px; COLOR: #cfdce8; font-style: normal; letter-spacing: -1px; font-family: Verdana}

/* 달력숫자 */
a.date :link    {font-size: 8px; COLOR: #ED1B24; font-style: normal; letter-spacing: -1px; TEXT-DECORATION: none; font-family: Tahoma}
a.date :visited {font-size: 8px; COLOR: #ED1B24; font-style: normal; letter-spacing: -1px; TEXT-DECORATION: none; font-family: Tahoma}
a.date :active  {font-size: 8px; COLOR: #ED1B24; font-style: normal; letter-spacing: -1px; TEXT-DECORATION: none; font-family: Tahoma}
a.date :hover   {font-size: 8px; COLOR: #ED1B24; font-style: normal; letter-spacing: -1px; font-family: Tahoma}


/* Saturday 스타일 */
a.saturday :link,
a.saturday :visited,
a.saturday :active  { text-decoration: none; color: #00CCFF; }
a.saturday :hover  { text-decoration:underline; }

/* Sunday 스타일 */
a.sunday :link,
a.sunday :visited,
a.sunday :active  { text-decoration: none; color: #ED1B24; }
a.sunday :hover  { text-decoration:underline; }


/*********************************************** 안쓰는 스타일 ***********************************************/
/* 숫자 */
.number {
	font-size: 8pt;
	color:#959289;
	letter-spacing:-1px;
	line-height:8px
	font-family: "Verdana";
}

/* 큰글씨 */
.big {
	font-size: 14pt;
	color:#4fc539;
	letter-spacing:-2px;
	font-weight:bold;
	font-family: "Verdana";
}

/* 월 */
.moon {
	font-size: 10pt;
	color:#09479b;
	letter-spacing:-2px;
	font-weight:bold;
	font-family: "Verdana";
}

