@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f4380;
}
a {
	color: #d9401c;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
table {
	width: 800px;
}
