.meetings h2 {
	color: #6699CC;
}

.meetings td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-right: solid #6699CC 1px;
	text-align: center;
}

.meetings td#left{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-right: solid #6699CC 1px;
	text-align: left;
}

.meetings th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
	border-right: solid #FFFFFF 1px;
	text-align: center;
}

.greenbar {
	background-color: #DDEEFF;
	text-align: center;
}

.meetings th#last
{
	border-right: solid #6699CC 1px;
}


.plain td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
	text-align: center;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

.plain th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #6699CC;
}