/* ---------- Start: Clears ---------- */

.clear { 
	clear: both; 
	height: 1px; 
	overflow: hidden; 
	margin-bottom: -1px; 
	line-height: 1%; 
	font-size: 0px; 
	}

.clear_withFloat { 
	height:1px; 
	overflow: hidden; 
	margin-bottom: -1px; 
	line-height: 1%; 
	font-size: 0px; 
	}

/* ---------- End: Clears ---------- */


/* ---------- Start: Links ---------- */

a {
	color: #707070;
	text-decoration: none;
	}
	
a:hover {
	color: #404040;
	text-decoration: none;
	}

a img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	border: none;
}

a:hover img {
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity:.8;
	border: none;
}

/* ---------- End: Links ---------- */


/* ---------- Start: Forms ---------- */

form {
	margin: 0px;
	padding: 0px;
	}
	
input, select, textarea {
	border: 1px solid #d7d7d7;
	vertical-align: middle;
	_vertical-align: baseline;
	font-family: Courier New;
	font-size: 12px;
	background: #ffffff;
	color: #000000;
	}

input, textarea {
	padding: 1px;
	}

.checkbox, .radio {
	border: none;
	vertical-align: middle;
	_vertical-align: baseline;
	background: transparent;
	}

.checkbox {
	padding: 0px;
	}

.hiddenSubmit {
	border: none;
	background: transparent;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

/* ---------- End: Forms ---------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background: #FFFFFF;
	}

body, td {
	font-family: Dotum, Gulim;
	font-size: 12px;
	color: #707070;
	}

p, ul, ol {
	text-align: justify;
	}

p {
	padding: 5px 0px;
	margin: 0px;
	}

