BODY 
{
  background-color: transparent;
  font-family:Arial;
  font-size:11spt;
  color:darkblue;
  cursor:auto;
  text-decoration:none;
}

.title
{
  font-family:Arial;
  color:darkblue;
  font-weight:bold;
  font-size:11pt;
}


.insert-error
{
  font-family:Verdana,Arial;
  color:red;
  font-size:11pt;
  font-weight:normal;
}

.botao
{
	border: 1px solid black;
	font-weight: bold;
	background: #FF9966;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
	text-align: center;


}

input 
{
  border: 1px solid black;
}

