﻿/* ================================ HEADINGS E TEXTOS ===============================*/

h1
{
	color: #444444;
	font-family: Arial;
	font-size: 30px;
	
}
h2
{
	color: #444444;
	font-family: Arial;
	font-size: 25px;
}

h3
{
	font-family: "Arial";
	font-size: 15px;
	font-weight: normal;
	color: #0a719c;
}
h4
{
	font-family: "Arial";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
h5
{
	font-family: "Arial";
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
h6
{
	font-family: "Arial";
	font-size: 11px;
	font-weight: normal;
	color: #ff0000;
}
#conteudo_dir_home h2 {
	color: #707070;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

p
{
	font-family: "Arial";
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
