#content {
	margin-top: 0.2em;
	margin-right: 2em;
	margin-bottom: 0.2em;
	margin-left: 2em;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	height: 385px;
	width: 310px;
	padding-right: 10px;
}

#mycustomscroll2 {
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #d7d7d8;
}


.fixedwidth {
	position: relative;
	color: black;
	padding: 1px;
}

