@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg_fundo.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.tituloDestaqueBranco{
	font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	color: white;
}

.tituloDestaqueAzul{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #00a6e3;
}

.tituloBranco{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
.linkBranco16{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.tituloBranco14{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: white;
}
.linkBranco14{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

.linkTema{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.linkMarcado{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	font-weight: bold;
}

.texto{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: white;
}

.botao  {
	width:76px;
	height:25px;
	background-color: #009933;
	background-image: url(../img/bt_enviar.gif);
	border:none;
	text-align:center;
}
