body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
	padding-top: 0;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Sans-Serif;
	font-size: 0px;
}

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

h2 {
	font-size: 0%;
}


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

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

#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 300px;
	height: 250px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #FFF;
	padding: 0px;
}

#mycustomscroll2 {
	/* Typical fixed height and fixed width example */
width: 1061px;
	height: 578px;
	overflow: 0px;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	background-color: #FFF;
	margin: 0px ;
	padding: 0px;
}


.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 2805px;
	height: 480px;
	position: 0px;
	color: black;
	padding: 0px;
}

