/* CSS Document */
body {
	background-color: #ffffff;
	margin:0px;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;

}

.textoDestaque {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1a5385;
}

.textoLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0a375e;
	text-decoration:underline;
}

.textoRodape {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #E9E9E9;
	border: none;
	outline:none;
	width:134px;
	height:21px;
}
