body {
  font-family: Verdana, Arial, Helvetica;
  font-size: 9pt;
  color: #000000;
  background-color: #FB973F;
}

.texto	{
	font-family: Verdana, Tahoma, Arial;
	font-size: 9pt;
	color: rgb(0,0,0);
	font-weight: bold;
}
.texto01	{
	font-family: Verdana, Tahoma, Arial;
	font-size: 9pt;
	color: black;
	font-weight: normal;
}
.texto_error	{
	font-family: Verdana, Tahoma, Arial;
	font-size: 8pt;
	color: red;
	font-weight: bold;
}
.texto_pie {
	font-family: Tahoma, Verdana, Arial;
	font-size: 7pt;
	color: #D7D7D7;
	font-weight: normal;
}
.input_text {
	background-color: rgb(255,255,255);
	color: rgb(0,40,82);
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
	border: 1px solid rgb(0,40,82);
	background-image: url('/images/box_shadow.gif')
}
.input_submit {
	background-color: rgb(251,151,63);
	color: rgb(0,40,82);
	font-family: Verdana, Tahoma, Arial;
	font-size: 9pt;
	font-weight: bold;
	border: 1px solid rgb(0,40,82);
	cursor: pointer;
	background-image: url('/images/box_shadow_orange.gif')

}
