#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

.copyrightnotice {
	font-size: 9px;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
	color: #CFDF0B;
	line-height: 9px;
}

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

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
width: 496px;
	height: 210px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin: 0px;
	font-family: 'ITCAvantGardeGothicStdBook';
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	border: 0px;
	padding: 0px;
	padding-right: 4px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
.copyrightnoticeCopy {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
	color: #FFF;
}
