@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F3F3F3;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: "Lucida Sans Unicode", "Lucida Grande";
	font-size: 12px;
	color: #000;
}
a {
	font-size: 12px;
	color: #000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #369;
}
a:active {
	text-decoration: none;
	color: #000;
}
a img {
border-width:0;
}.titulos {
	font-size: 14px;
	color: #369;
	font-weight: bold;
	font-family: "Lucida Sans Unicode";
}
.telefones {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.negrito {
	font-weight: bold;
}
.justificado {
	text-align: justify;

}
