@charset "utf-8";

#privacy{
	margin-left:40px;
}

#privacy 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;
}

#privacy p{
	font-size: 12px;
	font-weight: normal;
	color: #555;
	line-height: 18px;
	margin-bottom: 12px;
}

#privacy p.customer{
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 40px;
}

#privacy p.customer strong{
	color:black;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

#privacy h3,
#privacy h4{
	font-weight: normal;
	color:#111;
	margin-bottom: 10px;
	margin-top: 20px;
}

#privacy h4{
	font-size:16px;
}

#privacy h3{
	font-size:20px;
}

#privacy ul{
	color: #555;
	margin-left: 20px;
	font-size: 12px;
	line-height: 20px;
	list-style: decimal;
}

#privacy ul li{
	margin-bottom: 12px;
}