body {
	margin: 20px auto;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 13px;
}
input {
	border: solid 1px #757575;
}
select {
	background-color: #EAEAEA;
}
#titulo {
	font-size: 24px;
	color: #005b8c;
}
#tudo {
	position: relative;
	width: 760px;
	text-align: left;
}
legend {
	background-color: #EAEAEA;
	padding: 3px;
	color: #005288;
}
#menu {
	background-color: #EAEAEA;
	border: solid 1px #EAEAEA;
	padding: 3px;
	height: 19px;
}
#menu A, .linkimagem {
	margin-right: 10px;
	display: block;
	float: left;	
	height: 19px;
}
#menu A SPAN, .linkimagem SPAN {
	display: none;
}
.RB {
	background: url(../imagens/RB0.gif) no-repeat;
	width: 85px;
}
.DIT {
	background: url(../imagens/DIT0.gif) no-repeat;
	width: 36px;
}
.senha {
	background: url(../imagens/senha0.gif) no-repeat;
	width: 49px;
}
.sair {
	background: url(../imagens/sair0.gif) no-repeat;
	width: 43px;
}
.entrar {
	background: url(../imagens/entrar0.gif) no-repeat;
	width: 55px;
}
.filtrar {
	background: url(../imagens/filtrar0.gif) no-repeat;
	width: 61px;
}
.exportar {
	background: url(../imagens/exportar0.gif) no-repeat;
	width: 67px;
}
.exportar_emails {
	background: url(../imagens/exportar_emails0.gif) no-repeat;
	width: 114px;
}
.pesquisar {
	background: url(../imagens/pesquisar0.gif) no-repeat;
	width: 73px;
}
.faturas {
	background: url(../imagens/faturas0.gif) no-repeat;
	width: 60px;
}
.usuarios {
	background: url(../imagens/usuarios0.gif) no-repeat;
	width: 65px;
}
.logs {
	background: url(../imagens/logs0.gif) no-repeat;
	width: 121px;
}
.erros {
	background: url(../imagens/erros0.gif) no-repeat;
	width: 96px;
}
.configuracoes {
	background: url(../imagens/configuracoes0.gif) no-repeat;
	width: 95px;
}
.mensagens {
	background: url(../imagens/mensagens0.gif) no-repeat;
	width: 71px;
}
.download {
	display: table;
	float: none;
	background: url(../imagens/download0.gif) no-repeat;
	width: 20px;
	height: 20px;
}
.RB:hover {
	background-image: url(../imagens/RB1.gif);
}
.DIT:hover {
	background-image: url(../imagens/DIT1.gif);
}
.senha:hover {
	background-image: url(../imagens/senha1.gif);
}
.sair:hover {
	background-image: url(../imagens/sair1.gif);
}
.entrar:hover {
	background-image: url(../imagens/entrar1.gif);
}
.filtrar:hover {
	background-image: url(../imagens/filtrar1.gif);
}
.exportar:hover {
	background-image: url(../imagens/exportar1.gif);
}
.exportar_emails:hover {
	background-image: url(../imagens/exportar_emails1.gif);
}
.pesquisar:hover {
	background-image: url(../imagens/pesquisar1.gif);
}
.download:hover {
	background-image: url(../imagens/download1.gif);
}
.faturas:hover {
	background-image: url(../imagens/faturas1.gif);
}
.usuarios:hover {
	background-image: url(../imagens/usuarios1.gif);
}
.logs:hover {
	background-image: url(../imagens/logs1.gif);
}
.erros:hover {
	background-image: url(../imagens/erros1.gif);
}
.configuracoes:hover {
	background-image: url(../imagens/configuracoes1.gif);
}
.mensagens:hover {
	background-image: url(../imagens/mensagens1.gif);
}
.titulo_tabela {
	background-color: #EAEAEA;
	color: #005288;
	font-weight: bold;
}
.titulo_tabela A {
	color: #005288;
	text-decoration: none;
}