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

/*Page related styles for you to view*/

.mycustomscroll {
/* Typical fixed height and fixed width example */
	width:330px;
	height:300px;
	overflow:auto;

/* IE overflow fix, position must be relative or absolute*/
	position:relative;
	background-color:#454136;
	/*margin:0.3em auto;*/
	padding:10px;
}


.mycustomscroll2 {
/* Typical fixed height and fixed width example */
	width:320px;
	height:260px;
	overflow-y:auto;
/* IE overflow fix, position must be relative or absolute*/
	position:relative;
	margin:0.3em auto;
	padding:15px;
	overflow-x:hidden;
}

.mycustomscroll3 {
/* Typical fixed height and fixed width example */
   width:320px;
   height:220px;
   overflow-y:auto;
/* IE overflow fix, position must be relative or absolute*/
   position:relative;
   margin:0.3em auto;
   padding:0px 15px 15px 15px;
   overflow-x:hidden;
}

.mycustomscroll4 {
/* Typical fixed height and fixed width example */
   width:300px;
   height:258px;
   overflow-y:auto;
/* IE overflow fix, position must be relative or absolute*/
   position:relative;
   margin:10px 0 0 0;
	padding:10px 0 20px 0;
   overflow-x:hidden;
	border:0px solid;
}

.mycustomscroll5 {
/* Typical fixed height and fixed width example */
   width:300px;
   height:258px;
   overflow-x:auto;
/* IE overflow fix, position must be relative or absolute*/
   position:relative;
   margin:10px 0 0 0;
	padding:10px 0 20px 0;
   overflow-y:hidden;
	border:0px solid;
}

.mycustomscroll6 {
/* Typical fixed height and fixed width example */
   width:560px;
   height:93px;
   overflow-y:auto;
/* IE overflow fix, position must be relative or absolute*/
   position:relative;
   margin:5px 0px 5px 10px;
	padding:0px 0 0px 0;
   overflow-x:hidden;
	border:0px solid;
}

.mycustomscroll7 {
/* Typical fixed height and fixed width example */
   width:390px;
   height:180px;
   overflow-y:auto;
/* IE overflow fix, position must be relative or absolute*/
   position:relative;
   margin:5px 0px 0px 10px;
	padding:0px 0 0px 0;
   overflow-x:hidden;
	border:0px solid;
}

/*
.fixedwidth {
 a wide div is used for creating horizontal scrollbars for demonstration purposes 
	width:550px;
	height:auto;
	position:relative;
	color:black;
	padding:1px;
}
general page style ends here 
*/
