@charset "utf-8";
/* CSS Document */

body {
	background-color: #EDEBE2;
	margin-top: 0px;
	font-family: Verdana;
	font-size:7pt;
	color:#FFFFFF;
}

.titulo {
	font-size:9pt;
	color: #2H4867;
	font-weight:normal;
}

.texto {
	color: #2F4867;
}

.texto2 {
	color:#FFFFFF;
}

.texto3 {
	color: #F16522;
}

.texto4 {
	font-size:12px;
	color:#F16522;
}

a {
	color: #F16522;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color:#F16522;
}

#mensagem {
	width:100%
}

input {
	width:100%;
	height:15px;
}

#enviar {
	width: 25%;
	height:20px;
}

#divcenter {
	height: 580px;
	width: 994px;
	margin-top: -290px;
	margin-left: -497px;
	position: absolute;
	left: 50%;
	top: 50%;
}
