@charset "utf-8";
body {
	margin:0;
	font-family:"Times New Roman", Times, serif;
	background-color:#FFF;
	color:#000;
}
h1 {
	font-size:1.5em;
	margin-left:10px;
	margin-top:5px;
}
h2 {
	font-size:1.25em;
	margin-left:10px;
}
#pagetitle {
	float:right;
	margin:10px;
	text-align:right;
}
#pagetitle h1 {
	font-size:1.25em;
}
table {
	font-size:100%;
}
#repage {
	border-top:1px solid #000;
}
iframe {
	overflow:visible;
}
.noprint {
	display:none;
}