body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top:10px;
	background-image: url(images/bg_page.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.borda {
	padding: 5px 0px 0px 5px;
	border-top: 0px none;
	border-right: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;

}.padding_conteudo {
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.bg_rodape {
	background-image: url(images/linha_rodape.jpg);
	background-repeat: repeat-y;
}
.text_menu {
	font-family: arial;
	font-size:10px;
	text-decoration:none;
	color:#214E90;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #CC0000;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.texto_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#485274;
}

