
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #dcdcdc;
}

.texto1 {
	color: Black;
	font-family: Arial;
	font-size: 11px;
	text-decoration : none;
}

.textoForm1 {
	color: Black;
	font-family: Arial;
	font-size: 12px;
	text-decoration : none;
}

a.texto1:hover {
	color: #FF6603;
	font-family: Arial;
	font-size: 11px;
	text-decoration : underline;
}



.titulo1 {
	color: #6683b5;
	font-family: Arial;
	font-size: 14px;
	text-decoration : none;
	font-weight: bold;
}

.titulo2 {
	color: #6683b5;
	font-family: Arial;
	font-size: 12px;
	text-decoration : none;
	font-weight: bold;
}

.vejamais {
	color: #6683b5;
	font-family: Arial;
	font-size: 10px;
	text-decoration : none;
	line-height: normal;
	font-weight: bold;
}

a.vejamais:hover {
	color: #6683b5;
	font-family: Arial;
	font-size: 10px;
	text-decoration : none;
	line-height: normal;
	font-weight: bold;
}


	
.rodape {
	color: White;
	font-family: Arial;
	font-size: 11px;
	text-decoration : none;
}

a.rodape:hover {
	color: White;
	font-family: Arial;
	font-size: 11px;
	text-decoration : underline;
}


.formCampo {
	border : 1px solid #6683b5;
	font-family : Arial;
	color : Black;
	font-size: 11px;
	background: #E4E4E4;
}

.form_btn {
	border : 1px solid #6683b5;
	font-family : Arial;
	color : White;
	font-size: 10px;
	background: #6683b5;
}

