
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FF9900;
}
.titulo {
font-family:Verdana;
font-size:15px;
font-weight:bold;
}
.titulo_relatorio{
font-family:Verdana;
font-size:14px;
font-weight:bold;
color:#FFFFFF;
}
.subtitulo {
font-family:Verdana;
font-size:13px;
font-weight:bold;
}
.itens {
font-family:Verdana;
font-size:10px;
font-weight:bold;
}
.subitens {
font-family:Verdana;
font-size:12px;
}
.selecionado {
font-family:Verdana;
font-size:12px;
color:#7D0000;
}
a:link { color: black; text-decoration: none; font-size:10px; font-family:Verdana;}
a:visited { color: black; text-decoration: none; font-size:10px; font-family:Verdana;}
a:active { color: black; text-decoration: none; font-size:10px; font-family:Verdana;}
a:hover { color: #8b0000; text-decoration: underline; font-size:10px; font-family:Verdana;}
.tabelamenu {
width:200px;
border-right: 3px solid #CC0000;
}


.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)*/
font-family:Verdana;
font-size:10px;
font-weight:bold;
background: white url(list.gif) no-repeat left center;
list-style-type: none;
padding-left: 18px;
margin-bottom: 5px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
font-family:Verdana;
font-size:10px;
font-weight:bold;
background: white url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.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;
}
