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


* {
	margin:0;
	padding:0;
	outline:none;
}
body {
	background:url(bg_conteudo.gif) repeat-x #FFFFFF;
}

.baseConteudo{
	width:100%;
	height:500px;
	margin:0 auto;
	margin-top:40px;
}

.baseRodape{
	width:800px;
	height:30px;
	margin:0 auto;
	margin-top:0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#606060;
	text-align:center;
}
.baseRodape a{
	color:#606060; text-decoration:underline;
}
.baseRodape a:hover{
	color:#cccccc; text-decoration:underline;
}