/*
 * jQuery Text Shadow Settiings for Philips Pensioenfonds
 *
 * Copyright (c) 2011 ArchYves
 */

$(document).ready(function(){
	$(".hasTextShadowGreen").textShadow({
		x:      0, 
		y:      1, 
		radius: 1,
		color:  "#7e9642"
	});
	$(".hasTextShadowPurple").textShadow({
		x:      0, 
		y:      1, 
		radius: 1,
		color:  "#2e1726"
	});
})
