/* CSS Document 

cor #476A58 - verde
cor0 #B5C3BC - verde claro
cor1 #660000 - vermelho mt escuro
cor2 #990000 - vermelho escuro
cor3 #CC0000 - vermelho
cor4 #EAE7D2 - beje
cor5 #D9D5C0 - beje escuro
cor6 #C4C3B1 - beje mt escuro

		#ffffff branco
cor0 	#000000 preto
cor1	#004216 verde escuro 0r 66g 22b
cor2	#126914 verde 0r 97g 39b
cor3	#50875a verde 80% 0r 97g 39b
cor4	#7da587 verde 60% 0r 97g 39b
cor5	#a5c8af verde 40% 0r 97g 39b
cor6	#d2ebdc verde 20% 0r 97g 39b
cor7	#7f7f7f cinza escuro 0c 0m 0y 50K
cor8	#00ba00 verde logo 35c 0m 100y 27k
cor9	#eef8ff verde 10% 0r 97g 39b

*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(image_bank/backgrounds/homepage.jpg);
	background-repeat: no-repeat;
	background-position: center 129px;*/
}
img {
	border : 0px;
}
td,div {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}
a  {
	color: #7da587;
	text-decoration: none;
}
a:hover  {
	color: #000000;
	text-decoration: none;
}
input,select,option,textarea {
	background-color: #d2ebdc;
	border : 0px none #d2ebdc;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	padding:1px;
}
button {
	background-color: #ffffff;
	border : 0px none White;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #7da587;
	padding:0px;
}
button:hover{
    color: #000000;
}
h1 {
	color: #000000;
	font-size: 13px; 
	font-weight: bold;
	text-transform:uppercase;
}
h2 {
	color: #126914;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
}
h3 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-transform:uppercase;
}
hr {
	border: 0;
	width: 100%;
	color: #a5c8af;
	background-color: #a5c8af;
	height: 1px;
}
.fundo_cor0 {
	background-color: #000000;
}
.fundo_cor1 {
	background-color: #004216;
}
.fundo_cor4 {
	background-color: #7da587;
}
.fundo_cor5 {
	background-color: #a5c8af;
}
.fundo_cor6 {
	background-color: #d2ebdc;
}
.txt_bold {
	font-weight: bold;
}
.txt_cor0 {
	color: #000000;
}
.txt_cor3 {
	color: #50875a;
}
.txt_cor2_bold {
	color: #126914;
	font-weight: bold;
}
.txt_cor4 {
	color: #7da587;
}
.txt_cor4_bold {
	color: #7da587;
	font-weight: bold;
}
.maintitle{
	color: #000000;
	font-size: 13px; 
	font-weight: bold;
	text-transform:uppercase;
}
.title{
	color: #126914;
	font-size: 11px;
	font-weight: bold;
	text-transform:uppercase;
}
.subtitle{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-transform:uppercase;
}
.title_cor0 {
	color: #000000;
	font-size: 14px;
}
.title_cor0_bold {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.title_cor4 {
	color: #7da587;
	font-size: 14px;
	text-decoration: none;
}
.more, a.more {
	color: #000000;
	font-size: 9px;
	text-decoration: none;
}
.more_right, a.more_right {
	color: #000000;
	font-size: 9px;
	text-decoration: none;
	position:relative;
	right:-95%;
	font-weight: normal;
}
.removeindent{
	position:relative;
	left:-262px;
}
.euronext {
	color: #A0A0A0;
	font-size: 9px;
}
.list {
	line-height : 120%;
	list-style-type: none;
}
ul.list {
	margin-left: 0; 
	padding-left: 0;
}
.bottommenu {
	color: #7da587;
}
.bottommenu a{
	text-decoration: none;
	color: #7da587;
}
.bottommenu a:hover{
	text-decoration: none;
	color: #000000;
}
/*menu*/
.menubox{
	width: 280px;
	margin-left: -40px;
	color: #a5c8af;
	margin-top: 35px;
}
.treeview ul{
	/*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}
.treeview li{
	/*Style for LI elements in general (excludes an LI that contains sub lists)
	background: url(images/transp.gif) no-repeat left center;*/
	/*list-style-image : url(list.gif);
	padding-left : 17px;*/
	list-style-type: none;
	border-top : 1px solid #a5c8af;
}
.treeview li.submenu{
	/* Style for LI that contains sub lists (other ULs). */
	background: url(images/transp.gif) no-repeat left 7px;
	/*cursor: hand;
	cursor: pointer;*/
}
.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}
.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	/*cursor: default;*/
	padding-left : 17px;
}
#treemenu1 li a{
	height: 2em;
	line-height: 24px;
	text-decoration: none;
	width: 240px;
	font-size: 13px;
	font-weight: bold;
}
