/* Estrutura ---------------------------------------------------------------- */

#conteudo {
	display						: block;
}

H1.titulo_gate {
	font-size					: 12px;
}

.titulo {
	color						: #FFFFFF;
	display						: block;
	width						: 100%;
	background-color			: #7A4107;
	height						: 36px;
}

/* Tabelas ------------------------------------------------------------------ */

TABLE.tabela_registro {
	padding								: 0px;
	font-size							: 11px;
	margin								: 15px;
	color									: #333333;
	border								: 0px;
}

TABLE.tabela {
	padding						: 0px;
	font-size					: 10px;
	margin						: 10px;
	color						: #333333;
	border						: 1px solid #CCCCCC;
}

TABLE.tabela TR TD {
	padding						: 4px;
	padding-right				: 8px;
}

TABLE.tabela TR.linha_titulo TD {
	background-color			: #DEDEDE;
	border						: 0px;
	font-size					: 11px;
}

TABLE.tabela TR TD {
	border-top					: 1px solid #DEDEDE;
	background-color			: #FFFFFF;
}

TABLE.tabela TR TD.separador {
	border-right					: 1px solid #DEDEDE;
}

/* Textos ------------------------------------------------------------------- */

H1 {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 16px;
	font-weight					: bolder;
	display						: block;
	margin						: 8px;
}

.lateral H1 {
	display						: inline;
}

H2 {
	font-family					: Arial, Helvetica, sans-serif;
	font-size					: 11px;
	display						: block;
	margin						: 8px;
}

/* Uteis -------------------------------------------------------------------- */

HR {
	height						: 1px;
	clear						: both;
	color						: #CCCCCC;
}

.limpo {
	clear						: both;
}

.direita {
	width						: 486px;
	text-align					: right;
}

.alin_direita {
	float						: right;
}

/* Links -------------------------------------------------------------------- */

A:ACTIVE,A:LINK,A:VISITED {
	color						: #E58D48;
	text-decoration				: none;
	cursor						: pointer;
}

A:HOVER {
	color						: #E58D48;
	text-decoration				: underline;
}