body {
	margin: 10px;
	padding: 0px;
	font-family:arial,helvetica;
	font-size:11px;
	text-decoration:none;
}
table.agenda {
	font-family:arial,helvetica;
	font-size:11px;
}
.memberDesc a, .memberDesc a:hover, .memberDesc a:visited, .memberDesc a:link {
font-weight: bold;
}
a, a:hover, a:visited, a:link {
	color: black;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
}
#page {
	background-color: #e2e2e2;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 4px solid red;
}
#header {
	clear: both;
	padding-left: 70px;
	padding-bottom: 10px;
	background-color: white;
}
#leftColumn {
	width: 145px;
	float: left;
	border-top: 1px solid #666666;
}
#rightColumn {
	width: 160px;
	float: right;
	border-top: 1px solid #666666;
}
#centerColumn {
	margin-right: 160px; /* width of #rightColumn */
	margin-left: 145px; /* width of #leftColumn */
	padding: 10px;
	background-color: white;
}
#footer {
        clear: both;
	text-align: center;
	border-top: 1px solid #666666;
	margin-top: 20px;
	padding: 5px;
}
ul.navig, ul.members {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.navig li {
	border-bottom: 1px solid #666666;
}
ul.members li, ul.members li a, ul.members li a:hover, ul.members li a:visited, ul.members li a:link {
	font-weight: bold;
	color: #666666;
}
ul.members li, ul.navig li {
	padding: 2px;
	padding-left: 8px;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: red;
	margin-bottom: 10px;
}
.subtitle {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 2px solid red;
	padding: 2px;
	padding-left: 8px;
}
li.active {
	border-left: 2px solid red;
	background-color: white;
	font-weight: bold;
}
.evenRow {
	background-color: #eeeeee;
}
.oddRow {
	background-color: #ffeeee;
}