﻿/* book stylesheet */
#printme {
	margin-left: 10px;
	float: left;
	width: 30px;
}
input#printimg {
	width: 30px;
	height: 28px;
}
#modtime {
	float: left;
}
#f1 {
	background-color: #ebf3fa;
	margin-top: 5px;
	padding: 5px 3px 5px 3px;
	font-size: 0.8em;
}
#stmt {
	margin-left: 15px;
	margin-bottom: 7px;
}
.tablediv {
	margin-top: 10px;
}
table {
	font-size: 1.0em;
	border: 1px black solid;
	border-collapse: collapse;
	border-color: inherit;
	border-width: medium;
	font-family: Calibri, sans-serif;
}
table caption {
	padding-bottom: 7px;
	font-weight: bold;
}
table th {
	font-weight: bold;
	text-align: center;
}
table td {
	text-align: center;
	padding: 3px;
}
.hilight {
	color: #00FF00;
}
