body {
	font-family: "Gill Sans MT", Verdana, Arial, sans-serif;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Harrington, "Times New Roman", serif;
	font-size: 36px;
}
h2 {
	font-family: Harrington, "Times New Roman", serif;
	font-size: 18px;
}
h3, .highlight {
	font-family: "Viner Hand ITC", Georgia, serif;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-family: "Viner Hand ITC", Georgia, serif;
	font-size: 11px;
}
table, td {
	vertical-align: top;
}
.sotr {
	color: #663300;
	background-color: #FFFF66;
	font-weight: bold;
	border: thin solid #663300;
}
.passed {	background-color: #CCCCCC;}
.meeting {	background-color: #CCCCFF;}
.event {	background-color: #CCFFCC;}
.ledger {
	text-align: right;
}

.editbutton {
	color: #CCCCFF;
	background-color: #CCCCFF;
	width: 20px;
	font-size:8px;
}

.titlebutton {
	color: #000000;
	background-color: #CCCCFF;
	font-size:larger;
	font-weight: bold;


