/* CSS Document */
.bodyStyle{
	background-color:#D6DDE1;
	background-image:url(../img/bg_gral.gif);
	background-repeat:repeat-x;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}
.footerStyle{
	font-family:Tahoma;
	font-size:9pt;
	color:#666666;
	text-align:center;
}
.legendStyle{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#273238;
}
.loginFormLabel{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:bold;
	color:#397FBD;
	text-align:right;
}
.defaultText{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:9pt;
	color:#333333;
	text-align:justify;
}
.rowNon{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	background-color:#F7F7F7;
}
.rowPair{
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#000000;
	background-color:#FFFFFF;
}
.tableHeader{
	font-weight:bold;
	text-align:center;
	background-color:#C7CBD4;
	color:#243E5F;
}
/* INICIAN ESTILOS PARA LINKS DEL FOOTER */
a.footerLink:link{
	font-family:Tahoma;
	font-size:8pt;
	color:#999999;
	text-decoration:none;
}
a.footerLink:active{
	font-family:Tahoma;
	font-size:8pt;
	color:#999999;
	text-decoration:none;
}
a.footerLink:visited{
	font-family:Tahoma;
	font-size:8pt;
	color:#999999;
	text-decoration:none;
}
a.footerLink:hover{
	font-family:Tahoma;
	font-size:8pt;
	color:#CCCCCC;
	text-decoration:underline;
}
/* FINALIZAN ESTILOS PARA LINKS DEL FOOTER */

/* INICIAN ESTILOS PARA LINKS POR DEFECT */
a:link{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:9pt;
	color:#0066CC;
	text-decoration:underline;
}
a:active{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:9pt;
	color:#0066CC;
	text-decoration:underline;
}
a:visited{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:9pt;
	color:#0066CC;
	text-decoration:underline;
}
a:hover{
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:9pt;
	color:#00CC00;
	text-decoration:underline;
}
/* FINALIZAN ESTILOS PARA LINKS POR DEFECT */
