/*===(		TEMPLATE CONTATO - INÍCIO		)===*/

#conteinerMeioSuperiot
{
	overflow: auto;
	width: 594px;
	height: auto;
	background-color: #FFF;
}


#conteinerArtigos
{
	float: left;
	width: 370px;
	padding-bottom: 10px;
	margin-right: 10px;
	text-align: right;
	background-color: #FFF;
	border-bottom: 2px solid #9ed256;
}
#topicoArtigos
{
	height: 25px;
	padding-left: 40px;
	padding-top: 8px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #75a231;
	text-align: left;
	background-image: url(../imagens/topico_verde.gif);
	background-repeat: no-repeat;
}
#artigo
{
	overflow: auto;
	width: 370px;
	height: auto;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f7f7f7;
	text-align: justify;
	background-color: #FFF;
}
#artigo img
{
	float: left;
	margin-right: 5px;
}



#tituloVerde
{
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #75a231;
	text-decoration: none;
}
#tituloVerde a:link, #tituloVerde a:visited
{
	text-decoration: none;	
	color: #75a231;

}
#tituloVerde a:hover
{
	text-decoration: underline;
} 



a.linkNormal
{
	color: #666666;
	text-decoration: none;

}
a.linkNormal:hover
{
	color: #333333;
}




#palavras
{
	float: right;
	width: 204px;
	height: 60px;
	background-color: #999900;
}




#conteinerAulas
{
	float: right;
	width: 203px;
	padding-bottom: 10px;
	text-align: right;
	background-color: #FFF;
	border-bottom: 2px solid #ff9900;
}
#topicoAulas
{
	float: right;
	width: 174px;
	height: 20px;
	padding-left: 30px;
	padding-top: 5px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #ff9900;
	text-align: left;
	background-image: url(../imagens/topico_laranja.gif);
	background-repeat: no-repeat;
}
#aula
{
	overflow: auto;
	width: 200px;
	height: auto;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #f7f7f7;
	text-align: justify;
	background-color: #FFF;
}
#aula img
{
	float: left;
	margin-right: 5px;
}

#tituloLaranja
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
}
#tituloLaranja a:link, #tituloLaranja a:visited
{
	text-decoration: none;	
	color: #ff9900;

}
#tituloLaranja a:hover
{
	text-decoration: underline;
} 

