/* CSS Document */


.section{
	width: 960px;
	clear: both;
	margin: 0 auto ;	
	}
	
.section h2{
	border-bottom: 4px solid #E58100;
	margin-bottom: 27px;
}

.privacybox{
	color: #4C4C4C;
	line-height: 2.0;
	margin-left: 30px;
	margin-right: 30px;
}
	

.privacybox p{
	margin-bottom: 15px;
}

.privacybox dl{
	margin-bottom: 30px;
}

.privacybox dt{
	font-weight: bold;
}

.privacybox a:hover {
    text-decoration: none;
}

.privacybox a {
    text-decoration: underline;
    color: #4C4C4C;
}