BODY, TD {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color : 666666;
}

A {
	text-decoration: none;
	color: 666666;
}

A:Hover {
	text-decoration: none;
	color: ff0000;
}

.content {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color : 666666;
}
	A. content:LINK{
		color : 6699ff;
		text-decoration : underline;
	}
	A.content:VISITED
	{
	color : 6699ff;
	text-decoration : underline;
	}
	
	A.content:HOVER
	{
	color : ff0000;
	text-decoration : underline;
	}
	
.subheadline {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 8pt;
	color : 666666;
}
	A. subheadline:LINK{
		color : 666666;
	}
	A.subheadline:VISITED
	{
	color : 666666;
	text-decoration : none;
	}
	
	A.subheadline:HOVER
	{
	color : ff0000;
	text-decoration : none;
	}	
	
.subheadline2 {
	font-family : Verdana, Arial, sans-serif ;
	font-size : 7pt;
	color : gray;
}
	A. subheadline2:LINK{
		color : 6699ff;
	}
	A.subheadline2:VISITED
	{
	color : gray;
	text-decoration : none;
	}
	
	A.subheadline2:HOVER
	{
	color : ff0000;
	text-decoration : none;
	}
