@charset "utf-8";
<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/fd.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #548193;
}
	
a:link {
	color: #548193;
	text-decoration: none;
}
a:visited {
	color: #548193;
	text-decoration: none;
}
a:hover {
	color: #395864;
	text-decoration: underline;
}
a:active {
	color: #548193;
	text-decoration: none;
}

.campo_formulario {
	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: #a0d3f2;
	border-right-color: #a0d3f2;
	border-bottom-color: #a0d3f2;
	border-left-color: #a0d3f2;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #8fb6c9;
}

.Branco {color: #FFFFFF}
-->