body {
	background-image: url(imagens/bg_geral.jpg);
	background-repeat: repeat-x;
	background-color: #919191;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #333333;
}
a:link {
	color: #2A2454;
}
a:visited {
	color: #2A2454;
}
a:hover {
	color: #5E89BE;
}
a:active {
	color: #2A2454;
}
a {
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Arial;
}
.titulos {
	font-family: Arial, Tahoma, Arial;
	font-size: 22px;
	font-weight: bold;
	color: #0B5F97;
	padding:-1px;
}
.textos {
	font-family: Arial, Tahoma, Arial;
	font-size: 12px;
}