html {
	font-family:Arial, Helvetica, sans-serif;
}
#conteudo {
	text-align:justify;
	margin:8px 5px 5px 8px;
}
.texto {
	background-color:#FFFFFF;
	width:525px;
	vertical-align:top;
}
.texto h1 {
	font-size:14px;
	color:#003300;
	font-weight:bolder;
	display:block;
	background-color:#BDDD7A;
	margin:0px;
	padding:5px 5px 5px 10px;
	elevation:higher;
}
.texto h2{
	font-size:13px;
	color:#336600;
	font-style:italic;
	font-weight:700;
	margin-left:25px;
}
.texto h3{
	font-size:14px;
	color:#003300;
	font-weight:bolder;
	display:block;
	background-color:#BDDD7A;
	margin:0px;
	padding:2px 10px 2px 2px;
	elevation:higher;
	text-align:right;
	font-style:italic;
}
.texto p {
	font-size:12px;
	color:#003300;
	font-style:normal;
	margin-bottom:10px;
}
.texto h4 {
	font-size:12px;
	color:#003300;
	font-style:normal;
	font-weight:bold;
	margin-bottom:0px;
}
.h4p {
	margin:0px 0px 10px 20px;
}
.enfase {
	font-style:italic;
}
pre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003300;
	margin-left:25px;
}
.texto ul {
	padding-left:0px;
	list-style:none;
	margin:0px;
	font-size:12px;
	color:#003300;
}
#conteudo ol {
	padding-left:40px;
	list-style:decimal-leading-zero;
	margin:15px 0px 0px 0px;
	font-size:14px;
	color:#006633;
	font-weight:600;
}
ol li ul {
	font-size:10px;
	color:#003300;
	font-style:normal;
	font-weight:normal;
	padding-bottom:10px;
}
hr {
	height:1px;
	width:80%;
	border:none;
	border-top:1px dashed #003300;
	text-align:center;
}
.borda_dir{
	width:10px;
	background-color:#74B729;
	border-left:#4E7C1B solid 1px;
}
.rodape {
	font-family:Arial;
	font-size:11px; color:#FFFFFF;
	background-color:#74B729;
}
.rodape a{
  color:#FFFFFF; text-decoration:none;
}
#schroder {
	widows:165px;
	height:15px;
	text-align:center;
	padding-left:5px;
	border-top:#333333 solid 2px;
}
#allexperience {
	height:15px;
	text-align:right;
	padding-right:5px;
	border-top:#333333 solid 2px;
}
.link a {
	color:#006633;
}
#titulo{
  position:absolute;
  left:47%; top:111px;
  width:370px;
}
#titulo h1{
  color:#EDFFD1; font-size:13px; font-family:"Arial Black", Arial;
  margin:0px; padding:0px; font-weight:normal;
}

#form{
  margin:15px; width:352px; float:left; text-align:left;
}
#form label{
  width:94px; display:block; float:left;
  font-size:12px; color:#003300;
}
#form input,
#form textarea{
  width:250px; margin-bottom:5px; border:1px solid #003300;
  font-size:12px;
}
#form textarea{
  height:90px; font-family:Arial, Helvetica, sans-serif;
  overflow:auto;
}
#form input.enviar{
  width:50px; float:right;
}