@charset "utf-8";
/* CSS Document */
body, table {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333;

}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration:underline;
}

a.gross {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration:underline;
}

a:hover, a.gross:hover {
	color: #364483;
	text-decoration:underline;
}