/* CSS Document */

a {
  text-decoration:none;
  font-family: verdana;
  font-size: 10pt;
  color: #000000;
}
a:hover {
  text-decoration:underline;
  font-family: verdana;
  font-size: 10pt;
  color: #003333;
}
.link a {
  text-decoration:none;
  font-family: verdana;
  font-size: 10pt;
  color: #990000;
}
.link a:hover {
  text-decoration:none;
  font-family: verdana;
  font-size: 10pt;
  color: #000000;
}
.rodape {
  text-decoration:none;
  font-family: verdana;
  font-size: 8pt;
  color: #000000;
}
.titulo {
  font-family: verdana;
  font-size: 10pt;
  color: #666666;
  font-weight:bold;
}
.texto {
  font-family: verdana;
  font-size: 10pt;
  color: #666666;
}
 .oculta{
 overflow: hidden; 
 display: none;
 }

/*Formularios*/

.formInput {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	height: auto;
	width: auto;
	border: 1px solid #f8f8f8;
	background:#f2f2f2;
	padding: 2px 3px 3px;
}
.formTextarea {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 11px;
	height: auto;
	width: auto;
	border: 1px solid #f8f8f8;
	background:#f2f2f2;
	scrollbar-base-color:#666666;
	overflow:auto;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.formSubmit {
	font-family: Tahoma;
	font-size: 11px;
	background-color: #f2f2f2;
	border: 1px solid #f8f8f8;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	cursor: hand;
	cursor: pointer;
}




