body {
	margin: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	
	background-image:url(/IMAGENS/fundo.gif)
}

p {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}

.barra_menu {
	
	background-repeat: no-repeat;
}
.fonte_menu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;

}
.fonte_menu:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

a {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #006600;
		text-decoration: none;

}
a:hover {
	text-decoration: none;
		color: #666666;

}
.titulo1{
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFF33;
	font-weight:bold;
	text-transform: uppercase;
}
	
.titulo2{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.titulo3{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	}


input, select, textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #797754;
	border:1px solid #000000
}

.DivAberto {
  display: block;
}

.DivFechado {
  display: none;
}

