/* CSS Document */

<style type="text/css">
<xsl:comment>
.TablaFormulario{
	border:1px solid black;
	text-align:left;
}

.TablaFormulario TD{
	padding:5px;
	font-family: Arial;
	font-size: 12px;
}

.Check{
	border:1px solid black;
	font-family: Verdana;
}
.TextField{
	border-bottom:1px solid black;
	text-align:left;
}
.Estilo1 {font-weight: bold}
.Estilo2 {font-size: 10px}
.Estilo4 {font-size: 10px; font-weight: bold; }
.Estilo5 {
	font-size: 15px;
	font-weight: bold;
}
.Estilo6 {
	font-size: 35px;
	font-weight: bold;
	color: #1C2E7A;
}
.Estilo7 {
	font-size: 8px;
	color: #233381;
	font-weight: bold;
}
</xsl:comment>
</style>