@import url("borda.css");

body {
	font-family: Arial;
	font-size: 10pt;
	text-align: center;
	background: url('Imagens/fundo.jpg') fixed 50% 50%;
}

div {
	border-collapse: collapse;
	
	width: 100%;
	background: #FFF;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

a:hover {
	color: #00F;
}

p {
	text-align: justify;
}

.dMain {
	width: 900px;
	text-align: center;
	background: transparent;
}

.dTop {
	height: 200px;
	vertical-align: bottom;
	background: #FFF;
}

.dLogo {
	height:178px;
}

.dNav {
	height: 22px;
	/*background: url('Imagens/barra.jpg');*/
	background: #000;
}

.dNavItem {
	background: url('Imagens/barra.jpg');
	float: left;
	height: 20px;
	width: auto;
	border: solid 1pt #000;
	font-weight: bolder;
	font-size:10pt;
	text-align: center;
	padding-left:  9px;
	padding-right: 9px;
}

.dBody {
	/*height: 600px;*/
	clear: both;
	text-align:justify;
}

.dPrincipal {
	height: 100%;
	width: 59%;
	float: left;
}

.dSecundario {
	height: 100%;
	width: 39%;
	float: right;
}

.dFoot {
	/*height: 100px;*/
	clear: both;
}

.dConteudo {
	border: solid 1pt #1090F0;
	margin: 1%;
	width: 95%;
}

.dConteudo .dTitulo {
	background: url('Imagens/barra.jpg');
	font-size: 12pt;
	font-weight: bold;
}

.dConteudo .dTexto {
	padding: 10px;
	width: 95%;
}

#fPrincipal {
	width: 100%;
	height: 250px;
}

.tPessoas {
	padding: 10px;
	color: #000;
	text-align: justify;
}

table.tPessoas tr th {
	background: url('Imagens/barra.jpg');
}

table.tPessoas tr td {
	background: #eee;
}

#caixa{
	background: transparent;
	width:100%;
	height:500px;
	overflow:hidden;
}

#marquee{
	width:100%;
	background:transparent;
}
