#MainBody {
}
#InnerBody { 
}
#TextArea {
	text-align:center;
}

.style2 {font-size: 10px}
.style9 {font-size: 12; font-weight: bold; }
.style10 {color: #ff0825}
.style13 {font-style: italic; color: #8A321A;}
.style14 {
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
}
.style17 {font-size: 12px}

aSched, a.aSched:link, a.aSched:visited {
	font-family : Arial, Tahoma,  sans-serif;
	color: black;
	font-size : 12px;
	font-weight : bold;
	text-decoration : underline;
}

a.aSched:hover {
	color: red;
}
a.aSched:active {
	color: black;

}

#ScheduleTbl {
	border-color: #111111;
	width: 800px;
	background-color :white;
}

#SpeakerTbl {
	border-collapse: collapse;
	border-color: #111111;
	width: 800px;
	background-color : #e4d4ba;
}
#MainTbl {
    width: 900px;
	background-color : white;
	border-color : #0674f0;
	border-style : solid;
	border-width : 8px;
}
#TitleSched {
	width: 900px;
	height:52px;
	font-family: Arial, Tahoma,  sans-serif;
	font-size : 36px;
	font-weight : bold;
	background-color : #0669f0;
	vertical-align : top;
	text-align : left;
	color : #FFFFFF;
}  
a, a:link {
	font-family : Arial, Tahoma,  sans-serif;
	color: Blue;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
}

