@charset "euc-kr";

* { 
	margin: 0; 
	padding: 0; 
	border: 0;
	font-size: 12px; 
	font-family: Dotum; 
}

img { vertical-align: bottom; }

legend, hr, caption {  display: none; }

a   {color:#995936; text-decoration:none;}
a:link    {color:#995936; text-decoration:none;}
a:active  {color:#995936; text-decoration:none;}
a:hover   {color:#995936; text-decoration:none;}

ul,li,ol { list-style: none; }

table { border-collapse: collapse; }

.clear {
	clear:both;
	line-height:0px;
	font-size:0px;
	height:0;
}

.fl { float: left; }
.fr { float: right; }

.tl { text-align:left; }
.tr { text-align:right; }
.tc { text-align:center; }
