/* CSS Document */

html{overflow-y:scroll;}

body,td,th {
	font-family: ¸¼Àº °íµñ, µ¸¿ò;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.dotline {
	border-bottom-width: 1px; border-bottom-color: #666666; border-bottom-style: dotted;
}