@charset "";
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../img/bg_box.png);
	background-repeat: repeat-x;
	text-align: center;
}
.texto {
	margin: 8px;
}
a:link, a:visited {
	color:#000000;
	text-decoration:none;
	background:none;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../img/bg_body.gif);
	padding-left: 15px;
}
.menu-guia{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.menu-guia ul {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0px;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6600;
	color: #FF3300;
	text-align: center;
}
.menu-guia li, .menu-guia a {
	line-height: 30px;
	height: 30px;
	width: 100%;
	text-indent: 5pt;
	display: block;
}
.menu-guia a:link, .menu-guia a:visited {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 30px;
	height: 30px;
	margin-top: -1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.menu-guia a:hover,.menu-guia li:hover {
	color: #FFFFFF;
	background-color: #FF9900;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
}


.geral {
	background-color: #FFFFFF;
	text-align: left;
	height: auto;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	position: relative;

}

.rodape {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear:both;
}
  .oculta2 {
  	display:none;
	top:20px;
	text-align:justify;
	left:20px;
	font:12px arial, verdana, helvetica, sans-serif;
	padding:5px 10px;
	border:1px solid #FF9900;
	color:#000;
	background-color: #FFE4CA;
}
input, textarea {
	background-color: #333333;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;

}
select, option {
	background-color: #333333;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}

