body {
	background-color: #fff;
	margin: 0;
	font-family: ""Trebuchet MS"", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: black;
}
#geral {
	width: 760px;
	margin: 0 auto;
}
#topo {
	height: 316px;
	background: url(../topo.jpg) no-repeat;
}
#titulo {
	font-size: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 8px;
	border-bottom: 1px dotted gray;
}
#subtitulo {
	font-size:  16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 8px;
	background: black;
	color: white;
	text-align: center;
}
#conteudo {
	margin-left: 10px;
	margin-bottom: 10px;
}
#conteudo p {
	line-height: 150%;
}
#conteudo ul li {
	line-height: 130%;
}
.inputexto {
	border: 1px solid gray;
}
.botao {
	border: 1px solid gray;
}
#tabela {
		margin-left:  10px;
		font-weight: bold;
}
#tabela td {
	background-color: #dfdfdf;
	border-bottom: 2px solid white;
	padding-left: 5px;
	padding-right: 5px;
}