@charset "utf-8";
/* CSS Document */
body, p, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
p.xsmall {
	font-size:7pt;
}
h1 {
	font-size:18pt;
	font-weight:bold;
}
h2 {
	font-size:14pt;
	font-weight:bold;
}
a {
	text-decoration:none;
	color:blue;
}
a:hover {
	text-decoration:underline;
}
