/* fixed width layout for Letssharecare: Ramandeep Singh
raman@rdsnetworks.net
 */
	body,
	html {
		margin:0;
		padding:0;
		background:#FFFFFF;
		
	}
	body {
		margin-top:40px;
		color:#FFFFFF;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
	}
	a{
font-size:11px;
color:#858585;
font-weight:bold;
text-decoration:none;

}
a:hover{
font-size:11px;
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
}
a.activelink{
font-size:11px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}	
.footer{
	font-family:Arial, Helvetica, sans-serif;
	color:#858585;
	font-size:11px;
	font-weight:bold;
	}

	.greentext{
	font-family:Arial, Helvetica, sans-serif;
	color:#BDDCA3;	
	}
