BODY {
	color : #6B6B6B;
	background-color : White;
	font-family : Arial, sans-serif;
}

TD {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #6b6b6b;
	font-weight: normal;
	text-decoration: none;
}


A:LINK {
	color : #6B6B6B;
	text-decoration : none;
	font-family : Arial, sans-serif;
	font-size : 11px;
}

A:VISITED {
	color : #989898;
	text-decoration : none;
	font-family : Arial, sans-serif;
	font-size : 11px;
}

A:HOVER {
	color : #000000;
	text-decoration : none;
	font-family : Arial, sans-serif;
	font-size : 11px;
}


