body {
	background-color: #666666;
	font-family: Verdana;
	color: #050000;
	text-decoration: none;
	word-spacing: -0.05em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.7em;
	font-size: 11px;
}
img {
	border: none;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
a:link {
	color: #00A8FF;
	text-decoration: none;
}
a:visited {
	color: #00A8FF;
	text-decoration: none;
}
a:hover {
	color: #00A8FF;
	text-decoration: underline;
}
a:active {
	color: #00A8FF;
	text-decoration: none;
}
hr {
	margin-top: 8px;	/* Redefinir no fim */
	margin-bottom: 15px;
}
/* ---- */
/* divs */
/* ---- */
div.cabecalho {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 900px;
	height: 357px;
	margin-left: -450px;
	z-index: 20;
	overflow:hidden;
	vertical-align:top;
}
div.geral {
	position: absolute;
	left: 50%;
	top: 357px;
	margin-left: -450px;
	width: 900px;
	height: auto;
	z-index: 10;
}
td.margem_esq {
	width: 23px;
	background-image: url(imagens/gradie_lateral_esq.gif);
	background-repeat: repeat-y;
}
td.margem_dir {
	width: 23px;
	background-image: url(imagens/gradie_lateral_dir.gif);
	background-repeat: repeat-y;
}
td.menu_topo {
	background-color: #000000;
	color: #FFFFFF;
}
td.menu_centro {
	width: 189px;
	background-color: #444444;
	background-image: url(imagens/fundo_index.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	padding-top: 45px;
	font-size: 9px;
	line-height: 1.3em;
	color: #CCCCCC;
}
td.menu_centro a {
	color: #CCCCCC;
	text-decoration: none;
}
td.menu_centro a:hover {
	color: #00A8FF;
	text-decoration: none;
}
td.menu_dir {
	width: 205px;
	background-color: #FF0000;
	vertical-align: top;
	padding: 45px 0px 0px 0px;
	color: #FFFFFF;
}
td.conteudo {
	width: 400px;
	padding: 45px 30px 0px 30px;
	vertical-align: top;
	background-color: #FFFFFF;
	color: #000000;
}
input, textarea {
	font-family: inherit;
	font-size: 11px;
	border: 1px solid #444444;
	background: url(imagens/fundo_textbox.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
