/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #4BC8DA;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

body {
	background: #4A7501 url(../images/fundo.jpg) fixed top center;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1 {
	font-family: Verdana, san-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 3px;
	margin-bottom: 10px;
	margin-top: 0;
	text-indent: 10px;
}

h2 {
	font-family: Verdana, san-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-indent: 10px;
}

p {
	line-height: 1.4em;
	margin: 15px;
	margin-bottom: 1em;
	margin-top: 0;
	text-align: justify;
	text-indent: 20px;
}

table {
	margin: 0 auto;
	border-collapse: collapse;
}

td {
	padding: 2px;
}

ul {
	margin-left: 50px;
}

#animacao {
	margin: 0 auto;
	width: 500px;
}

#base {
	border-top: 1px solid #346700;
	font-size: 11px;
	margin: 0 auto;
	padding-top: 0.5em;
	text-align: center;
	width: 500px;
}

#conteudo {
	background: #fff;
	clear: both;
	margin: 0 auto;
	width: 760px;
}

#conteudo_topo {
	height: 60px;
}

#conteudo_topo a {
	color: #FCCE07;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#conteudo_topo a:hover {
	color: #fff;
	text-decoration: underline;
}

#topo {
	height: 110px;
	margin: 0 auto;
	overflow: hidden;
	width: 760px;
}

#continuar {
	padding-bottom: 50px;
}

#continuar a {
	background: url(../images/menu.jpg);
	color: #000;
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 24px;
	line-height: 22px;
	margin-right: 40px;
	text-align: center;
	text-decoration: none;
	width: 173px;
}

#continuar a:hover {
	background: url(../images/menu.jpg) 0 24px;
}

#s4 {
	color: #666;
	font-size: 10px;
	text-align: right;
}

.branco {
	color: #fff;
}

.centraliza {
	text-align: center;
}

.formulario70 {
	width: 70px;
}

.formulario40 {
	width: 40px;
}

.formulario100 {
	width: 100px;
}

.formulario200 {
	width: 200px;
}

.formulario300 {
	width: 300px;
}

.formulariolinha {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 2px;
	padding-top: 5px;
}