input {
	background-color: #E9E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-style:outset;
	width: 250px;
}

checkbox {
	background-color: #E9E8E8;
}

select {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-style:outset;
	text-transform: uppercase;
	width: 250px;
}

button {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1 px solid #000000;
	height: auto;
	width: auto;
	border-style:outset;
}

textarea {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-style:outset;
	text-align: justify;
	width: 250px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration:none;
}

a:hover	{
	color:#000000;
	text-decoration:underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	padding-left: 3;
}

.button2 {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	height: auto;
	width: auto;
	text-decoration: blink;
}

.sublinhar {
	text-decoration: underline;
}

.text {
	font-family: Arial;
	font-size: 10px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

.text01 {
	font-family: Arial;
	font-size: 17px;
	color: #155AF9;
	font-weight: bold;
}

.text02 {
	font-family: Verdana;
	font-size: 14px;
	color: #293F6D;
	font-weight: bold;
}

.name01 {
  font-family: sans-serif, Verdana, Geneva, Arial, Helvetica;
  font-weight: bold;
  font-size: 13px;
  color: #1147EE;
}


