#conteudo h2 {
	font-size: 14px;
	line-height: 20px;
	background-image: url(../images/padrao/detalhe_conteudo.jpg);
	background-position: left;
	background-color: #FFAE1A;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}
#conteudo h3 {
	margin-left: 10px;
	color: #333333;
}
#conteudo address {
	margin-left: 10px;
	margin-bottom: 5px;
	height: 100px;
	margin-top: 5px;
}


#conteudo p {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#conteudo p a {
	color: #999;
	text-decoration: underline;
}
#conteudo p a:hover {
	color: #F60;
	text-decoration: none;
}

#conteudo  ul {
	margin-right: 10px;
	margin-left: 10px;
}
#conteudo li {
	background-image: url(../images/padrao/marcador_conteudo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	line-height: 20px;
}
#conteudo form {
	margin-left: 10px;
}
#conteudo button {
	background-image: url(../images/padrao/btn_enviar.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px none #FFFFFF;
	line-height: 25px;
	display: block;
	height: 25px;
	width: 130px;
	color: #333333;
}
#conteudo label {
	display: block;
	margin-top: 1px;
}
