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

#legals {
	margin: 5px 0 0 0;
	float:left;
	background-color:#221e1f;
	width:580px;
	overflow:hidden;
}

#legals_container {
	margin:20px;
}

#legals h1{
	font-size:11px;
	line-height:11px;
	margin:0px 0 5px 0;
}

#legals h2{
	font-size:11px;
	line-height:11px;
	display:inline;
	font-weight:bold;
}

#legals p{
	font-size:10px;
	line-height:10px;
	text-align:justify;
}