@CHARSET "utf-8";

div#conteúdo h2 {
	margin-bottom: 5px;
}

div#conteúdo dl.CSS3_last-of-type dd {
	margin-bottom: 13px;
}

div#conteúdo form div + p {
	text-align: right;
	width: 232px;/*220 + as bordas + os paddings*/
}

div#conteúdo form {
	margin-bottom: 25px;
}

div#conteúdo p {
	line-height: 18px;
	text-align: justify;
	margin-bottom: 12px;
}

div.endereço {
	float: right;
	width: 180px;
	margin-top: 15px;
}

div.endereço span {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div.endereço span span {
	font-size: 15px;
	margin-left: 2px;
}

/*Formatação exclusiva do IE*/
div#conteúdo form p.IE6_adjacenteDiv {
	text-align: right;
	width: 232px;/*220 + as bordas + os paddings*/
}