.main_body .one{
	float: left;
	width: 475px;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0 0 0 40px;
	border: 1px solid #919191;
}
.main_body .two{
	float: right;
	width: 250px;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 0 40px 0 0;
	border: 1px solid #919191;
}
.clear{
	clear: both;
}
.one .title{
	font-family: calibri, tahoma;
	font-size: 12pt;
	font-weight: bold;
	margin: 15px 5px 5px 5px;
	padding: 0 0 3px 0;
	width: auto;
	border-bottom: 1px solid #cccccc;
}
.one .default{
	font-family: calibri, tahoma;
	font-size: 10pt;
	text-align: justify;
	letter-spacing: .8pt;
	line-height: 12.5pt;
	padding: 0 5px;
}