
:focus { /* for removing dotted lines from the border */
  moz-outline-style: none;
}
.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 */
	
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	
	
	
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
	
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	background-color: #D5EADE;
	
}

.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	
	height: auto;
	position: relative;
	color: black;
	
}

/* general page style ends here */


