@charset "utf-8";
.whitetxt {
	font-family: Dotum;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.blacktxt {
	font-family: Dotum;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.whitebg {
	background-color: #FFF;
}
.yellowbgbg {
	background-color: #FF9;
}
.pinkbg {
	background-color: #F69;
}
.greenbg {
	background-color: #6C3;
}
.orangebg {
	background-color: #F90;
}
.bluebg {
	background-color: #06C;
}
.purple {
	background-color: #936;
}

table.sample {
	border-width: thin thin thin thin;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;

	-moz-border-radius: 0px 0px 0px 0px;
	
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 10px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
		font-family: Dotum;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
