a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

.BodyEntrada {
	background: #B1B18F url('Imagens/Fundo.gif') repeat-x center top;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	margin-width: 0px;
	margin-height: 0px;
	overflow-x:hidden;
	overflow-y:scroll;
}

td {
	font-family: Verdana;
	font-size: 10pt;
}

.FormText {
	font-family: Verdana;
	font-size: 8pt;
	color: #B22A1C;
	text-align: left;
	text-indent: 2;
	width: 280;
	border: 2px inset #B22A1C;
	margin-left: 2;
	margin-right: 2;
	background-color: #FBE6E3;
}

.FormTextArea {
	font-family: Verdana;
	font-size: 8pt;
	color: #B22A1C;
	text-align: left;
	text-indent: 2;
	width: 568;
	border: 2px inset #B22A1C;
	margin-left: 2;
	margin-right: 2;
	background-color: #FBE6E3;
}

.FormBotao {
	width: 80;
	height: 26;
	border-style: solid; border-width: 0;
	background-image: url('Imagens/FormBotao.gif');
	background-repeat: no-repeat; background-attachment: scroll;
	background-position: left center;
	color: #FFE1FF;
	font-size: 9pt;
	font-family: Arial;
	font-weight: bold
}