#mycustomscroll {
/* Typical fixed height and fixed width example 
	width: 300px;
	height: 250px;*/
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0;
		font-size:12px; 
	font-family:verdana;
	color: #003333;
	border:0px dashed green;
	
		padding: 0;
height: 185px;
width: 415px;
}

#showsScroll{

/* Typical fixed height and fixed width example 
	width: 300px;
	height: 250px;*/
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0;
		font-size:12px; 
	font-family:verdana;
	color: #003333;
	border:0px dashed green;
	
		padding: 0;
height: 610px;
width: 550px;
margin-top: 28px;


}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 400px;
	height: 415px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	font-size:12px; 
	font-family:verdana;
	color: #003333;
margin: 0;
	margin-top: 55px;
	border: 0px red dashed;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
	
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	font-size:12px; 
	font-family:verdana;
	color: #003333;
margin: 0;
	margin-top: 55px;
	border: 0px red dashed;
}



.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;
}


