
#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 480px;
	height: 110px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	outline:none;
	font-size:13px;
}
#mycustomscroll3 {
/* Typical fixed height and fixed width example */
	width: 480px;
	height: 110px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	outline:none;
	font-size:13px;
}
#mycustomscroll4 {
/* Typical fixed height and fixed width example */
	width: 480px;
	height: 110px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	outline:none;
	font-size:13px;
}
#mycustomscroll5 {
/* Typical fixed height and fixed width example */
	width: 400px;
	height: 150px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	font-size:12px;
	outline:none;
}
#mycustomscroll6 {
/* Typical fixed height and fixed width example */
	width: 495px;
	height: 180px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3em auto;
	padding: 15px;
	font-size:12px;
	outline:none;
}
#mycustomscroll7 {
/* Typical fixed height and fixed width example */
	width: 495px;
	height: 140px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	font-size:12px;
	outline:none;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 340px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #B4C2DA;
	margin: 0.3em auto;
	padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 550px;
	height: auto;
	position: relative;
	color: black;
	padding: 1px;
}


.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

