/* CSS Document */

*{
	font-family: Trebushet MS, Tahoma, Verdana;
	font-size:11px;
	border:0;
	text-align:justify;
}

body{
	margin:0;
	padding:0;
	background:#8f0500;
}

#geral{
	width:750px;
	background:#fff;
	margin:auto;
}

#aguarde{
	width:750px;
	height:338px;
	margin-left:-375px;
	margin-top:-169px;
	position:absolute;
	left:50%;
	top:50%;
	border:solid 2px #fff;
}

#topo{
	width:750px;
	height:170px;
}


#conteudo{
	width:710px;
	margin-top:10px;
	padding:20px;
}

#rodape{
	position:relative;
    padding: 0px;
    margin: 0px;
	width: 100%;
    bottom: 0px;
    height: 20px;
	background-color:#943936;
}


p{
	font-weight:normal;
	color:#000;
}


h2{
	font-size:13px;
	color:#000;
}

.linha_vermelha{
	font-size:11px;
	color:#943936;
}

.linha_preta{
	font-size:11px;
	color:#000;
}


a.link:link, a.link:active, a.link:visited, a{
	font-size:11px;
	color:#943936;
	text-decoration:none;
	
}

a.link:hover{
	font-size:11px;
	color:#943936;
	text-decoration:underline;
}

.btvoltar{
	padding-left:450px;
}

.nome{
	width:200px;
}
