.copyrightnotice {

	font-size: 70%;

	font-weight: bold;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	text-indent: 0;

}



#mycustomscroll {

width: 577px;

height: 500px;

overflow: auto;

/* IE overflow fix, position must be relative or absolute*/

position: relative;

background-color: #ffffff;

/*margin: 0.3em auto;*/

padding-right: 10px;

text-align: left;

}



#mycustomscroll2 {

/* Typical fixed height and fixed width example */

width: 555px;

height: 500px;

overflow: auto;

/* IE overflow fix, position must be relative or absolute*/

position: relative;

background-color: #D5EADE;

margin: 0.3em auto;

padding: 15px;

}


#mycustomscroll-dp {

/* Typical fixed height and fixed width example */

width: 934px;

height: 510px;

overflow: auto;

/* IE overflow fix, position must be relative or absolute*/

position: relative;

background-color: #ffffff;

/*margin: 0.3em auto;*/

padding-right: 10px;

text-align: left;

}





.fixedwidth {

/* a wide div is used for creating horizontal scrollbars for demonstration purposes */

width: 555px;

height: auto;

position: relative;

color: black;

padding: 1px;

}


