.TextoRegular {
	color: #585858;
	font: normal normal normal 10pt/normal "Times";
}
.TextoRegularRojo {
	color: #FF4500;
	font: normal normal normal 10pt/normal "Arial Narrow";
}
.TextoRegularBold {
	color: Gray;
	font: normal normal lighter 9pt/normal "Microsoft Sans Serif";
}
.TextoTitulo1 {
	color: Gray;
	font: normal normal bold 10pt/normal Arial;
}
.TextoTitulo2 {
	color: Black;
	font: bold 12pt Arial;
}
.inputs {
	background: #F2F2F2;
	font: normal 10px Arial;
	color: Black;
}
.inputs2 {
	background: #ffffff;
	font: normal 10px Arial;
	color: Black;
}
.CheckBox {
	background: transparent;
	font: normal 8px Arial;
	color: Black;
}
body {
	background: White;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	}
			A.regularlinks:link {
				font: normal normal normal 10pt/normal "Times";
				text-decoration : underline;
				color : #666666;

			}
			A.regularlinks:visited {
				font: normal normal normal 10pt/normal "Times";
				text-decoration : underline;
				color : #666666;
			}
			A.regularlinks:active {
				font: normal normal normal 10pt/normal "Times";
				text-decoration : underline;
				color : #666666;
			}
			A.regularlinks:hover {
				font: normal normal normal 10pt/normal "Times";
				text-decoration : none;
				color : Black;
			}
.bg1 {
	background: #E3E3E3;
}
.bg2 {
	background: #FFFACD;
}
			A.regularlinksRed:link {
				font : Times;
				font-size : 11px;
				text-decoration : underline;
				color : #5b5b5b;
				font-family : Times;
				line-height : normal;
				text-align : left;
			}
			A.regularlinksRed:visited {
				font : Times;
				font-size : 11px;
				text-decoration : underline;
				color : #5b5b5b;
				font-family : Times;
				line-height : normal;
				text-align : left;
			}
			A.regularlinksRed:active {
				font : Times;
				font-size : 11px;
				text-decoration : underline;
				color : #5b5b5b;
				font-family : Times;
				line-height : normal;
				text-align : left;
			}
			A.regularlinksRed:hover {
				font : Times;
				font-size : 11px;
				text-decoration : none;
				color : #5b5b5b;
				font-family : Times;
				line-height : normal;
				text-align : left;
			}