#session {
	font-size: 12pt;
	margin-left: 30px;
	margin-right: 30px;
}
#session h1{
}
#session h2 {
	font-size: 10pt;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: double;
	border-bottom-color: #999999;
}
#session h3 {
	font-size: 14pt;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

#session dl {
	margin-bottom: 30px;

}
#session dt {
	margin: 5px 0px 10px;
	padding: 5px;
	line-height: 1.6em;
	/* [disabled]font-size: 10pt; */
	background-color: #FFFFCC;
	border: 1px solid #FF9933;
}
#session dt strong {
	font-size: 11pt;
	font-weight: bold;
	color: #FF7111;
	padding : 2px 4px 0px 4px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	line-height: 2;
}
#session dd {
	line-height: 1.2em;

}
#session ul {
	margin-top: 5px;
	margin-bottom: 10px;
}
#session li {
	margin-bottom: 5px;
}
