@charset "utf-8";
#TheCommittee {
	background-color: #FFFFFF;
	width: 375px;
	padding: 10px;
	float: left;
}
.CommitteeNames {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	list-style-type: circle;
	list-style-position: outside;
}
#Image {
	float: left;
	border: medium groove #FFFFFF;
	width: 280px;
}

#ImageDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: center;
	float: left;
}
h1 {
	text-decoration: underline;
}
table {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
}
td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
