#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: 550px;
	height: 590px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 30px;
	top: 10px;
	left: 0px;
}

#mycustomscroll p {
		font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: justify;
}


#mycustomscroll2 {
	/* 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: #630102;
	padding: 1px;
}
#mycustomscroll p strong {
	font-weight: bold;
	color: #333;
}
#mycustomscroll ul {
	color: #333;
	text-align: justify;
}
