body {
	font-family: "Trebuchet MS", verdana, arial;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	color: #FFFFFF;
}
span{
	overflow: auto;
	height: 270px;
	width: 300px;
	font-size: 12px;
}
.bg {
	background-image: url(img/BG.png);
	background-repeat: repeat-y;
	background-position: center;
}
.texto {
	font-size: 12px;
}
a {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}.titulo {
	font-size: 16px;
	color: #FFFF00;
	font-weight: bold;
}
.menu {
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menufim {
	background-image: url(img/rodape1.png);
	background-repeat: no-repeat;
	background-position: top;
}
.conteudo {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.BGconteudo {
	background-image: url(img/CONTEUDO.GIF);
	background-repeat: no-repeat;
}
.carregando {
	background-image: url(img/carregando.GIF);
	background-repeat: no-repeat;
	background-position: center center;
}

