body {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;
}
a {
	text-decoration: none;
	color: #006600;
}
a:link {
	text-decoration: none;
	color: #006600;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
}
/* OBJETOS DE FORMULARIO */
input,textarea{
	border: 1px solid #000000; background: #EAEAEA; color: #006633; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
}
select{
	border: none; background: #EAEAEA; color: #006633; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px;
}
.dlink{
	cursor: hand; 
	padding-left: 10px; 
	padding-top: 2px; 
	height: 16px;
	border-bottom: 1px solid #FFFFFF;
}
.dlink_sm{
	cursor: hand; 
	padding-left: 5px; 
	padding-top: 2px; 
	height: 16px;
	border-bottom: 1px solid #006633;
	border-right: 1px solid #006633;
}
.dlink_sm2{
	cursor: hand; 
	padding-left: 5px; 
	padding-top: 2px; 
	height: 16px;
	border-bottom: 1px solid #006633;
	border-right: 1px solid #006633;
}
.submenu{
	width: 180px;
	border: 1px solid #006633;
	position: absolute;
	left: 160px;
	top: -3px;
	display: none;
	white-space: nowrap;
	background-color: #E8F4E1;
}
.submenu2{
	width: 180px;
	border: 1px solid #006633;
	position: absolute;
	left: 175px;
	top: -3px;
	display: none;
	white-space: nowrap;
	background-color: #ACD68D;
}
.px{
	position: relative;
	width: 1px;
	height: 1px;
}
/* DIVERSOS */
hr{
	color: #999999; height: 1px; background-color: #999999; border: 1px solid #999999;
}