body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagens/bg_geral.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	color: #FFFFFF;
}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
}

a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFF00;
}
