/* Formatação Formulários */

.Formulario {
	font-family: Arial;
	font-size: 10px;
	color: #00AEEF;
	border: 1px solid #CEC1B9;}

/* Formatação Arial */

.Cinza {
	font-family: Arial;
	font-size: 11px;
	color: #666666;}
	
.Laranja {
	font-family: Arial;
	font-size: 11px;
	color: #F7931E;}

.Branco {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;}
	
.TituloAzul {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #00AEEF;}
	
.TituloCases {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #F7931E;}

.TituloLaranja {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #F7931E;}
	
.TituloCinza {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;}
	
.TituloBranco {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;}
	
/* Links Arial */

.LinkArial10azul {
color: #1B75BC;
font-family: Arial;
font-size: 11px;
text-decoration: none; }

.LinkArial10azul {
color: #1B75BC;
text-decoration: none;}

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

.Link1:hover {
color: #333333;
text-decoration: none;}

.Link2{
color: #ffffff;
font-family: Arial;
font-size: 11px;
text-decoration: none; }

.Link2:hover {
color: #CCCCCC;
text-decoration: none;}