/* CSS Document */
body {
	background-color: #EDEFEE;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
#site {
	background-image:url(/principal/imagens/bkgd.jpg);
	background-repeat:repeat-y;
	background-position:center;	
}
#rodape {
	background-image:url(/principal/imagens/bkgd_footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#topo {
/*
	height:140px;
	background-image:url(/principal/imagens/topo/fundoTopo.jpg);
	background-repeat:no-repeat;
*/
}
#topico {
	background-color:#7386A8;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:5px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #003366;
}
#titulo {
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#224680;
	padding-bottom:10px;
}
#titulo .subtitulo {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#2B57A2;
	padding-bottom:10px;
}
/* -> GALERIA DE FOTOS */
.fotoGaleria {
	background-color:#E7EAED;
	text-align:center;
	border:#FFF solid 1px;
}
.fotoGaleriaOver {
	background-color:#DEE2E7;
	text-align:center;
	border:#333 solid 1px;
	cursor:pointer;
}
.fotoGaleriaTitulo {
	background-color:#8F9EB8;
	color:#FFF;
	text-align:center;
	min-height:25px;
	padding:2px;
	vertical-align:middle;
}
.fotoGaleriaImagem {
	padding:3px;
}
/* <- GALERIA DE FOTOS */