/* This style used for the side menu was adapted from www.gnu.org */
td.side {
	color: #3366cc;
	background: #f2f2f9;
	border-color: #3366cc;
	border-style: solid;
	border-width: thin;
	vertical-align: top;
	width: 150px;
	font-size: 12pt;
        white-space: nowrap;
}

td.item {
	vertical-align: top;
}
td.value {
	vertical-align: top;
}
