@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#E6EBEE;
	font-size:14px;
	color:#58595B;
}
.clear {
	clear:both;
}
.line1 {
	width:900px;
	border-top:#B7282E solid 1px;
	line-height:0px;
	height:0;
}
.line2 {
	width:900px;
	border-top:#C88875 solid 1px;
	line-height:0;
	height:0;
}
p {
	line-height:180%;
	font-weight:bolder;
}
img{
	border:0;
}