/****************************** TITULO E PARAGRAFO ******************************/
	.conteudo h1 {
		font-weight: bold;
		font-style: normal;
		font-size: 26px;
		color: #65bb49;
		text-align: left;
		line-height: normal;
		text-transform: uppercase;
		margin: .50em 0;
	}


	.conteudo h2 {
		font-weight: bold;
		font-style: normal;
		font-size: 1.5em;
		color: #65bb49;
		text-align: left;
		line-height: normal;
		text-transform: uppercase;
		margin: .3em 0 .8em 0;
	}

		.conteudo h3 {
		font-weight: bold;
		font-style: normal;
		font-size: 18px;
		color: #65bb49;
		text-align: left;
		line-height: normal;
		text-transform: uppercase;
	}

	.conteudo h4{
		font-weight: 300;
		font-style: normal;
		font-size: 21px;
		color: #65bb49;
		text-align: center;
		line-height: normal;
		text-transform: uppercase;
		margin-top: 5px;
		margin-bottom: 5px;
	}


	.conteudo p {
		font-weight: 400;
		font-style: normal;
		font-size: 13px;
		color: #4f4f4f;
		text-align: left;
		line-height: 20px;
	}

	.conteudo p b{
		font-weight: bold;
		font-style: normal;
		font-size: 13px;
		color: #4f4f4f;
		text-align: left;
		line-height: 25px;
	}

	.conteudo a {
	text-decoration: underline;
	color: #65bb49;
	text-align: left;
	}

	.conteudo a:hover {
	text-decoration: none;
	color: #65bb49;
	text-align: left;
	}

	/*****************************************/
	.maior {
		background-color: #65bb49;
	}
	.menor {
		background-color: #428e29;
		color: #ffffff;
		font-size: .8em;
		padding: 0;
		text-align: right;
	}