
/*********************************************** 기본 스타일 ***********************************************/

/* 이미지 */
IMG					{border: none;} 

/* 기본스타일 */
body { margin-top:0; margin-left:0; margin-right:0; margin-bottom:0px;  font-family:돋움;}
td { font-size: 12px; color: #666666; font-style: normal; font-weight: normal; font-family:돋움; line-height:20px}

/*********************************************** 링크 스타일 ***********************************************/

/* 기본링크 스타일 */
a:link    {COLOR: #848484; font-style: normal; TEXT-DECORATION: none; font-family: 돋움; font-weight:bold;}
a:visited {COLOR: #848484; font-style: normal; TEXT-DECORATION: none; font-family: 돋움; font-weight:bold;}
a:active  {COLOR: #848484; font-style: normal; TEXT-DECORATION: none; font-family: 돋움; font-weight:bold;}
a:hover   {COLOR: #343434; font-style: normal; TEXT-DECORATION: underline; font-family: 돋움; font-weight:bold;}


.date{
	font-weight:bold;
}

.mn_on { 
	font-weight:bold;
	text-align:center;
	width:81px;
	height:24px;
	background: url('/core/module/history/browntab/images/mn_on.gif') no-repeat;
}

.mn_txton { 
	color:#FFFFFF ;
	font-weight:bold;
}
.mn_off { 
	font-weight:bold;
	text-align:center;
	width:81px;
	height:24px;
	background: url('/core/module/history/browntab/images/mn_off.gif') no-repeat;
} 

.mn_txtoff { 
	color:#848484 ;
	font-weight:bold;
}