.conteudo h2 {
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #A88300;
	background-image: url(../images/h2_layout.jpg);
	background-repeat: no-repeat;
	background-position: left 1px;
	padding-left: 35px;
}
.conteudo h2 a {
	font-size: 15px;
	font-weight: bold;
	color: #A88300;
	line-height: 30px;
	height: 30px;
}

.conteudo h3 {
	color: #8FA0BA;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.conteudo h3 a {
	color: #8FA0BA;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.conteudo li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
.conteudo a {
	text-decoration: none;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
}
.conteudo a:hover {
	font-weight: bold;
	text-decoration: underline;
}
.conteudo div li {
	list-style-type: square;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.conteudo div ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;

}

