@charset "UTF-8";
/* CSS Document */

/* Estilos de Texto  */

.margem p {
	margin-bottom: 2;
}

.carreira {
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
}

.servicoTitulo {
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
	color: #3697D9;
}

.servicoSub {
	font-family: Verdana;
	font-size:12px;
	font-weight:normal;
	color: #3697D9;
}

.formulario {
	font-family: Verdana;
	font-size:10px;
	color:#017CCF;
	background:#FFFFFF;
	border:1px solid #017CCF; /* uma borda de 1px tracejada e na cor laranja para o campo*/ 
}

.equipTab {
	font-family: Verdana;
	font-size: 10px;
	font-weight:bold;
	color: #3697D9;
}

#button {
  background: url('/images/layout/enviar.gif') bottom center no-repeat;
  border: none;
  text-indent: -900000px;
  width: 77px;
  height: 20px;
}

/* Linkis */

a:link {
	color: #3697D9;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #3697D9;
	text-decoration: none;
}
a:hover {
	color: #064BA2;
	text-decoration: none;
}
a:active {
	color: #3697D9;
	text-decoration: none;
}




