#login {
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -82px;
	text-align: center;
	width: 400px;
	height: 164px;
	border: #003366 thin solid;
	opacity: 0.7;
	font-size: 14px;
	font-weight: bold;
	color: #536F00;
}

#login input{
	color: #536F00;
	background-color: #CCCCCC;
	border: thin solid #666666;	
}

.menu{
	background-image:url(../imagens/fundoMenuSup.jpg);
	text-align:center;
	line-height: 40px;
}
.menu img{
	text-align: center;
	height: 40px;
	width: 40px;
	margin-right: 25px;
	margin-left: 25px;
}
.menuLateral {
	background-attachment: scroll;
	background-image: url(../imagens/fundoMenuLat.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-position: inside;
	list-style-image: url(../imagens/icones/marcador.jpg);
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #536F00;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline overline;
	color: #536F00;
}


.menuLateral li{
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 5px;
	list-style-position: outside;
	list-style-image: url(../imagens/icones/marcador.jpg);
}

.detalheLogado {
	background-image: url(../imagens/fundoLogado.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	line-height: 5px;
}

.barraInferior {
	background-image: url(../imagens/fundoBarraInferior.jpg);
	background-repeat: repeat-x;
	line-height:24px;
}
#principal p {
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	margin: 15px;
}
.visivel {
	display:inline;
}
.invisivel{
	display:none;
}
