@charset "UTF-8";
/* CSS Document */

* {  margin: 0;
	 padding: 0;
 
}

html, td, th {
	font-family: Arial, verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-smooth: always;
	letter-spacing: 0px;
	color: #666666;
}

a{
	text-decoration: none;
	color: #ff6620;
}

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

ul {
	list-style-image: url("imagens/marcador.gif");
}

form{
	margin:0px;
	padding:0px;
}
body { 
	text-align: center;
	margin:0px;
	background:#fff url(imagens/fundo.gif) top center no-repeat;
	background-attachment: scroll;
}

#txt { 
	text-align:justify;
	margin-left:8px;
	margin-right:8px;
}


#conteudo_mostrar{
	width: 690px;
	margin: 0px auto;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}

#form input, #form select, #form textarea{
	width:100%;
	padding:5px;
	border:1px solid #999;
	background-color:#FBFBFB;
}
#form input.check{
	width:auto;
	padding:0;
	border:0;
	background:none;
}
#form .botao{
	width:80px;
	margin-top:0px;
	text-transform:capitalize;
}

#fim{
	margin-top:-5px;
	padding:0;
	position:absolute;
}

