/* CSS Document */
body {
	background-image:url(../images/fundo_geral.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.back_tbl{
	background-repeat:no-repeat;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
.texto_azul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D8999;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7D8999;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7D8999;
}
a:hover {
	text-decoration: none;
	color: #27214B;
}
a:active {
	text-decoration: none;
	color: #7D8999;
}