@charset "utf-8";
/* CSS Document */
	td {
	font-family: Arial, Helvetica ,sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
	A:LINK {
	text-decoration:none;
	color: #990000;,
	font-weight: bold;
}
	A:VISITED {
	text-decoration:none;
	color: #990000;
	font-weight: bold;
}
	A:ACTIVE {
	text-decoration:underline;
	color: #990000;
	font-weight: bold;
}
	A:HOVER {
	text-decoration:underline;
	color: #990000;
	font-weight: bold;
}
