body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-size: 12px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
.meetingIndexColumnHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: center;
}
.meetingIndexBullet {
	list-style-image: url(/images/bullets/bulletDiamondPink.gif);
	font-size: 12px;
	margin-left: 30	px;
	margin-top: 5 px;
}
.meetingIndexLink:link {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.meetingIndexLink:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.meetingIndexLink:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.meetingIndexLink:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.meetingBorder {
	border-bottom:#F4E4B9 2px solid;
}
.mainlink {
	color: #FFFFFF;
}
.formFieldLabel {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.required {
	color: #CC0000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
}
.tableBordered {
	border-bottom:#A6A6A6 1px solid;
	border-right:#A6A6A6 1px solid;
}
.tableBorderedCell {
	border-top:#A6A6A6 1px solid;
	border-left:#A6A6A6 1px solid;
	font-size:11px;
}
.tableHeader {
	color:#FFFFFF;
	background-color:#006D94;
	font-size:11px;
}
.reverseRow {
	background-color:#EBEBEB;
}
.textField {
	width:300px;
	font-size:11px;
}
.buttonField {
	font-size:11px;
}
