
	body, form{ margin: 0 }	
	body, form, table, input, select, textarea, a{
		font-family: "±¼¸²", "µ¸¿ò", "gulim", "dotum";
		font-size: 12px;
		color: #555;
	}
	a{
		text-decoration: none;
	}
	a:hover{
		text-decoration: underline;
		color: #F96 !important;
	}
	img{ border: 0 }
	input, textarea{
		border: 1px solid #CCC;
		padding-top: 2px;
	}
	table{
		table-layout: fixed;
		width: 100%;
		border-collapse: collapse;
	}


	h1{
		margin: 0;
		padding-left: 10px;
		background: url("/img/icon_green_dot.gif") no-repeat left center;
		font-size: 13px;
	}


	ul{
		list-style: none;
		line-height: 20px;
		color: #777;
	}
	li{
		padding-left: 10px;
		background: url("/img/icon_green_dot.gif") no-repeat left 7px;
	}
