body
{
	background-color: ghostwhite;
}
.form_tabela
{
	padding-bottom: 2px;
	border-top-style: none;
	padding-top: 2px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.form_titulo1
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.form_titulo2
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}
.form_legenda
{
	font-family: Arial;
	font-size: 11px;
	text-align: right;
}
.form_campo
{
	border-style: none;
	border-width: 0px;
	font-family: Arial;
	font-size: 11px;
}
.form_texto
{
	border-style: none;
	border-width: 0px;
	font-family: Arial;
	font-size: 12px;
}
.form_erro
{
	font-family: Arial;
	font-size: 11px;
	color: Red;
}
.form_opcao
{
	border-style: none;
	border-width: 0px;
	font-family: Arial;
	font-size: 10px;
}
.form_botao
{
	font-weight: bold;
	font-size: 12px;
	width: 80px;
	color: white;
	border-top-style: none;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: midnightblue;
	border-bottom-style: none;
}
.form_rodape
{
	font-family: Arial;
	font-size: 12px;
}
a:link
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
a:visited
{
	font-family: Arial;
	font-size: 12px;
	color: Black;
	text-decoration: none;
}
a:hover
{
	font-family: Arial;
	font-size: 12px;
	color: Red;
	text-decoration: underline;
}
