table {
	border: 1px solid #CBA067;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.topico {
	font-size: 14px;
	font-weight: bold;
	color: #794B1A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu {
	font-size: 11px;
	font-weight: bold;
	color: #794B1A;
	text-decoration: none;
	cursor: hand;
}
.entrar_registrar {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	cursor: hand;
}
.cabecalho_administracao {
	font-size: 11px;
	font-weight: bold;
	color: #794B1A;
	text-decoration: none;
}
.titulo {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.autor {
	font-size: 10px;
	color: #000000;
}
.data {
	font-size: 10px;
	font-style: italic;
	color: #000000;
}
.subtitulo {
	font-size: 12px;
	color: #000000;
}
.texto {
	font-size: 10px;
	color: #000000;
}
.pequeno {
	font-size: 9px;
	color: #666666;
}
.resposta {
	font-size: 12px;
	font-weight: bold;
	color: #396088;
}

.cima {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: CBA067;
	border-right-color: CBA067;
	border-bottom-color: CBA067;
	border-left-color: CBA067;
}

.baixo {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: none;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: CBA067;
	border-right-color: CBA067;
	border-bottom-color: CBA067;
	border-left-color: CBA067;
}

.completa {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: CBA067;
	border-right-color: CBA067;
	border-bottom-color: CBA067;
	border-left-color: CBA067;
}

.esquerda {
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: CBA067;
}
.direita {
	border-right-width: 0px;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: solid;
	border-right-color: CBA067;
}
.botao {
	color: #333333;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: hand;
}
.link_cinza {
	color: #777777;
	text-decoration: underline;
}
.link_preto {
	color: #000000;
	text-decoration: underline;
}
body {
	margin: 0px;
	background-color: #FFFFFF;
}
.caixa_de_texto {
	color: #333333;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.campo_obrigatorio
  {
	color: #FF0000;
    font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
.divisor
{
	font-size: 8px;
}