html {
	font-family:Arial, Helvetica, sans-serif;
}
#conteudo {
	text-align:justify;
	margin:8px 5px 5px 8px;
}
.texto {
	background-color:#FFFFFF;
	width:630px;
	vertical-align:top;
}
.texto h1 {
	font-size:14px;
	color:#00385D; /*STEELBLUE*/
	font-weight:bolder;
	display:block;
	background-color:#D5E3F0; /*LIGHTSTEELBLUE*/
	margin:0px;
	padding:5px 5px 5px 10px;
	elevation:higher;
}
.texto h2{
	font-size:13px;
	color:#66B5FF;
	font-style:italic;
	font-weight:700;
	margin-left:25px;
}
.texto h3{
	font-size:14px;
	color:#00385D;
	font-weight:bolder;
	display:block;
	background-color:#D5E3F0;
	margin:0px;
	padding:2px 10px 2px 2px;
	elevation:higher;
	text-align:right;
	font-style:italic;
}
.texto p {
	font-size:12px;
	color:#000000;
	font-style:normal;
	margin-bottom:10px;
}
.texto h4 {
	font-size:12px;
	color:#FB8933;
	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:#000000;
	margin-left:25px;
}
.texto ul {
	padding-left:0px;
	list-style:none;
	margin:0px;
	font-size:12px;
	color:#000000;
}
#conteudo .banner {
	text-align:center;
	margin-top:0px;
}
#conteudo ol {
	padding-left:40px;
	list-style:decimal-leading-zero;
	margin:15px 0px 0px 0px;
	font-size:14px;
	color:#003366;
	font-weight:600;
}
ol li ul {
	font-size:10px;
	color:#000000;
	font-style:normal;
	font-weight:normal;
	padding-bottom:10px;
}
hr {
	height:1px;
	width:80%;
	border:none;
	border-top:1px dashed #003300;
	text-align:center;
	clear:both;
}
.borda_dir{
	width:10px;
	background-color:steelblue;
	border-left:#93B2DD solid 1px;
}
.rodape {
	font-family:Arial Black;
	font-size:9px;
	color:#D5E3F0;
	background-color:steelblue;
}
#quintana {
	width:120px;
	height:15px;
	text-align:center;
	padding-left:5px;
	border-top:#333333 solid 1px;
}
#allexperience {
	height:15px;
	text-align:right;
	padding-right:5px;
	border-top:#333333 solid 1px;
}
a.link {
	border-bottom:#FB8933 1px solid;
	color:#00385D;
	text-decoration:none;
	display:block;
}
a.link:hover {
	color:#FB8933;
	border-bottom:#00385D 1px solid;
	display:block;
}
span.notas {
 line-height:20px;
 padding:4px;
 font-size:12px;
}
span.presenca {
 border:#000000 1px solid;
 line-height:20px;
 padding:4px;
 font-size:12px;
}
span.forte {
	color:#CC0000;
	font-weight:bold;
}