/* IMPORT */
	@import "mod_footer.css";
	@import "mod_header.css";
	@import "mod_inpage.css";
/* END IMPORT */
.MID .header{
	width: 675px;
	min-height: 30px;
	float: left;
	margin: 20px 20px 0px 60px;
}
.MID .line_grey{
	width: 675px;
	height: 1px;
	float: left;
	margin: 30px 40px 0px 40px;
	background-color: Gray;
}
.MID .line_dgrey{
	width: 675px;
	height: 1px;
	float: left;
	margin: 0px 40px 0px 40px;
	background-color: Silver;
}
.MID .line_dot{
	width: 675px;
	min-height: 10px;
	float: left;
	margin: 0px 40px 0px 40px;
	border-bottom: dotted gray 1px;
	text-align: right;
}
