body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align:center;
}
#wrapper {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	text-align:left;
}
#title {
	font-size: 250%;
	font-weight: bold;
	color: #FFCC33;
	background-color: #000000;
	text-align: center;
	padding:10px 10px .3em;
	margin: 5px;
}
a {
	text-decoration:none;
	font-size:120%;
	font-weight:bold;
}
.menuanchor {
	display: block;
	background-color:#CCCCCC
}
a:link {
	color: #0000CC;
	text-align: center;
	}
a:visited {
	color: #00CCFF;
	}
a:hover, a:active {
	color: #FFFFFF;
	background-color: #0000FF;
	}
#meetingschedule {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}
.meetingscheduleextra {
	font-size: 120%;
	text-decoration: underline;
}
.purpandobjective {
	font-size: 120%;
	font-weight: bold;
}
.red {
	color: #990000;
}