/* CSS Document */

body {
	background-color: #000000;
	margin: 0px;
}

.texto {
	font-family: "Trebuchet MS", verdana, arial;
	font-size: 11px;
	color: #FFFFFF;
}

.releaseTitulo {
	font-family: "Trebuchet MS", verdana, arial;
	font-size: 12px;
	color: #FFFF00;
}
.Titulo {
	font-family: "Trebuchet MS", verdana, arial;
	font-size: 16px;
	font-weight:bold;
	color: #FFFF00;
}
.fundoFoto {
	background-image: url(../img/bgFoto.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


a {
	font-family: "Trebuchet MS", verdana, arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
.margemLinks {
	margin-left: 15px;
}
.bgBanner {
	background-image: url(../img/topoBanners.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
