@charset "utf-8";
body {
	background-repeat: repeat;
	background-image: url(../images/fundo.gif);
	margin: 0px;
	background-color: #666666;
}
.conteudo_margem {
	padding: 10px;
	vertical-align: top;
}
.titulo {
	color: #333333;
	font-weight: bold;
}
.conteudo {
	color: #666666;
	text-decoration: none;
}
.linksSubmenu {
	color: #323232;
	text-decoration: none;
}
.linkTopo {
	color: #666666;
	text-decoration: underline;
}
.linksSubmenu:hover {
	text-decoration: underline;
}
.linksTexto {
	color: #666666;
	text-decoration: none;
}
.linksTexto:hover {
	text-decoration: underline;
}
.linksTitulo {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.link {
	color: #FFF;
}
#form{
	margin-top:10px;
	margin-left:20px;
}

