@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #FCC;
	background-image: url(../arquivos/fundo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-left: 20px;
}
#topo {
	margin-top: 30px;
	text-align:left;
}
#conteudo {
	text-align:left;
}
#foto01 {
	width: 20%;
	float:left;
}
#foto02 {
	width: 20%;
	float: left;
}
#foto03 {
	width: 20%;
	float:left;
}
#foto04 {
	width: 20%;
	float: left;
}
#foto05 {
	width: 20%;
	float: left;
}
#faixa {
	clear: both;
	height: 10px;
}
#base {
	clear: both;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 50px;
}
.estilo-revista {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	padding: 5px;
	font-size: 12px;
}

.estilo-revista a:link {
	color: #F69;
	text-decoration: none;
	font-weight: bold;
}
.estilo-revista a:visited {
	text-decoration: none;
	color: #3CF;
}
.estilo-revista a:hover {
	text-decoration: none;
	color: #3CF;
}
.estilo-revista a:active {
	text-decoration: none;
	color: #F69;
}

.estilo-negrito {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFF;
	padding: 5px;
}
.estilo-titulo01 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #F36;
	background-color: #FFF;
	padding: 5px;
}
img {
	border: none;
}
.img01 {
	float:left;
}