/* 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
*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border : 0px;
}
td,div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #476A58;
}
a  {
	color: #476A58;
	text-decoration: underline;
}
a:hover  {
	color: #CC0000;
	text-decoration: none;
}
input,select,option,textarea,button {
	background-color: #EAE7D2;
	border : 1px solid #D9D5C0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #476A58;
}
h2 {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
.submitbutton {
	background-image : url(images/submit.gif);
	border : thin none White;
	background-repeat : no-repeat;
	background-color : White;
	width : 15px;
}
.fundofundo {
	background-image: url(images/fundo_fundo.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.fundotopo {
	background-image: url(images/fundo_topo.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.fundomenu {
	background-image: url(images/fundo_menu.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.fundo_cor1 {
	background-color: #660000;
}
.fundo_cor2 {
	background-color: #990000;
}
.fundo_cor3 {
	background-color: #CC0000;
}
.fundo_cor4 {
	background-color: #EAE7D2;
}
.fundo_cor5 {
	background-color: #D9D5C0;
}
.txt_bold {
	font-weight: bold;
}
.txt_cor3 {
	color: #CC0000;
}
.txt_cor3_bold {
	color: #CC0000;
	font-weight: bold;
}
.title_cor3 {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
}
.title_cor0 {
	color: #B5C3BC;
	font-size: 14px;
	font-weight: bold;
}
.more, a.more {
	font-weight: bold;
	text-decoration: none;
}
.list {
	line-height : 120%;
	list-style-image : url(images/list.gif);
}
.euronext {
	color: #A0A0A0;
	font-size: 10px;
}
/*menu*/
.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/list.gif) no-repeat left center;
	/*list-style-image : url(list.gif);*/
	list-style-type: none;
	border-top : 1px solid #D9D5C0;
	padding-left : 15px;
}
.treeview li.submenu{
	/* Style for LI that contains sub lists (other ULs). */
	background: url(images/closed.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;*/
}
#treemenu1 li a{
	height: 2em;
	line-height: 2em;
	text-decoration: none;
	width: 160px;
	font-size: 12px;
	font-weight: bold;
}