/* CSS Document */

.programMenu_off {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	border-left: 5px solid #000066;
	border-top: 1px solid #FFFFFF;
	padding: 6px 0px 6px 12px;
	margin-bottom: 0px;
	width: 107px;
	cursor: pointer;
}

.programMenu_on {
	color: #000000;
	text-decoration: none;
	background-color: #C9B780;
	border-left: 5px solid #C9B780;
	border-top: 1px solid #FFFFFF;
	padding: 6px 0px 6px 12px;
	margin-bottom: 0px;
	width: 107px;
	cursor: pointer;
}

.programMenu_sel {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
	border-left: 10px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding: 6px 0px 6px 12px;
	margin-bottom: 0px;
	width: 107px;
	cursor: pointer;
}

li.bullets {
	font-size: 9pt;
	color: #333333;
	text-align: left;
	vertical-align: middle;
	margin-left: 1.5em; 
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 0em; 
	margin-top:0em;
	list-style: disc;
	font-weight: normal
}

.pullQuote {
	display: none;
	width: 120px;
}

.quoteText {
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	margin-bottom: 4px;
	white-space: normal;
	width: 120px;
}

.quoteName {
	font-size: 9pt;
	font-weight: normal;
	color: #333333;
	width: 120px;
	
}

.quoteTitle {
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	width: 120px;
}

.quoteCompany {
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	margin-bottom: 10px;
	width: 120px;
}

.agendaDate {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}

.agendaSpeaker {
	font-size: 9pt;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 2px;
}

.agendaSession {
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 6px;
}

.instructorsTitle {
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 2px;
}

.instructorsInstitution {
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 2px;
}

.instructorsName {
	font-size: 9pt;
	font-weight: bold;
}

.ppc {
	font-size: 9px;
	background-color: #E9E9E9;
}