h2 {
	font-size: 160%;
}


#content {
	padding: 0em;
	margin:0em;
}

.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 {
	width: 295px;
	height: 355px;
	overflow: auto;
	position: relative;
	margin: 2em 4px 2em auto;
	padding: 5px 5px 5px 1px;
	left: 9px;
	top: 0px;
	visibility: visible;
	text-align: left;






}

#mycustom {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
}


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


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding: 0px 7px 0px 0px;
}

