BODY
{
	margin-top: 0px;
	margin-left: 0px;
	background-color: #efefef;
}
A:link, A:visited
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
A:hover
{
	font-size: 12px;
	color: blue;
	font-family: Arial;
	text-decoration: underline;
}
.mensagem
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
}
.mensagem_centro
{
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-align: center;
}
.erro
{
	font-size: 11px;
	color: red;
	font-family: Arial;
}
.legenda
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	text-align: right;
}
.titulo_simples
{
	font-size: 12pt;
	color: black;
	font-family: Arial;
}
.titulo_centro
{
	font-size: 12pt;
	color: black;
	font-family: Arial;
	text-align: center;
	font-weight: bold
}
.cabecalho_centro
{
	font-size: 12px;
	color: black;
	font-family: Arial;
	text-align: center;
	font-weight: bold
}
.botao
{
	font-weight: bold;
	font-size: 12px;
	cursor: hand;
	color: white;
	border-top-style: none;
	font-family: Arial;
	border-right-style: none;
	border-left-style: none;
	background-color: #7a96df;
	border-bottom-style: none;
}
.menu
{
	background-color: Silver;
	font-family: Arial;
	font-size: 9pt;
	height: auto;
	color: White;
	text-decoration: none;
	table-layout: fixed;
}
.campo_texto
{
	border-right: #666666 0px solid;
	border-top: #666666 0px solid;
	font-size: 12px;
	border-left: #666666 0px solid;
	color: black;
	border-bottom: #666666 0px solid;
	font-family: verdana;
	height: 18px;
	background-color: white;
	text-decoration: none;
}
