@charset "utf-8";
/* CSS Document */

.style1 {
	color: #FF0000;
	font-weight: bold;
}
body {
	background-color: #F2EBCE;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #060;
	border: 1px solid #F90;
	padding: 3px;
}
select {
	font-size: 11px;
	color: #060;
	border: 1px solid #F90;
	padding: 3px;
}
menu {
	font-size: 11px;
	color: #060;
	border: 1px solid #F90;
	padding: 3px;
}
table {
	text-align: left;
	vertical-align: top;
}
.botao {
	font-size: 11px;
	color: #FFF;
	background-color: #060;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.linhas {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #060;
}
.titulos_verde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #060;
}
.texto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
.quadros {
	background-color: #FFF;
	border: 1px solid #FC6;
	padding: 7px;
}
.titulos_laranja {
	font-weight: bold;
	color: #FF9900;
}

