


#content {
	background-color: #0000;
	padding: 0;
	margin:0;
}

.copyrightnotice {
font-family:verdana, Arial, Helvetica, sans-serif;
color:#8C8C8C;
font-size:12px;
margin:0px 0px 0px 0px;
padding:0px 20px 0px 0px;
line-height:20px;
text-align:justify;
}

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: auto;
height: 260px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #0000;
margin: 0 auto;
padding: 0px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: auto;
height: 260px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0 auto;
padding: 0px;
}


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

/* general page style ends here */
