/* CSS Document */

table a:link {
	color:#FFFFFF;
}
a:link {
	color:#666666;
}
a:visited {
	color: #666666;
}
table a:visited {
	color:#FFFFFF;
}
a:active {
	color:#FF0000;
}
a:hover {
	color:#0000FF;
	text-decoration:overline;
}
table a:hover {
	color:#FFFF00;
	text-decoration:overline;
}

/* Member Pages */
p.Mem_text a:link {
	color:#000000;
	font-weight:bolder;
}
p.Mem_text a:visited {
	color:#000000;
	font-weight:bolder;
}
p.Mem_text a:hover {
	color:#0000FF;
	text-decoration:overline;
}
p.Mem_text a:active {
	color:#FFFF00;
	font-weight:bolder;
}

/* Referrals Page */
p.Ref_text a:link {
	color:#000000;
	font-weight:bolder;
	font-style:italic;
}
p.Ref_text a:visited {
	color:#000000;
	font-weight:bolder;
	font-style:italic;
}
p.Ref_test a:hover {
	color:#990000;
	text-decoration:overline;
	font-weight:bolder;
	font-style:italic;
}
p.Ref_text a:active {
	color:#FFFF00;	
	font-weight:bolder;
	font-style:italic;
}

/* Charitable Page */
#char .Char_text a:link {
	color:#666666;
	font-weight:bolder;
	font-style:italic;
}
#char .Char_text a:visited {
	color:#666666;
	font-weight:bolder;
	font-style:italic;
}
#char .Char_text a:hover {
	color:#990000;
	text-decoration:overline;
	font-weight:bolder;
	font-style:italic;
}
#char .Char_text a:active {
	color:#FFFF00;	
	font-weight:bolder;
	font-style:italic;
}