﻿.minutes tr {

}
.minutes th {
	height: 2.0em;
	padding: 0px 0px 0px 0px;
	text-align:	left;
	border-top: 1px black solid;
}
.minutes td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:	center;
	width: 3.5em;
	border-top: 1px black solid;
}
.minutes a {
    text-decoration: none;
}
.minutes a:hover {
    text-decoration: none;
}

.oddYear {
	background-color: #99CCFF;
}

/* newsletter is identical to minutes except the width in the td is omitted */

.newsletters tr {

}
.newsletters th {
	height: 2.0em;
	padding: 0px 0px 0px 0px;
	text-align:	left;
	border-top: 1px black solid;
}
.newsletters td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align:	center;
	border-top: 1px black solid;
}
.newsletters a {
    text-decoration: none;
}
.newsletters a:hover {
    text-decoration: none;
}
