body {
	color: #3d3d3d;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	padding: 10px;
	text-align:justify;
}

.email, .contato {
	width:400px; overflow:auto; margin: 10px auto 10px 0px; padding:5px;
	background-position: 10px 10px;
	background-repeat: no-repeat;
}

.email {

/*	background-image: url(../images/ico_email.jpg) */
}

.contato {
/*	background-image: url(../images/ico_contato.jpg);*/
	float:left;
}

td.input_label {
	text-align: right;
	font-weight: bold;
	padding-right: 3px;
}

.formulario {
	width:400px;
	display: block;
}

.formulario p {
	text-align: right;
	width: 		140px;
	float: 		left;
	margin: 	3px 3px;
	padding: 	0px;
	display: 	inline;
	height: 	15px;
}

.formulario input {
	border-color: #8d8faf;
	border-style: solid;
	border-width: 1px;
	float: 	left;
	height: 15px;
	width: 240px;
	margin: 3px 0px;

}
.formulario textarea{
	width: 240px;
	height: 50px;
	margin: 3px 0px;
	border-color: #8d8faf;
	border-style: solid;
	border-width: 1px;
}

.formulario select{
	width: 244px;
	border-color: #8d8faf;
	border-style: solid;
	border-width: 1px;
	margin: 3px 0px;
}


p.descricao{
	margin-top: 0px;
	padding-top: 0px;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

td.descricao{
	padding: 10px;
	vertical-align: top;	
}

td.descricao ul li{
	padding: 3px 0px;
}

#foto{
	background-color: #9cc396;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	padding: 5px;
}

h3{
	text-decoration: underline;
	text-transform: uppercase;
	color: #716d24;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
}

a, a:hover, a:active, a:visited{
	text-decoration: none;
	color: inherit;
	
}

.button{
	cursor: pointer;
}
ul{
	margin-top: 10px;
}

li {
	padding: 3px 0px;
	font-weight: normal;
}

li ul li{
	list-style-type: none;
	list-style-type: none;
	font-weight: normal;
}

.form {
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-color: #DDDDDD;
	border: 1px solid #818181;
}
.traco {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #818181;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.escondido {
	margin-left: 10px;
	display: none;
}

.tituloDica{
	margin-top: 15px;
	display: block;
	margin-bottom: 6px;
	cursor: pointer;	
}
.destacaDica{
	color: #3f9824;
}

.destacaDica2{
	color: #2c65b5;
}

.destacaButton{
	color: #edbc38;
}

.closeBtn{
	margin: 5px;
}


.formpresenca {
	width:600px;
	display: block;
}


.formpresenca p {
	text-align: right;
	width: 		240px;
	float: 		left;
	margin: 	3px 3px;
	padding: 	0px;
	display: 	inline;
	height: 	15px;
}

.formpresenca input {
	border-color: #8d8faf;
	border-style: solid;
	border-width: 1px;
	float: 	left;
	height: 15px;
	width: 240px;
	margin: 3px 0px;

}
.formpresenca textarea{
	width: 240px;
	height: 150px;
	margin: 3px 0px;
	border-color: #8d8faf;
	border-style: solid;
	border-width: 1px;
	float:left;
}

.formpresenca select{
	width: 244px;
	border-color: #8d8faf;
	border-style: solid;
	border-width: 1px;
	margin: 3px 0px;
	float: left;
}

input.btn{
	width:		100px;
	height: 	20px;
	border: 	teal solid 1px;	 
}

button{
	border-width: 0px;
	background-color: white;
	padding: 5px;
	width: 150px;
	cursor: pointer;
}

.closeBtn{
	font-weight: bold;
}

blockquote{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 30px;
	font-size: 12px;
	text-align: left;
}

.indent { text-indent:-50px; margin:0px 0px 0px 50px; }
