/*------------------------FONTES------------------------*/
.texto1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: 40px;
	margin-left: 10px;
	line-height: 17px;
}
/*------------------------------------------------------*/
.fonte_padrao {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	line-height: 17px;
	color: #585858;
}
.fonte_form {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #333333;
}
.fonte_amigo {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #004C98;
	font-weight:bold;
}
.texto_rodapezao {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}
.linha_central {
	background-image: url(images/linha.gif);
	background-repeat: repeat-x;
	background-position: center;
}


/*------------------------LINKS-------------------------*/
/*------------------------------------------------------*/
.link_p1 {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #585858;
	font-weight: bold;
	text-decoration: none;
}
.link_p1:hover {
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #585858;
	font-weight: bold;
	text-decoration: underline;
}

/*-----------------FUNDO E PONTILHADO-------------------*/
/*------------------------------------------------------*/
.fundo {
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color: #E8E8E8;
}
.fundo_topo {
	background-image: url(images/t_repete.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.pontilhado {
	background-image: url(images/pontilhado.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.pontilhado_indicacao {
	background-image: url(images/pontilhado_indicacao.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/*----------------------FORMULÁRIO----------------------*/
/*------------------------------------------------------*/
.input1 {
	background-color: #e6e6e6;
	border: 1px solid #666666;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #333333;
	margin-left: 4px;
	padding-left: 4px;
	height: 20px;
}

.input2 {
	background-color: #e6e6e6;
	border: 1px solid #666666;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 11px;
	color: #333333;
	margin-left: 4px;
	padding-left: 4px;
}
