h2 {
	font-family: Calibri, Tahoma, Arial, Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #015089;
}
#content {
	background-color: #AAAAAA;
	padding: 3em;
	margin:0.2em 2em;
}

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

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 405px;
	height: 370px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding-right: 10px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
width: 380px;
	height: 370px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding-right: 10px;
	padding-left: 15px;
}

#mycustomscroll3 {
	/* Typical fixed height and fixed width example */
width: 800px;
	height: 370px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding-right: 10px;

}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
#mycustomscroll-bene {
	/* Typical fixed height and fixed width example */
width: 380px;
	height: 350px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding-right: 10px;
	padding-left: 15px;
}
#mycustomscroll-large {
	/* Typical fixed height and fixed width example */
width: 800px;
	height: 370px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding-right: 10px;
}
