.texto {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.FormInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.FormSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	width: 250px;
	background-color: #CCCCCC;
}
.LinkNewsletter {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}	
.LinkNewsletter:Hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #0000FF;
	text-decoration:underline;
}	
