


#mycustomscroll0 {
/* Typical fixed height and fixed width example */
	width: 280px;
	height: 575px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin:0px;
	padding-right: 10px;
	
}

#mycustomscroll6 {
/* Typical fixed height and fixed width example */
	width: 270px;
	height: 240px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	float: left;
	/*background-color: #E7EADE;*/
	margin:0px;
	padding-left: 10px;
	padding-right: 10px;
	
	
}



#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 200px;
	height: 378px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin:0px;
	padding-left: 10px;
	padding-right: 10px;
	top: 10px; 
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width: 280px;
	height: 378px;
		overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin:0px;
	padding: 0px;
	top: 10px; 
}
#mycustomscroll3 {
/* Typical fixed height and fixed width example */
	width: 540px;
	height: 370px;
		overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin:0px;
	padding: 10px;
}

#mycustomscroll5 {
/* Typical fixed height and fixed width example */
	width: 270px;
	height: 590px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin:0px;
	padding-left: 10px;
	padding-right: 10px;
	top: 10px; 
}

#mycustomscroll2 p{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ƒqƒ‰ƒMƒmŠpƒS Pro W3','‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
	font-size:10px;
		 line-height: 150%;

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

