body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(imagens/bg_site.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.justificar {
	text-align: justify;
	display: block;
	padding-right: 8px;
	margin-right: 2px;
}

.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #010199;
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #010199;
}
.rodape {
	font-size: 9px;
	font-weight: bold;
	color: #010199;
}
.vermelho {color: #990000}


.catalogo {
font: bold 14px Arial, Helvetica, sans-serif;
color:#333333;
}

.catalogo a {
font: bold 14px Arial, Helvetica, sans-serif;
color:#333333;
text-decoration:none;
}

.catalogo a:hover {
color:#333333;
text-decoration: underline;
}

.linkrodape a:link, .linkrodape a:hover, .linkrodape a:visited{
	color:#435AC9;
	text-decoration: none;
}

