.text_content {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #007052;
}
.text_contentArial {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #007052;
}
.titles {
	font-family:   Georgia,Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #007052;
	
}
.capitals {
	font-family: Times New Roman, Helvetica, sans-serif;
	font-size: 14px;
	color: #007052;
	font-weight: bold;
}

a:link { text-decoration: underline; color: #007052 }
a:visited { text-decoration: underline; color: #007052 }
a:active { text-decoration: underline; color: #007052 }
a:hover { text-decoration: underline; color: #007052 }


.bgFade {
	background-attachment: scroll;
	background-image: url(images_site/bg_gradient.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.bgLeft {
	background-attachment: scroll;
	background-image: url(images_site/left_gradient.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
