.style_pointed {
	background-image: url(images/stylized_pointed.gif);
	background-repeat: repeat-x;
}
.text_form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}
.text_formSmall {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #999999;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #BE9F70;
	background-color: #F4F1E0;
}
.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.contact_bg {
	background-image: url(images/stylized_contactbg.jpg);
	background-repeat: no-repeat;
}
.stylized_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: 1px solid #AA9C75;
	background-color: #F5F3EE;
}
.admin_bg {
	background-image: url(images/stylized_adminbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


/* Join the Family Form Styles */
#contact-info td.text_form {
	width: 50%;
	padding: 3px 5px;
	margin: 0px 0px 5px 0px;
	text-align: right;
}

fieldset {
	border: 1px solid #BE9F70;
}
