aSched, a.aSched:link, a.aSched:visited {
	font-family : Arial, Tahoma,  sans-serif;
	color: #3E3E3E;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
}

a.aSched:hover {
	color: black;
	text-decoration : underline;
}
a.aSched:active {
	color: black;

}
.ScheduleTbl {
	font-family : Arial, Tahoma,  sans-serif;
	border-collapse: collapse;
	border-color: #111111;
	width: 800px;
	background-color :white;
	text-align: center;
	padding: 5px 3px 5px 5px;
}
 
.ScheduleTbl td {
	text-align: center;
	padding: 3px 2px 3px 2px;
}
 
#SpeakerTbl {
	border-collapse: collapse;
	border-color: #111111;
	width: 800px;
	background-color : #FFEBCD;
}
#MainTbl {
    width: 900px;
	background-color : white;
	border-color : #F05C06;
	border-style : solid;
	border-width : 8px;
}
#TitleSched {
	width: 900px;
	height:52px;
	font-family: "Times New Roman", Times, serif;
	font-size : 36px;
	font-weight : bold;
	background-color : #F05C06;
	vertical-align : top;
	text-align : left;
	color : #3A3A3A; 
}  

.TitleText {
	font-family: Arial, Tahoma,  sans-serif;
	font-size: 16px;
	font-weight: bold;

}
.TitleSubText {
	font-family: Arial, Tahoma,  sans-serif;
	font-size: 14px;
	font-weight: bold;

}
.BodyText {
	font-family: Arial, Tahoma,  sans-serif;
	font-size: 13px;
	font-weight: normal;

}