html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.vertCenteredTable {
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 20px;
}
.mainTD {
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
}
.agendaTbl_01 {
	color: #FFFFFF;
}
.bios_head {
	font-size: 13px;
	font-weight: bold;
	color: #98e3ff;
	margin-top: 30px;
	margin-bottom: 5px;
	text-align: left;
}
.bios_head_top {
	font-size: 13px;
	font-weight: bold;
	color: #98e3ff;
	margin-bottom: 5px;
	text-align: left;
}

.bios_text {
	color: #FFFFFF;
	line-height: 17px;
	padding-right: 20px;
	text-align: justify;
}


.tbl_row {
	padding-bottom: 8px;
	vertical-align: top;
}
.tbl_row_Stream {
	padding-bottom: 8px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-size: 11px;
}


.tbl_head {
	font-size: 15px;
	font-weight: bold;
	color: #98e3ff;
}
.tbl_headWithSpc {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	color: #98e3ff;
}

.streamTbl_head {
	background-color: #999999;
	color: #98E3FF;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.streamTbl_head_Stream {
	background-color: #FFFFFF;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFEAB;
}
a:hover {
	text-decoration: underline;
}
a.pres:link, a.pres:visited, a.pres:active {
	text-decoration: none;
	color: #0000AE;
	font-weight:bold;
}
a.pres:hover {
	text-decoration: underline;
	font-weight:bold;
}
