/* CSS Document */


/* =======================
privacy policy

===================== */

div.information>p {
	margin-bottom: 30px;
	}

div.information>dl {
	margin: 0 -10px;
	padding: 0;
	border-top: 1px #000 dotted;
	border-bottom: 1px #000 dotted;
	}
	
	div.information>dl>dt {
		padding: 15px 10px;
		border-top: 1px #ccc dotted;
		}
		
		div.information>dl>dt.firstChild {
			border-top: none!important;
			}
		
		div.information>dl>dt>b {
			margin-right: 7px;
			}
		
	div.information>dl>dd {
		margin-bottom: 15px;
		padding: 0 10px;
		}