.textobranco {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.textoazul {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	color: #00FFFF;
}
.textopreto {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 11px;
	color: #333333;
}
.fundocontato {
	background-attachment: scroll;
	background-image: url(images/tit_linha_fundo_contato.gif);
	background-position: left top;
}
.campo {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.botao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #ffffff;
	margin: 1px;
	padding: 1px;
	height: 18px;
	width: 45px;
	border: 1px solid #CCCCCC;
}
