

h1, h2 {
	font-variant: small-caps;
	text-align: center;
	font-size: 180%;
	margin-left: 0;
	margin-right: 0;
}

h2 {
	font-size: 160%;
}


#content {
	background-color: #333;
	padding:3px;
	margin:0;
}

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 971px;
height: 534px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin: 0 0 0 0;
padding: 5px 10px 0px 15px;
text-align: left;
}


*html #mycustomscroll {
/* Typical fixed height and fixed width example */
width: 972px;
height: 540px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;

margin0;
padding: 5px 10px 0px 15px;
text-align: left;
}


#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 971px;
height: 467px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0 0 0 0;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 998px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

