body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #f0f5fb;
}
/* conteudo principal */
.content {
	font-family: Arial,Helvetica,Sans;
	font-size: 12px; 
	color: #505050;
  text-align: justify;
}
.content2 {
	font-family: Arial,Helvetica,Sans;
	font-size: 12px;
	color: #505050;
}
.copyright {
	font-family: Arial,Helvetica,Sans;
	font-size: 10px; 
	color: #aaaaaa;	
}
.menu {
	font-family: Arial,Helvetica,Sans;
	font-size: 12px; 
	color: #ffffff;
	font-weight: bold;	
}
.titulo {
	font-family: Arial,Helvetica,Sans;
	font-size: 20px; 
	color: #0075b9;
	font-weight: bold;
}
/* links */
a {
	font-family: Arial,Helvetica,Sans;
	font-size: 12px;
	color: #505050;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-family: Arial,Helvetica,Sans;
	font-size: 12px;
	color: #f5951c;
	text-decoration: none;
	font-weight: bold;
}
a.menu {
	font-family: Arial,Helvetica,Sans;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold; 
}
a.menu:hover {
	font-family: Arial,Helvetica,Sans;
	font-size: 12px;
	color: #f5951c;
	text-decoration: none;
	font-weight: bold;
}
a.copyright {
	font-family: Arial,Helvetica,Sans;
	font-size: 10px;
	color: #0075b9;
	text-decoration: none;
	font-weight: bold; 
}
a.copyright:hover {
	font-family: Arial,Helvetica,Sans;
	font-size: 10px;
	color: #f5951c;
	text-decoration: none;
	font-weight: bold;
}
