body, form {
	margin: 0;
}
body, input, textarea, select, td {
	font-family: '돋움', Dotum, sans-serif;
	font-size: 9pt;
	color: #333;
}

img {
	border: 0;
}
.clear {
	clear: both;
	float: none !important;
}
hr.hidden {
	display: none;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.highlight {
	background: #ff0;
	color: #f00;
}
