/*@charset "euc-kr";*/
@charset "utf-8";

/* Element */
body, form { 
	margin: 0 ;
}
body, th, td, select, textarea, select, input { 
	font-family: 'dotum' , 'tahoma' ;
	font-size: 12px  ;
	color: #6e6e6e ;
}
ul, li, dl, dt, dd, ol, h, h1, h2, h3 { 
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
}
h1, h2 {
	font-size:16px; color:#6e6e6e ;padding-top:2px;
}
img { border: none ; }

/* Default Link */
a:link		{ color: #6e6e6e ; text-decoration: none ; }
a:visited	{ color: #6e6e6e ; text-decoration: none ; }
a:active	{ color: #4e63ae ; text-decoration: underline ; }
a:hover	{ color: #4e63ae ; text-decoration: underline ; }

/* Common Class */
.fl	 { float: left ; }
.fr	 { float: right ; }
.cl	 { clear: both ; }
.tc	 { text-align: center ; }
.b	 { font-weight: bold ; }
.cs { cursor: pointer ; }
.vm { vertical-align: middle ; }
.hide	 	{ display: none ; }
.show	{ display: block ; }

/* Åõ¸íÆÄÀÏÁö¿øÇÏ±â(IE6.0°í·Á) 
.png24 { 
    tmp:expression(setPng24(this));
}
*/
hr{
	display:none;
}
.h {
	height: 20px ;
	clear: both ;
	}
.clear	{ clear:both; }

