@charset "utf-8";
/* CSS Document */

/* início LINK GERAL */

a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #064a23;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #064a23;
}
a:hover {
	text-decoration: none;
	color: #87bf38;
}
a:active {
	text-decoration: none;
	color: #87bf38;
}


/* início LINK CLASSE2 */

a.classe2 {
	font-family: arial, verdana;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
}
a.classe2:link {
	text-decoration: none;
}

a.classe2:visited {
	text-decoration: none;
	color: #666666;
}
a.classe2:hover {
	text-decoration: none;
	color: #87bf38;
}
a.classe2:active {
	text-decoration: none;
	color: #87bf38;
}






body,td,th {
	font-size: 12px;
}

ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.tit_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.tit_capitular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #87bf38;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #87bf38;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #054a23;
}
.post_por {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5f5f5f;
	font-weight: bold;
	line-height: 145%;
}
.bg_menu_1 {
	background-color: #f3f3f3;
	width: 100%;
	height: 10%;
}

.bg_menu_2 {
	background-color: #E0E2DF;
	width: 100%;
	height: 10%;
}

.bg_menu_3 {
	background-color: #064A23;
	width: 145px;
	height: 10%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 25px;
	background-attachment: scroll;
	background-image: url(imagens/marcador.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
