/* CSS Document */

/* Fontes */

.titulosBranco{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; color:#FFFFFF;
	font-stretch: extra-expanded;
	font-weight:bold;
	padding-right: 10;
	}
	
.textoComum{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; color:#000000;
	font-stretch: extra-expanded;
	}
	

.subTitulos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; color:#e40303;
	font-weight:bold;
	font-stretch: extra-expanded;
	}
	
	
.linkTexto{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; color:#000000;
	font-stretch: extra-expanded;
	text-decoration:none;
	}
	
.linkTexto:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; color:#000000;
	font-stretch: extra-expanded;
	font-weight:bold;
	text-decoration:underline;
	}
	
.txtEnviadoSucesso{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; color:#344f62;
	font-stretch: extra-expanded;
	font-style:italic; font-weight:bold;
	}
	
.txtEnviadoSucesso_vermelho{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px; color:#c20202;
	font-stretch: extra-expanded;
	font-style:italic; font-weight:bold;
	}
	
.txtVerifiqueEmail{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; color:#000000;
	font-stretch: extra-expanded;
    font-weight:bold;
	}
	
.td_palestrantes{
	border-bottom: 1px solid #989999;
	padding:5px;
	}
	
.cursos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; color:#ffffff;
	font-stretch: extra-expanded;
	}
	
	.cursos02{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; color:#ffc725;
	font-stretch: extra-expanded;
	}