.roomName {
	font-size: x-small;
	color: #FF0000;
}
.date {
	font-size: medium;
	color: #0000FF;
	font-style: normal;
	font-weight: bolder;
	text-transform: none;
	text-decoration: underline;
}
.time {
	font-size: x-small;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-align: right;
	vertical-align: middle;

}
.eventName {
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
}
.speakerName {
	font-size: x-small;
	font-weight: normal;
	text-decoration: underline;

}
.speakerTitle {
	font-size: x-small;
	color: #333333;
	font-style: italic;
	font-weight: normal;


}
