@charset "euc-kr";

body{
  margin: 0px; padding: 0px;
  background-repeat:repeat-x;
  background-position:top center;
  font-family:'Nanum Gothic', sans-serif;
  color:#666; 
  font-size:95%;
  letter-spacing:-1px;
  font-weight:bold;
  background-color:#faf5f3;
 }
table{
	border-color:#ccc1b2;
	background-color:#faf5f3;
	font-family:'Nanum Gothic', sans-serif;
}

.td1{
	border-style:solid;
	border-color:#ccc1b2;
	background-color:#faf5f3;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	font-family:'Nanum Gothic', sans-serif;
}

.td2{
	border-style:solid;
	border-color:#ccc1b2;
	background-color:#faf5f3;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:1px;
	font-family:'Nanum Gothic', sans-serif;
}

.td3{
	border-style:solid;
	border-color:#ccc1b2;
	background-color:#faf5f3;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	font-family:'Nanum Gothic', sans-serif;
}

.td4{
	border-style:solid;
	border-color:#ccc1b2;
	background-color:#faf5f3;
	border-top-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:1px;
	font-family:'Nanum Gothic', sans-serif;
}

.td_noborder{
	border-style:solid;
	border-color:#ccc1b2;
	background-color:#faf5f3;
	border-top-width:0px;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	font-family:'Nanum Gothic', sans-serif;
}