body {
	background-color: #FFFFFF; 
	margin-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
}

.txtnormal{
	font-family: Arial; 
	font-size: 8pt; 
	color: #000000;
	text-align: justify;	
}

.titulo {
	font-family: Arial; 
	font-size: 9pt; 
	font-weight:bolder; 
	color: #000000;
}

.txtcenter {
	font-family: Arial; 
	font-size: 8pt; 
	color: #FFFFFF; 
	text-align: center;
}

.txtneg {
	font-family: Arial; 
	font-size: 11px; 
	font-weight: bolder; 
	color: #000000;
}

.justneg {
	font-family: Arial; 
	font-size: 8pt; 
	text-align:justify; 
	font-weight: bolder; 
	color: #000000;
}

A {
	font-family: Arial; 
	font-size: 8pt; 
	color: #000000; 
	text-decoration: none;
}

A:hover {
	font-family: Arial; 
	font-size: 8pt; 
	color: #000000; 
	text-decoration: underline;
}

.enlace {
	font-family: Arial; 
	font-size: 8pt; 
	color: #CC0066; 
	font-weight: bolder; 
	text-decoration: none;
}

.enlace:hover {
	font-family: Arial; 
	font-size: 8pt; 
	color: #CC0066; 
	font-weight: bolder; 
	text-decoration: underline;
}

.borde {
	border-style:solid;
	color:#CC0066;
	border-width:thin;
}

.estilotextfield {
	width:500px;
	height:20px;
	border: 1px solid #CC0066;
}

.estilotextarea {
	width:500px;
	height:100px;
	border: 1px solid #CC0066;
}