div.presentationControls {
	height:				30px; 
	margin-top:			10px; 
	margin-bottom:		10px; 
	overflow:			hidden;
}


div.presentationContent {
	margin:				0;
	padding-left:		5px;
	height:				590px;
	overflow:			auto;
	font-family:		Arial, Sans-Serif;
	font-size:			12pt;
	font-weight:		normal;
	line-height:		14pt;
	text-align:			left;
	text-transform:		none;
}

div.presentationItem {
	margin-bottom:		5px;
}

div.presentationSpacer {
	padding:			10px;
}

div.presentationBox {
	text-align:			center;
	font-weight:		normal;
	border:				1px solid black;
	background-color:	#ddd;
	padding:			10px;
	margin:				0px;
	margin-left:		8%;
	margin-right:		8%;
	margin-bottom:		10px;
}

div.presentationFrame {
	font-weight:		normal;
	margin-top:			5px;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		10px;
}

div.presentationFrameNarrow {
	text-align:			left;
	font-weight:		normal;
	padding:			10px;
	margin-top:			5px;
	margin-left:		15%;
	margin-right:		15%;
	margin-bottom:		10px;
}

div.presentationOutlineBox {
	text-align:			center;
	font-weight:		normal;
	border:				0;
	padding:			5px;
	margin-top:			5px;
	margin-left:		auto;
	margin-right:		auto;
	margin-bottom:		10px;
}

div.presentationImageContainer {
	border:				0px;
	padding:			0px;
	margin:				0px;
}


div.presentationContent h1 {
	text-align:			center;
	font-size:			150%;
	padding:			5px;
	margin:				0px;
	margin-bottom:		10px;
	text-transform:		none;
}

div.presentationContent h2 {
	font-size:			120%;
	margin:				0px;
	margin-bottom:		10px;
	text-transform:		none;
}

div.presentationContent h3 {
	font-weight:		bold;
	font-size:			110%;
	margin:				0px;
	text-transform:		none;
	padding:			0px;
	padding-top:		5px;
}

div.presentationContent p {
	margin:				0;
	margin-top:			10px;
	margin-bottom:		10px;
	padding:			0;
}

div.presentationContent em {
	font-weight:		bold;
	font-style:			normal;
}

div.presentationContent span.ul {
	text-decoration:	underline;
}

div.presentationContent span.bi {
	font-weight:		bold;
	font-style:			normal;
}

div.presentationContent span.lb {
	font-weight:		bold;
	font-style:			normal;
	font-size:			125%;
}

div.presentationContent ul {
	font-size:			100%;
	text-align:			left;
}

div.presentationContent li {
	margin-bottom:		8px;
}

div.presentationContent table {
	margin-left:		auto;
	margin-right:		auto;
	font-family:		Arial, Sans-Serif;
	font-size:			11px;
	font-weight:		normal;
	line-height:		13px;
}

