/* CSS Document */


body{
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	background-color: #FAFAFA;
	topmargin: "0";
	leftmargin: "0";
	
}


table {
	border: #000000 thin;
	background-color: #FAFAFA;
}

label{
	font-family:Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	font-weight:bold;
}

hr {
	border-style:dotted;
	border-color:#abaa19;
	border-width:3pt;
	width:90%;
	text-align:left;
}

textarea {
	font-size: 10px; 
	font-family: Arial; 
	border: 1px solid #abbdcd;
}

td{ 
	border-color: #ECECEC; 
	border-left-width: 0px; 
	border-right-width: 1px; 
	border-top-width: 0px; 
	border-bottom-width: 1px; 
	font: 11px verdana, arial, helvetica, sans-serif; 
	color: #000000; 
}

.title {
	color: #ABAA19;
	font-stretch:condensed;
	vertical-align:middle;
	font-weight:bold;
}


input {
	font-size: 10px; 
	font-family: Arial; 
	float: left; 
	border: 1px solid #abbdcd;
	color:#516d88;

}
.botao {
	border: #6485a4 1px solid;
	font-family: Arial, Helvetica, sans-serif; 
	font-stretch:condensed;
	font-size:10px;
	background-color: #abbdcd;
}

.requiredFields {
	color: #516d88;
	font-size:7pt;
	font-weight:normal;
}

.erro {
 	color:#FF0000;
	/*#516d88;*/

}