﻿/********texto********/
/*cinza escuro*/
.texto1
 {
	font-family: Tahoma;
	font-size: 12px;
	color: #424242;
	text-decoration: none;
}
/*branco*/
.texto2
 {
	font-family: Tahoma;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
/*cinza*/
.textoRodape
 {
	font-family: Tahoma;
	font-size: 10px;
	color: #505353;
	text-decoration: none;
}
/*cinza*/
.textoRodapeB
 {
	font-family: Tahoma;
	font-size: 10px;
	color: #505353;
	font-weight:bold;
	padding-top:5px;
}




/*****************menu****************/
.menu1
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	background:url("btnFundo.jpg");
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	text-decoration:none;
}
.menu1:hover
{
	text-decoration: underline
}


/****titulo*****/
.titulo
{
	font-family:Tahoma;
	font-size:20px;
	color:#252525;
	background:url("titulo.jpg");
}
.titulo2
{
	font-family:Tahoma;
	font-size:15px;
	color:#252525;
}
/*****erro****/
/*vermelho*/
.erro
{
	font-size: 7pt;
	font-weight: bold;
	font-family: Verdana;
	color: red;
}

/*azul*/
.aviso
{
	color:#053354;
	font-family:Tahoma;
	font-size:13px
}

