body {
 font-family: Arial;
 font-size: 12px;
 margin: 0px;
} 

/* Formulários */

.formulario {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	border: 1px solid #CEC1B9;}

	
/* Textos - Arial */

/* Cinza */

.texto1a {
	font-family: Arial;
	font-size: 18px;
	line-height:120%;
	color: #58595B;}
	
.texto1b {
	font-family: Arial;
	font-size: 12px;
	line-height:120%;
	color: #58595B;}
	
.texto1c {
	font-family: Arial;
	font-size: 10px;
	line-height:110%;
	color: #58595B;}
	
/* Azul */	
	
.texto2a {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;}

.texto2b {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;}
	
.texto2c {
	font-family: Arial;
	font-size: 10px;
	color: #FFF;}

/* Citação - Arial */

/* Cinza */

.citacao1a {
	font-family: Arial;
	font-size: 14px;
	font-style:italic;
	color: #58595B;}
	
.citacao1b {
	font-family: Arial;
	font-size: 12px;
	font-style:italic;
	color: #58595B;}
	
.citacao1c {
	font-family: Arial;
	font-size: 10px;
	font-style:italic;
	color: #58595B;}
	
/* Títulos - Arial */

/* Preto */

.titulo1a {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;}
	
.titulo1b {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;}
	
.titulo1c {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;}

/* Azul */

.titulo2a {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #55C147;
	text-decoration: none}


.titulo2b {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #0994D5;}


.titulo2c {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #00AEEF;}

/* Laranja */

.titulo3a {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #F15A29;}
	
.titulo3b {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #F15A29;}

.titulo3c {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #F15A29;}

/* Vermelho */

.titulo4a {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #BE1E2D;}
	
.titulo4b {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #BE1E2D;}
	
.titulo4c {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #BE1E2D;}
	


/* Links - Arial */

/* Preto */

.link1a{
color: #58595B;
font-family: Arial;
font-size: 14px;
text-decoration: none; }

.link1a:hover {
color: #00AEEF;
text-decoration: none;}


.link1b{
color: #58595B;
font-family: Arial;
font-size: 12px;
text-decoration: none; }

.link1b:hover {
color: #00AEEF;
text-decoration: none;}


.link1c{
color: #58595B;
font-family: Arial;
font-size: 10px;
text-decoration: none; }

.link1c:hover {
color: #00AEEF;
text-decoration: none;}

/* Azul */

.link2a{
color: #00AEEF;
font-family: Arial;
font-size: 18px;
text-decoration: none; }

.link2a:hover {
color: #000000;
text-decoration: none;}


.link2b{
color: #00AEEF;
font-family: Arial;
font-size: 12px;
text-decoration: none; }

.link2b:hover {
color: #000000;
text-decoration: none;}


.link2c{
color: #00AEEF;
font-family: Arial;
font-size: 10px;
text-decoration: none; }

.link2c:hover {
color: #000000;
text-decoration: none;}


/* Laranja */

.link3a{
color: #F7931E;
font-family: Arial;
font-size: 14px;
text-decoration: none; }

.link3a:hover {
color: #000000;
text-decoration: none;}


.link3b{
color: #F7931E;
font-family: Arial;
font-size: 12px;
text-decoration: none; }

.link3b:hover {
color: #000000;
text-decoration: none;}


.link3c{
color: #F7931E;
font-family: Arial;
font-size: 10px;
text-decoration: none; }

.link3c:hover {
color: #000000;
text-decoration: none;}


/* Vermelho */

.link4a{
color: #BE1E2D;
font-family: Arial;
font-size: 14px;
text-decoration: none; }

.link4a:hover {
color: #000000;
text-decoration: none;}


.link4b{
color: #BE1E2D;
font-family: Arial;
font-size: 12px;
text-decoration: none; }

.link4b:hover {
color: #000000;
text-decoration: none;}


.link4c{
color: #BE1E2D;
font-family: Arial;
font-size: 10px;
text-decoration: none; }

.link4c:hover {
color: #000000;
text-decoration: none;}

/* Elementos */

.pontilhado {
	border-bottom: dashed;
	border-top:dashed;
	border-bottom-color:#00AEEF;
	border-top-color:#00AEEF;
	border-width:thin}
