.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}
#mycustomscroll {
/* Typical fixed height and fixed width example */
  width: 510px;
  height: 330px;
  margin-top: 10px;
/*  overflow: auto;*/
  float:right;
/* IE overflow fix, position must be relative or absolute*/
}
#mycustomscroll-mdm {
/* Typical fixed height and fixed width example */
width: 490px;
overflow: auto;
float:right;
height: 320px;
margin: 10px 0px 5px 0;
/* IE overflow fix, position must be relative or absolute*/
}
#mycustomscroll1 {
/* Typical fixed height and fixed width example */
  width: 510px;
  height: 300px;
  margin-top: 30px;
  margin-bottom: 10px;
/*  overflow: auto;*/
  float:right;
/* IE overflow fix, position must be relative or absolute*/
}
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
  width: 510px;
  height: 175px;
  margin-top: 10px;
  margin-bottom: 5px;
/*  overflow: auto;*/
  float:right;
/* IE overflow fix, position must be relative or absolute*/
}
#mycustomscroll3 {
/* Typical fixed height and fixed width example */
  width: 510px;
  height: 300px;
  margin-top: 20px;
  margin-bottom: 10px;
/*  overflow: auto;*/
  float:right;
/* IE overflow fix, position must be relative or absolute*/
}
#mycustomscroll4 {
/* Typical fixed height and fixed width example */
  width: 510px;
  height: 370px;
  margin-top: 15px;
  margin-bottom: 10px;
/*  overflow: auto;*/
  float:right;
/* IE overflow fix, position must be relative or absolute*/
}