body {
	margin: 0px;
}
.text {
	font-family: Arial;
	font-size: 10px;
}
input {
	font-family: Arial;
	font-size: 10px;
}
textarea {
	font-family: Arial;
	font-size: 10px;
}
.cor_laranja {
	color: #F37800;
}
.erro {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #EA7500;
	border: 1px solid #FFCC99;
	background-color: #FFFAF4;
}
.certo {
	font-family: Arial;
	font-size: 12px;
	color: #FF9900;
}
.texto_fonte {

	font-family: Arial;
	font-size: 12px;
}
.desabilitado {
	background-color: #F37800;
	color: #FFFFFF;
}
.desabilitado2 {
	background-color: #FFE3AA;
}
.topo_text {
	font-family: Arial;
	font-size: 13px;
	color: 7b858e;
	font-weight: bolder;
	clip: rect(auto,auto,auto,auto);
}

a:link {
	font-family: Arial;
	font-size: 10px;
	line-height: normal;
	text-decoration: none;
	color: #000000;
}
a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	line-height: normal;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	line-height: normal;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	line-height: normal;
	text-decoration: none;
}
.cinza {
	color: #666666
}
.text_10 {
	font-family: Arial;
	font-size: 10px;
}
#aviso {
	position:absolute;
	left:auto;
	top:auto;
	width:470px;
	height:215px;
	z-index:1;
	opacity: .9;
	filter:alpha(opacity=90);
}
