@charset "utf-8";
/* CSS Document */

#privacyBox {
	width:580px;
	margin:0 auto 2em;
}

#privacy h1 {
	height:auto;
	line-height:normal;
	font-size:90%;
	font-weight:bold;
	color:#333;
	padding:0 0 0.4em 0;
	background-color:#FFF;
	margin:0 0 1.5em 0;
	border-bottom:1px solid #999;
}

#privacy dl {
	margin-bottom:2em;
}

#privacy dt {
	font-weight:bold;
	line-height:1.4;
	margin-bottom:.2em;
}

#privacy dd {
	line-height:1.5;
	margin:0 0 2em 1em;
}
