body {
	margin: 0;
	padding: 10px;
}
body, td, select, input, textarea, button {
	font-size: 9pt;
	font-family:  verdana,굴림;
}

A {
	color: #464646;
	text-decoration: none; 
}
	A:hover {
		color: #aa4100;
		text-decoration: underline;
	}
	A:active {
		text-decoration: underline;
	}
	A.highlight {
		font-weight : bold;
		color: #aa0000;
	}

form {
	display: inline;
}


#top_menu td {
	color: #ffffff;
}


#left_menu {
	font-family: 'Lucida Sans' 'verdana';
	margin-top: 3px;
}
#left_menu H5 {
	background-color: #727272;
	color: #ffffff;
	font: bold 9pt;
	padding: 6px 15px 6px 10px;
	border-top: solid 1px #D6D6D6;
	margin: 0;
}
#left_menu UL {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0;
}
	#left_menu UL LI {
		font: 8pt tahoma;
		padding: 1px 0px 2px 10px;
		border-top: solid 1px #D6D6D6;
		letter-spacing: 0;
		color: #333333;
		line-height: 140%;
	}
td.latest_bbs {
	padding: 3px 0 1px 0;
}
	td.latest_bbs img {
		float: left;
	}
/*
td.latest_bbs img {
	width: 0;
	height: 0;
	border: 0;
	float: left;

}
	td.latest_bbs.z0 img {
		width: 50px;
		height: 50px;
		border: 1px;
	}
*/