/* CSS FASTHELP  
   AUTOR: CHRISTIAN BARROS
   WWW.QUALITARE.COM.BR
*/

/************************************************************************************
CORPO DO DOCUMENTO - BODY
*************************************************************************************/

body{
	background-image:url(../imagem/bg2.gif);
	margin:0;
	padding:0;
	text-align:left; 
}

a:link {
	text-decoration:none;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	color:#333;
}
a:hover {
	text-decoration:none;
	color:#FF0000;
	border-bottom-style:dashed;
	border-bottom-width:0px;
}

a:visited {
	text-decoration:none;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	color:#333;
}

.texto_sem_sublinhado:link {
	border-bottom-style:dashed;
	border-bottom-width:0px;
	color:#333;
	text-decoration:none;
}
.texto_sem_sublinhado:hover {
 	border-bottom-style:dashed;
	border-bottom-width:1px;
	text-decoration:none;
	color:#FF0000;
}

.texto_sem_sublinhado:visited {
	color:#333;
 	border-bottom-style:dashed;
	border-bottom-width:0px;
	text-decoration:none;
}
.padding_premio{
	padding:6px;
	background-color:#081817;
}

.textobranco{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}


.textocinzaescuro{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

.fundocentral{
	background-image:url(../imagem/fundo_central.jpg);
}

.fundocentral_sec{
	background-image:url(../imagem/fundo_central.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

.fundocentral2{
	background-image:url(../imagem/fundo_central2.jpg);
}

.fundorodape{
	background-image:url(../imagem/fundorodape.jpg);
}

.assinatura{
	background-color:#CACACA;
}

h1,h2,h3,h4,h5,h6{
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
margin:0px;
}

h2{
	font-size:17px;
	color:#333;
}

.formlayout{
	background-color:#fff;
	border:1px solid #ccc;
	font:11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#777;
}