/* [inc.style.css] */
A:link { 
	color:#000000;
	text-decoration:none; 
}
A:visited {
	color:#000000;
	text-decoration:none;
}
A:hover {
	color:#ff8400;
	text-decoration:underline;
}
.separador{border-top-style: solid; border-top-width: 1; border-top-color:999999;text-align: left}
body {
	font-family:Verdana,Garamond;
	font-size:9pt;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
td {
	font-family:Verdana,Garamond;
	font-size:7.5pt;
	line-height:15px;
}
p {
	font-family:Verdana, Arial, Courier, Sans Serif;
}
.td_titulo {
	color:#efefef;
}
.td_main {
	font-family:Verdana,Garamond;
	font-size:9pt;
	line-height: 15pt;
	padding-left:10px;
}
.tagfont {
	font-family:Verdana,Garamond;
	font-size:9pt;
	line-height: 15pt;
	padding-left:10px;
}
/* >----------< formulario >----------< */
.boton {
	font-family:Verdana,Garamond;
	font-size:9pt;
	BACKGROUND-IMAGE: url(images/boton.middle.gif);
	border-left:solid 1px #aeb5b3;
	border-bottom:solid 1px #49646d;
	border-top:solid 1px #dadad1;
	border-right:solid 1px #7b8986;
}
.entrada {
	font-family:Verdana,Garamond;
	font-size:9pt;
	BACKGROUND-IMAGE: url(images/input.middle.gif);
	border-left:solid 1px #f7f7f5;
	border-bottom:solid 1px #d9dcdb;
	border-top:solid 1px #f7f7f5;
	border-right:solid 1px #d9dcdb;
}
.labelTXT {
	font-family:Verdana,Garamond;
	font-size:8pt;
	font-weight:bold;
	color:#487479;
}
