body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imgs/index/fundo.jpg);
  font-size: 12px;
}

.assign {
font-family:"Lucida Console", "Courier new";
font-size:9px;
color:#999;
}
#menutab { width:150px; }
.item {
  width:150px;
  font-size: 11px;
  color: #333300;
  border-bottom: 1px dashed #FF9900;
  border-left: 3px solid #FF9900;
  border-right: 3px solid #FF9900;
  /*background-color:#FEFEFE;*/
  height:20px;
  padding-left:15px;
  text-align:left;
  cursor:pointer;
}
.overitem {
  border-color:#A4890A;
  color:#CC6600;
  padding-left:23px;
	font-weight:bold;
 /* background-color:#FBECDA;*/
}

body,td,th {
	font-family: trebuchet MS, verdana;
	font-size: 12px;
	color: #330000;
}


