@charset "utf-8";
/* CSS Document */

#firstTxt{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: dotted 1px #CCCCCC;
}

#privacyTxt li{
	list-style-type: square;
	margin: 0 0 20px 20px;
}

#privacyTxt ol li{
	list-style-type: decimal;
	margin: 5px 0 0 20px;
}

#date{
	text-align: right;
}

#contact{
	margin: 30px 0 0 0;
}

#contact h3{
	font-weight: bold;
}

#contact p{
	margin: 5px 0 10px 0;
}