@charset "iso-8859-1";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../img/index/fundo.jpg);
	background-attachment:fixed;

}

.textoRodape {
	font-family:Arial;
	font-size:12px;
	color:#4C4C4C;
	
}

.texto {
	font-family:Arial;
	font-size:12px;
	color:#666666;
	text-align:justify;
	letter-spacing:1px;
	line-height: 20px;	
}

.textoCinza {
	font-family:Arial;
	font-size:12px;
	color:#666666;
	letter-spacing:1px;
	line-height: 20px;	
}

.textoRoxo {
	font-family:Arial;
	font-size:12px;
	color:#7468BF;
	text-align:justify;
	letter-spacing:1px;
	line-height: 20px;	
}

.tituloTexto {color: #65ADBC; font-weight:bold} 

.tituloGrande {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7468BF;
	font-size:14px;
}
.tituloGrandePreto {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	font-size:12px;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	color: #7468BF;
}

input,textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	letter-spacing:1px;
}

.nomeCheck {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #7468BF;
}
.textoCheck {
	font-family: Arial, Helvetica, sans-serif;
	color: #7468BF;
	font-weight: bold;
	font-size: 12px;
}

.boderTable 
{
	border: 1px solid #CCCCCC;
}

a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration:underline;
}
a:active
{  
	text-decoration: none;
}

.erro 
{
 font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}
