/*-------------------------------------------------------- white TEXT ----------------------------------------------------*/


 .content_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-decoration : none;
}


 .links_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-decoration : underline;
}
 .links_white:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-decoration : none;
}

/*-------------------------------------------------------- green TEXT ----------------------------------------------------*/



 .content_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #787725;
	text-decoration : none;
}


 .links_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #787725;
	text-decoration : underline;
}
 .links_green:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #787725;
	text-decoration : none;
}

/*-------------------------------------------------------- grey TEXT ----------------------------------------------------*/



 .content_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #464646;
	text-decoration : none;
}


 .links_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #464646;
	text-decoration : underline;
}
 .links_grey:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #464646;
	text-decoration : none;
}