body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	color: #FFFFFF;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.BarraAzul{
	scrollbar-face-color: #00255E;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #00255E;
	scrollbar-darkshadow-color: #00255E;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #000000;
}
.Amarelo {
	color: #FFFF00;
	font-weight: bold;
}
.Branco {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
.Branco:hover {
	color: #FFFF00;
	font-weight: bold;
	text-decoration:underline;
}
.Cadastro {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 9px;	
	background-color: #F1F1E9;	
	border: 1px solid #000000;
}
#conteudo {
	position:absolute;
	left:120px;
	top:190px;
	width:606px;
	height:430px;
	z-index:1;
	overflow: auto;
}
#banner {
	position:absolute;
	left:264px;
	top:650px;
	width:468px;
	height:60;
	z-index:2;
}
#bgComentarios {
	position:absolute;
	width:160px;
	height:350px;
	z-index:3;
	background-color: #000000;
	filter:alpha(opacity=50);	
	-moz-opacity: 0.5;	
	opacity: 0.5;
}
#comentarios {
	position:absolute;
	width:160px;
	height:350px;
	z-index:4;

}
#mural {
	position:absolute;
	width:390px;
	height:350px;
	z-index:5;
	scrollbar-face-color: #00255E;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #00255E;
	scrollbar-darkshadow-color: #00255E;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #000000;
	overflow: auto;
}
