@import url("main.css");
body{
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-size:1em;
	font-weight:normal;
 	height:100%;
	margin-bottom:0;
	margin-top:0;
	color:#003366;
}
body.home{
	background:url('images/bg.gif');
 	background-repeat: no-repeat; 
	background-repeat:repeat-y;
}
body.care{
	background:url('care/images/bg.gif');
 	background-repeat: no-repeat; 
	background-repeat:repeat-y;
}
body.nln{
	background:url('nln/images/1pix_nln.gif');
 	background-repeat: no-repeat; 
	background-repeat:repeat-y;
}
body.gandon{
	background:url('rehabenterprises/images/1pix_gandon.gif');
 	background-repeat: no-repeat; 
	background-repeat:repeat-y;
}
body.foundation{
	background:url('foundation/images/1pix_found.gif');
 	background-repeat: no-repeat; 
	background-repeat:repeat-y;
}
body.lotteries{
	background:url('lotteries/images/1pix_lott.gif');
 	background-repeat: no-repeat; 
	background-repeat:repeat-y;
}
.txtAdjustLargerWhite{
	color:#ffffff;
}
a.txtAdjustStandard:link{
	color:#003366;
	font-size:0.7em;
	font-weight:normal;
	text-decoration:none;
}
a.txtAdjustStandard:visited{
	color:#003366;
	font-size:0.7em;
	font-weight:normal;
	text-decoration:none;
}	
a.txtAdjustStandard:hover{
	color:#003366;
	font-size:0.7em;
	font-weight:normal;
	text-decoration:underline;
}
a.txtAdjustLarge:link{
	color:#003366;
	font-size:0.9em;
	font-weight:normal;
	text-decoration:none;
}
a.txtAdjustLarge:visited{
	color:#003366;
	font-size:0.9em;
	font-weight:normal;
	text-decoration:none;
}	
a.txtAdjustLarge:hover{
	color:#003366;
	font-size:0.9em;
	font-weight:normal;
	text-decoration:underline;
}

