@charset "utf-8";
/*  CSS Document  */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #000000 url(../images/bg_001.jpg) no-repeat center top;
}
#base_geral {
	position:relative;
	margin:0 auto;
	width:951px;
	top:0;
}
#conteudo {
	position:absolute;
	margin:0;
	padding:0;
	width:951px;
	background-color:#FFF;
	top:167px;
	left:0;
	z-index:1;
}
#conteudo_literal {
	float:right;
	margin:0;
	padding:0;
	width:686px;
	margin-top:18px;
	margin-right:16px;
}
body,td,th, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}
#rodape_div {
	float:right;
}
a:link {
	color: #7A2321;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7A2321;
}
a:hover {
	text-decoration: underline;
	color: #7A2321;
}
a:active {
	text-decoration: none;
	color: #7A2321;
}

