TD {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
		font-size: 11px;
		font-weight: bold;
	}
	Div.Glow_Heading {
		height: 50;
		font-size: 20pt;
		font-family: Verdana;
		color: #FFFFFF;
		font-weight: bolder;
		Filter: Glow(Color=#000000, Strength=4);
	}
	Div.Link_Header { 
		color: #FFFFFF;
		font-size: 10pt;
		Filter: DropShadow(Color=#868D92, OffX=2, OffY=2, Positive=1);
		height: 35;
		position: relative;
		font-weight: bold;
		top: 18;
	}
	A {
		color: #FFFFFF;
		text-decoration : none;
		Filter: DropShadow(Color=black, OffX=1, OffY=1, Positive=1);
		height: 1;
	}
	A.side_link {
		color: #FFFFFF;
		text-decoration : none;
		Filter: DropShadow(Color=#868D92, OffX=2, OffY=2, Positive=1);
		height: 1;
		position: relative;
	}
	A.side_link:hover {
		text-decoration : none;
	}
	A.link {
		color: green;
		text-decoration : none;
		height: 0;
		Filter: DropShadow(Color=white, OffX=0, OffY=0, Positive=0);
	}
	A:hover {
		text-decoration : underline;
	}