@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
}
h1, h2, h3 {
	color: #000099
}
h1 {
	font-size:20px;
	text-align:center;
}
h2 {
	font-size:16px;
}
select {
	width:54px;
}
caption {
	color:#000099;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
th, td {
	font-size:12px;
	text-align:right;
}
.notes {
	font-size: 10px;
	font-weight: bold;
	text-align:left;
}
.thick {
	border-bottom:thin #000 solid;
}
.red {
	color: #F00;
}
