body {
	font-family: Tahoma, Arial;
	font-size: 11px;
	background-image: url(../imgs/fundo.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	color: #333333;
}
.rodape {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #8D95B1;
}
.cor {
	color: #6B6F92;
	font-weight: bold;
}
.moldura_logo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
}
.linha {
	border-right: 1px solid #CCCCCC;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:active {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:visited:hover {
	color: #0066CC;
	text-decoration: underline;
}