TABLE.TbForms {
	background: #E4EADC;
	font: 11px Verdana;
	color: #003300;
	border: 1px solid #009900;
}
TABLE.TbForms TH {
	font-weight: bold;
	background: url(../NewImages/FormsElements/th_bg.jpg);
	height: 16px;
}
INPUT.tbfButton {
	background: #697F4E;
	border: none;
	color: #FFFFFF;
	cursor: hand;
	font: bold 11px Verdana;
	padding: 3px;
}
TABLE.TbForms INPUT.tbftxtBox {
	border: 1px solid #697F4E;
	font: 11px Verdana;
}
TABLE.TbForms A {
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
TABLE.TbForms A:HOVER {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
TABLE.TbForms TD.Resaltado {
	background: #CAD7BB;
}
TABLE.TbForms TEXTAREA {
	overflow: auto;
	width: 98%;
}
TABLE.TbForms SELECT.tbfSelect {

	background: #697F4E;
	border: 1px solid #697F4E;
	color: #FFFFFF;
	cursor: hand;
	font: bold 11px Verdana;
	padding: 3px;
}
