
.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: 592px;
height: 347px;
overflow: auto;
float: left;
padding: 10px 10px 0 10px;
text-align:left;
margin: 20px 0 0 15px;
background: url(../images/scrollround.png) no-repeat;
}


#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 250px;
overflow: auto;
float: left;
height: 218px;
padding: 0 10px 10px 10px;
text-align:left;
z-index: 25;
position: relative;
margin: 27px -100px 0 10px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 250px;
overflow: auto;
float: left;
height: 218px;
padding: 0 10px 10px 10px;
text-align:left;
z-index: 25;
position: relative;
margin: 27px 0 0 10px;
}

.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 */

