@import "../common/screen.css";

#body {
	height: auto;
}

#body .left {
	float: left;
	padding: 20px 0 0 40px;
	width: 440px;
}

#body .right {
	float: right;
	padding: 20px 40px 0 0;
	width: 440px;
}

#body .clear {
	clear: both;
	height: 1px;
}

#body h2 {
	font-size: 11px;
	text-decoration: underline;
}

#body p {
	font-size: 9px;
	color: #515151;
}

#body p.top {
	margin-bottom: 20px;
	font-size: 11px;
}

#body h2.top {
	color: #006394;
	padding-bottom: 5px;
	font-size: 14px;
	text-decoration: none;
}