@charset "utf-8";
/* CSS Document */
body {
	background-color: #E6F5F8;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.serif_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#bordered_div {
	padding: 10px;
	border: 1px solid #999999;
}
