@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 10pt; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
	color: #0000;

}
a {
	font-size: 10pt;
	color: #000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #31A9DD;
}
a:active {
	text-decoration: none;
	color: #53B7E3;
}
