.list_title {
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}
.speakers {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;	
}
ul.list {
	color: #656A7D;
	font-size:11px;
	margin-top: 0px;
	list-style-type: square;
}
.sublist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight:bold;
}
.enlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	font-weight:bold;
	text-align:center;
}

.corp_partners{
	border: #baa98e solid 1px;
	text-align:center;
	width:685px;
	color:#2B6130;
	padding:10px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
	background-color: #E8D55B;
}

/* Links */
a:link, a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #053E75;
	background: transparent; 
	}
a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #027FC2;
	background: transparent; 
	}
a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #8C1928;
	background: transparent;  
	}
