
.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: 258px;
overflow: auto;
float: left;
height: 65px;
padding: 0 10px 0 0;
font: 11px verdana, Arial, Helvetica, sans-serif;
text-align:left;
margin: 0 0 0 7px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 258px;
overflow: auto;
float: left;
height: 179px;
padding: 0 3px 0 0;
font: 11px Arial, Helvetica, sans-serif;
text-align:left;
margin: 0 0 0 7px;
}

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

