@charset "utf-8";
a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9E2800;
	font-weight: bold
}
a:visited {
	text-decoration: none;
	color: #9E2800;
	font-weight: bold
}
a:hover {
	text-decoration: underline;
	color: #06C;
}
a:active {
	text-decoration: none;
}
.tabletext {
font-size: 8pt;
}