A {
	text-decoration : none;
	color : #000000;
}

A:ACTIVE {
	text-decoration : none;
	color : #000000;
	}

A:HOVER {
	text-decoration : none;
	color : #9DB997;
}

A:LINK {
	text-decoration : none;
	color : #000000;
}

A:VISITED {
	text-decoration : none;
	}

BODY {
	background-color : White;
	font-family : "Times New Roman", Times, serif;
	color : Black;
	font-size : 11pt;
}





