@charset "utf-8";

#customer_stories{
	margin-left:40px;
}

#customer_stories h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size:50px;
	font-weight:normal;
	margin-top:30px;
	color:#F58220;
}

.line{
	border-top:1px solid #bbb;
	height:10px;
}

#customer_stories p{
	font-size: 14px;
	font-weight: normal;
	color: #555;
	line-height: 22px;
	margin-bottom: 12px;
	font-style: italic;
}

#customer_stories p.customer{
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 40px;
}

#customer_stories p.customer strong{
	color:black;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
}