@charset "UTF-8";
/* CSS Document */
body{
	SCROLLBAR-FACE-COLOR: #ACEC00;
	SCROLLBAR-SHADOW-COLOR: #5D7324;
	SCROLLBAR-HIGHLIGHT-COLOR: #5D7324;
	SCROLLBAR-3DLIGHT-COLOR: #ACEC00;
	SCROLLBAR-DARKSHADOW-COLOR: #ACEC00;
	SCROLLBAR-TRACK-COLOR: #ACEC00;
	SCROLLBAR-ARROW-COLOR: #5D7324;
}
a{
	color:#5d7324;
	text-decoration:none;
}
a:hover{
	color:#fff;
}

#titulo {
	font-family: Verdana, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	height: auto;
	width: auto;
	line-height: 120%;
	color: #AFA479;
	left: 18px;
	top: 16px;
	position: absolute;
}
#menu {
	height: auto;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	color: #5D7324;
	text-decoration: none;
	position: absolute;
	left: 18px;
	top: 95px;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul li a.current{
	color: #FFFFFF;
}
.texto {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 120%;
	font-weight: normal;
	color: #5D7324;
	text-decoration: none;
}
#cabecalho {
	font-family: Verdana, sans-serif;
	font-size: 34px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:link, #menu a:visited {
	color: #5D7324;
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.sublinhado {
	color: #716F6E;
}
.subtitulo {
	/*font-size:25px;*/
	font-size:20px;
	line-height:24px;
	color: #5D7324;
	font-weight: normal;
}
.teste {
	list-style-position: outside;
	list-style-image: url(../imgs/doc3.png);
}
.destaque{
	color:#00AFE9;
}
