@charset "utf-8";
/* CSS Document */
body {
	background-color: #000;
	background-image:url(../dados/imagens/layout/fundo.jpg);
	background-repeat:repeat-x;
	background-position: top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
a {
	font-size: 11px;
	color: #96282b;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #96282B;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #96282B;
}
.alinhar_direita {
	text-align:right;
}
.sub_titulo_vermelho {
	color:#96282b;
	font-weight:bold;
}
.centralizar {
	text-align:center;
}
.negrito {
	font-weight:bold;
}